From d7c1f0a85d08a10638d8621f80a8c2cbe215fa13 Mon Sep 17 00:00:00 2001 From: Bert Date: Thu, 7 Apr 2011 00:21:28 +0200 Subject: Removed escape key mapping --- main.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/main.c b/main.c index 8c0b575..7d9a8a5 100644 --- a/main.c +++ b/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); -- cgit v1.2.3-54-g00ecf