summaryrefslogtreecommitdiff
path: root/st
diff options
context:
space:
mode:
Diffstat (limited to 'st')
-rw-r--r--st/st-0.9.3/config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/st/st-0.9.3/config.def.h b/st/st-0.9.3/config.def.h
index 49adb86..5618865 100644
--- a/st/st-0.9.3/config.def.h
+++ b/st/st-0.9.3/config.def.h
@@ -205,7 +205,7 @@ static Shortcut shortcuts[] = {
{ TERMMOD, XK_Num_Lock, numlock, {.i = 0} },
{ ShiftMask, XK_Page_Up, kscrollup, {.i = -1} },
{ ShiftMask, XK_Page_Down, kscrolldown, {.i = -1} },
- { TERMMOD, XK_Escape, keyboard_select,{.i = 0} },
+ { TERMMOD, XK_space, keyboard_select,{.i = 0} },
};
/*