This commit is contained in:
Enno Boland (Gottox) 2009-06-06 09:36:46 +02:00
parent 6848b92342
commit 4f9adbdb0a
1 changed files with 1 additions and 1 deletions

2
surf.c
View File

@ -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: