summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.c b/main.c
index 3458fd5..3b9a24b 100644
--- 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();
nno Boland (tox) 1-1/+1 2009-06-12fix downloading, tidyupGravatar Thomas Menari 1-7/+2 2009-06-10updating manpageGravatar Enno Boland (Gottox) 1-0/+6 2009-06-09adding -Werror to config.mkGravatar Enno Boland (Gottox) 1-1/+1 2009-06-09added apos p/y-patch, thanks :)Gravatar Enno Boland (Gottox) 1-0/+14 2009-06-09getting rid or most gpointers, sorting functions alphabetical, using gchar * ...Gravatar Enno Boland (Gottox) 1-65/+55 2009-06-08small fix.Gravatar Enno Boland (Gottox) 1-1/+1 2009-06-08fixing _SURF_URL XProperty.Gravatar Enno Boland (Gottox) 1-7/+11 2009-06-08allow all modifiers.Gravatar Enno Boland (Gottox) 1-1/+1 2009-06-08Fixing keybindings when numlock is enabled.Gravatar Enno Boland (Gottox) 1-1/+1 2009-06-08Get rid of these gotos.Gravatar Enno Boland (Gottox) 1-12/+12 2009-06-08adding zoom support.Gravatar Enno Boland (Gottox) 1-1/+12 2009-06-08some cleanups.Gravatar Enno Boland (Gottox) 1-2/+2 2009-06-08better download handling.Gravatar Enno Boland (Gottox) 2-63/+89 2009-06-08renamed download handlers.Gravatar Enno Boland (Gottox) 1-7/+7 2009-06-08merged, now has download bar, other misc fixesGravatar Thomas Menari 3-23/+57 2009-06-08adding surf-directory.Gravatar Enno Boland (Gottox) 1-1/+2 2009-06-08use tabs not spaces!Gravatar Enno Boland (Gottox) 1-8/+8 2009-06-08Backed out changeset ed121082f103Gravatar Enno Boland (Gottox) 1-11/+1