Explorar el Código

Removed escape key mapping

master
Bert hace 14 años
padre
commit
d7c1f0a85d
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. +0
    -3
      main.c

+ 0
- 3
main.c Ver fichero

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


Cargando…
Cancelar
Guardar