Removed escape key mapping
This commit is contained in:
parent
4e808cea15
commit
d7c1f0a85d
1 changed files with 0 additions and 3 deletions
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…
Add table
Reference in a new issue