Commit Diff


commit - 4536f46cfff50c66a115755def0155d8e246b02f
commit + 2ec571a30c0c3b1a17f6b3631c80d573582f59a1
blob - 718604067917b7b470a1618cedc72da379ebee37
blob + 248d5050111d0b3bae2785e90480502807139197
--- x.c
+++ x.c
@@ -48,7 +48,7 @@ typedef struct {
 /* X modifiers */
 #define XK_ANY_MOD    UINT_MAX
 #define XK_NO_MOD     0
-#define XK_SWITCH_MOD (1<<13)
+#define XK_SWITCH_MOD (1<<13|1<<14)
 
 /* function definitions used in config.h */
 static void clipcopy(const Arg *);