added uppercase chars for C-u and C-h as well
This commit is contained in:
parent
e4fbc43253
commit
0af369ba65
2
main.c
2
main.c
@ -172,9 +172,11 @@ kpress(XKeyEvent * e)
|
|||||||
return;
|
return;
|
||||||
break;
|
break;
|
||||||
case XK_h:
|
case XK_h:
|
||||||
|
case XK_H:
|
||||||
ksym = XK_BackSpace;
|
ksym = XK_BackSpace;
|
||||||
break;
|
break;
|
||||||
case XK_u:
|
case XK_u:
|
||||||
|
case XK_U:
|
||||||
text[0] = 0;
|
text[0] = 0;
|
||||||
match(text);
|
match(text);
|
||||||
drawmenu();
|
drawmenu();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user