X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;ds=sidebyside;f=surf.c;h=89987a8d9efc845569bddc0922c56983a8ac9ef0;hb=2fcb6c5aab8c39a9935897b379c852db52b164da;hp=a5e0d2807c8fab3043abcfae42298e140476e0eb;hpb=c9f3583ef2a8dddc3db3ae2ede17b0fb91c483da;p=surf.git diff --git a/surf.c b/surf.c index a5e0d28..89987a8 100644 --- a/surf.c +++ b/surf.c @@ -236,10 +236,10 @@ keypress(GtkWidget* w, GdkEventKey *ev, Client *c) { !(ev->state & GDK_SHIFT_MASK), TRUE); return TRUE; - case GDK_Left: + case GDK_h: webkit_web_view_go_back(c->view); return TRUE; - case GDK_Right: + case GDK_l: webkit_web_view_go_forward(c->view); return TRUE; }