From ca0c9272018656f36e0c3b2a61324fa06fd6f143 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 5 Jun 2007 18:48:14 +0000 Subject: ignore control_l/r shift_l/r and caps_lock bindings. Control, Shift and NumLock are hardcoded to the modmasks for them. --- openbox/modkeys.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'openbox/modkeys.h') diff --git a/openbox/modkeys.h b/openbox/modkeys.h index 8f222369..dc72f28e 100644 --- a/openbox/modkeys.h +++ b/openbox/modkeys.h @@ -22,7 +22,8 @@ #include #include -/*! These keys are bound to the modifier masks in any fashion */ +/*! These keys are bound to the modifier masks in any fashion, + except for CapsLock, Shift, and Control. */ typedef enum { OB_MODKEY_KEY_CAPSLOCK, OB_MODKEY_KEY_NUMLOCK, -- cgit v1.2.3