diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -9,12 +9,7 @@ /* * Use this modifier combined with other keys to control wm from * 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. + * is usually the Windows key on more normal keyboard layouts. */ #define MODKEY XCB_MOD_MASK_4 @@ -81,4 +76,3 @@ #define USERKEY_BOTLEFT XK_B #define USERKEY_BOTRIGHT XK_N #define USERKEY_DELETE XK_End -#define USERKEY_MOD XK_Alt_L |