Removed escape key mapping

This commit is contained in:
Bert 2011-04-07 00:21:28 +02:00
parent 4e808cea15
commit d7c1f0a85d
1 changed files with 0 additions and 3 deletions

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);