Removed escape key mapping
This commit is contained in:
parent
4e808cea15
commit
d7c1f0a85d
3
main.c
3
main.c
@ -560,9 +560,6 @@ void on_keypress(XKeyEvent *kev) {
|
|||||||
|
|
||||||
/* common key mappings */
|
/* common key mappings */
|
||||||
switch (ksym) {
|
switch (ksym) {
|
||||||
case XK_Escape:
|
|
||||||
cleanup();
|
|
||||||
exit(2);
|
|
||||||
case XK_q:
|
case XK_q:
|
||||||
cleanup();
|
cleanup();
|
||||||
exit(0);
|
exit(0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user