Browse Source

Removed escape key mapping

master
Bert 13 years ago
parent
commit
d7c1f0a85d
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      main.c

+ 0
- 3
main.c View File

@@ -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…
Cancel
Save