added uppercase chars for C-u and C-h as well
[dmenu.git] / main.c
diff --git a/main.c b/main.c
index 3458fd5..3b9a24b 100644 (file)
--- a/main.c
+++ b/main.c
@@ -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();