tallow all modifiers. - 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 ccb449f42e1b52c2152b8b91563dc4ffdcd173a9
(DIR) parent d408ffb5950d571f938cb834e445e8dc8d3fde3c
(HTM) Author: Enno Boland (Gottox) <gottox@s01.de>
Date: Mon, 8 Jun 2009 21:36:37 +0200
allow all modifiers.
Diffstat:
M surf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/surf.c b/surf.c
t@@ -204,7 +204,7 @@ keypress(GtkWidget* w, GdkEventKey *ev, gpointer d) {
return FALSE;
}
}
- if((ev->state & ~(GDK_SHIFT_MASK|GDK_LOCK_MASK)) == GDK_CONTROL_MASK) {
+ if(ev->state & GDK_CONTROL_MASK) {
switch(ev->keyval) {
case GDK_r:
case GDK_R: