Removed escape key mapping
This commit is contained in:
parent
4e808cea15
commit
d7c1f0a85d
3
main.c
3
main.c
@ -560,9 +560,6 @@ void on_keypress(XKeyEvent *kev) {
|
||||
|
||||
/* common key mappings */
|
||||
switch (ksym) {
|
||||
case XK_Escape:
|
||||
cleanup();
|
||||
exit(2);
|
||||
case XK_q:
|
||||
cleanup();
|
||||
exit(0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user