From 30d92bbe927ba44b1b258b752c37331143175275 Mon Sep 17 00:00:00 2001 From: Zachary Schlitt Date: Tue, 8 Oct 2019 20:12:06 -0500 Subject: [PATCH] fixed mistake on config.h portion of keyboard patch file --- keyboard-select.patch | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/keyboard-select.patch b/keyboard-select.patch index f4d42ef..faa1371 100644 --- a/keyboard-select.patch +++ b/keyboard-select.patch @@ -2,11 +2,13 @@ diff --git a/config.h b/config.h index 0e01717..021bcdd 100644 --- a/config.h +++ b/config.h -@@ -225,3 +225,4 @@ static Shortcut shortcuts[] = { +@@ -226,5 +226,6 @@ static Shortcut shortcuts[] = { /* mask keysym function argument */ { XK_ANY_MOD, XK_Break, sendbreak, {.i = 0} }, { ControlMask, XK_Print, toggleprinter, {.i = 0} }, + { TERMMOD, XK_Escape, keyboard_select,{ 0 } }, + { ShiftMask, XK_Print, printscreen, {.i = 0} }, + { XK_ANY_MOD, XK_Print, printsel, {.i = 0} }, diff --git a/st.c b/st.c index b8e6077..1ad0f22 100644 --- a/st.c