summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cardell Widerkrantz <mc@hack.org>2011-03-18 09:16:05 +0100
committerMichael Cardell Widerkrantz <mc@hack.org>2011-03-18 09:16:05 +0100
commitfcaa33e8845c2ae8d2b3775d06a0dddaa0888faf (patch)
tree904062ec710486facb5dd7c6640cf78dafd6e14f
parentd9abc2ba8d2438836eddcfb97cda842e92837d2e (diff)
downloadmcwm-fcaa33e8845c2ae8d2b3775d06a0dddaa0888faf.zip
*** empty log message ***
-rw-r--r--config.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/config.h b/config.h
index 0e6b949..66be029 100644
--- a/config.h
+++ b/config.h
@@ -8,8 +8,13 @@
/*
* Use this modifier combined with other keys to control wm from
- * keyboard. Default is Mod4, which on my keyboard is the Alt/Windows
- * key.
+ * keyboard. Default is Mod4, which on my keyboard is the Alt key but
+ * is usually the Windows key on more normal keyboard layout.
+ *
+ * NOTA BENE! Also remember to define the key that generates this
+ * modifier as USERKEY_MOD below, otherwise the MODKEY + Tab function
+ * won't work properly. This is a bit of a kluge, I know, and will be
+ * fixed.
*/
#define MODKEY XCB_MOD_MASK_4