summaryrefslogtreecommitdiff
path: root/openbox/modkeys.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-06-05 18:48:14 +0000
committerDana Jansens <danakj@orodu.net>2007-06-05 18:48:14 +0000
commitca0c9272018656f36e0c3b2a61324fa06fd6f143 (patch)
tree47b17339f2ad17ff4f469e99dbc51e75b7019fda /openbox/modkeys.h
parentb1c209c174f96d2492cf43596788351aa2d44475 (diff)
ignore control_l/r shift_l/r and caps_lock bindings. Control, Shift and NumLock are hardcoded to the modmasks for them.
Diffstat (limited to 'openbox/modkeys.h')
-rw-r--r--openbox/modkeys.h3
1 files changed, 2 insertions, 1 deletions
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 <glib.h>
#include <X11/Xlib.h>
-/*! 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,