]> Dogcows Code - chaz/openbox/commitdiff
did anyone use this?
authorMikael Magnusson <mikachu@comhem.se>
Sat, 20 Mar 2004 16:01:22 +0000 (16:01 +0000)
committerMikael Magnusson <mikachu@comhem.se>
Sat, 20 Mar 2004 16:01:22 +0000 (16:01 +0000)
openbox/keyboard.c

index 05d40cd06b1801c8501c4e1a0818a0d1d4b5d90b..516503488ac59df1d1c9e8b326e9c693fe35c2ac 100644 (file)
@@ -229,9 +229,9 @@ gboolean keyboard_process_interactive_grab(const XEvent *e, ObClient **client)
              !(s->state & e->xkey.state)))
             done = TRUE;
         else if (e->type == KeyPress) {
-            if (e->xkey.keycode == ob_keycode(OB_KEY_RETURN))
+            /*if (e->xkey.keycode == ob_keycode(OB_KEY_RETURN))
                 done = TRUE;
-            else if (e->xkey.keycode == ob_keycode(OB_KEY_ESCAPE))
+            else */if (e->xkey.keycode == ob_keycode(OB_KEY_ESCAPE))
                 cancel = done = TRUE;
         }
         if (done) {
This page took 0.025038 seconds and 4 git commands to generate.