Introduction
Introduction Statistics Contact Development Disclaimer Help
tbackoutmerge - surf - customized build of surf, the suckless webkit browser
git clone git://src.adamsgaard.dk/surf
Log
Files
Refs
README
LICENSE
---
commit f287155cb95d73f4bb6975a8605a2b7e825cf5ed
parent 2d9716907da6c5ae1c494958b25b2b7969adf28a
Author: Enno Boland (Gottox) <[email protected]>
Date: Mon, 8 Jun 2009 09:31:29 +0200
backoutmerge
Diffstat:
M surf.c | 12 +-----------
1 file changed, 1 insertion(+), 11 deletions(-)
---
diff --git a/surf.c b/surf.c
t@@ -186,7 +186,7 @@ keypress(GtkWidget* w, GdkEventKey *ev, gpointer d) {
return FALSE;
}
}
- else if(ev->state == GDK_CONTROL_MASK || ev->state == (GDK_CONTROL_MAS…
+ if(ev->state == GDK_CONTROL_MASK || ev->state == (GDK_CONTROL_MASK | G…
switch(ev->keyval) {
case GDK_r:
case GDK_R:
t@@ -211,16 +211,6 @@ keypress(GtkWidget* w, GdkEventKey *ev, gpointer d) {
return TRUE;
}
}
- else {
- switch(ev->keyval) {
- case GDK_k:
- webkit_web_view_move_cursor(c->view, GTK_MOVEMENT_DISP…
- return TRUE;
- case GDK_j:
- webkit_web_view_move_cursor(c->view, GTK_MOVEMENT_DISP…
- return TRUE;
- }
- }
return FALSE;
}
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.