[hackers] [surf] allow all modifiers. || Enno Boland (Gottox)

From: <hg_AT_suckless.org>
Date: Mon, 8 Jun 2009 19:36:46 +0000 (UTC)

changeset: 34:026ea67c103f
tag: tip
user: Enno Boland (Gottox) <gottox_AT_s01.de>
date: Mon Jun 08 21:36:37 2009 +0200
files: surf.c
description:
allow all modifiers.

diff -r 0f4737e48c72 -r 026ea67c103f surf.c
--- a/surf.c Mon Jun 08 20:50:45 2009 +0200
+++ b/surf.c Mon Jun 08 21:36:37 2009 +0200
@@ -204,7 +204,7 @@
                         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:
Received on Mon Jun 08 2009 - 19:36:46 UTC

This archive was generated by hypermail 2.2.0 : Mon Jun 08 2009 - 19:48:05 UTC