We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ee4f57 commit c54ef4fCopy full SHA for c54ef4f
x.c
@@ -68,7 +68,7 @@ typedef struct {
68
/* X modifiers */
69
#define XK_ANY_MOD UINT_MAX
70
#define XK_NO_MOD 0
71
-#define XK_SWITCH_MOD (1<<13)
+#define XK_SWITCH_MOD (1<<13|1<<14)
72
73
/* function definitions used in config.h */
74
static void clipcopy(const Arg *);
0 commit comments