ttypo - surf - customized build of surf, the suckless webkit browser
(HTM) git clone git://src.adamsgaard.dk/surf
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 4f9adbdb0a4790a06e306be0db43b1c2bac1b248
(DIR) parent 6848b92342058d083a2ba3717914738cbf1bb6d6
(HTM) Author: Enno Boland (Gottox) <gottox@s01.de>
Date: Sat, 6 Jun 2009 09:36:46 +0200
ttypo
Diffstat:
M surf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/surf.c b/surf.c
t@@ -225,7 +225,7 @@ keypress(GtkWidget* w, GdkEventKey *ev, gpointer d) {
else
webkit_web_view_reload(c->view);
return TRUE;
- case GDK_go:
+ case GDK_g:
/* TODO */
return TRUE;
case GDK_slash: