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