Browse Source

applied Sanders dmenu_ctrlchars.patch (thanks!)

master
Anselm R. Garbe 18 years ago
parent
commit
c0fcfb7827
  1. 8
      main.c

8
main.c

@ -171,6 +171,14 @@ kpress(XKeyEvent * e) {
case XK_H: case XK_H:
ksym = XK_BackSpace; ksym = XK_BackSpace;
break; break;
case XK_i:
case XK_I:
ksym = XK_Tab;
break;
case XK_j:
case XK_J:
ksym = XK_Return;
break;
case XK_u: case XK_u:
case XK_U: case XK_U:
text[0] = 0; text[0] = 0;

Loading…
Cancel
Save