mirror of
https://github.com/LukeSmithxyz/st.git
synced 2025-04-04 18:41:08 +02:00
fixed config.h portion of keyboard select patch file
- matching line number - matching contents
This commit is contained in:
parent
7d441b6693
commit
88e187933a
1 changed files with 4 additions and 7 deletions
|
@ -2,14 +2,11 @@ diff --git a/config.h b/config.h
|
||||||
index 0e01717..021bcdd 100644
|
index 0e01717..021bcdd 100644
|
||||||
--- a/config.h
|
--- a/config.h
|
||||||
+++ b/config.h
|
+++ b/config.h
|
||||||
@@ -178,6 +178,7 @@ static Shortcut shortcuts[] = {
|
@@ -225,3 +225,4 @@ static Shortcut shortcuts[] = {
|
||||||
{ TERMMOD, XK_Y, selpaste, {.i = 0} },
|
/* mask keysym function argument */
|
||||||
{ ShiftMask, XK_Insert, selpaste, {.i = 0} },
|
{ XK_ANY_MOD, XK_Break, sendbreak, {.i = 0} },
|
||||||
{ TERMMOD, XK_Num_Lock, numlock, {.i = 0} },
|
{ ControlMask, XK_Print, toggleprinter, {.i = 0} },
|
||||||
+ { TERMMOD, XK_Escape, keyboard_select,{ 0 } },
|
+ { TERMMOD, XK_Escape, keyboard_select,{ 0 } },
|
||||||
};
|
|
||||||
|
|
||||||
/*
|
|
||||||
diff --git a/st.c b/st.c
|
diff --git a/st.c b/st.c
|
||||||
index b8e6077..1ad0f22 100644
|
index b8e6077..1ad0f22 100644
|
||||||
--- a/st.c
|
--- a/st.c
|
||||||
|
|
Loading…
Add table
Reference in a new issue