summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-04-07 00:21:28 +0200
committerBert <ber.t@gmx.com>2011-04-07 00:21:28 +0200
commitd7c1f0a85d08a10638d8621f80a8c2cbe215fa13 (patch)
treea0811e09964eda827b804d7da31ed51756e9ac5c /main.c
parent4e808cea15194790e296502b46d15e1a1fbd375e (diff)
downloadnsxiv-d7c1f0a85d08a10638d8621f80a8c2cbe215fa13.tar.zst
Removed escape key mapping
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 0 insertions, 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);