also allow macbook air eject key to swap colors
This commit is contained in:
parent
78e4f29bed
commit
20e274ed91
1 changed files with 2 additions and 0 deletions
2
config.h
2
config.h
|
|
@ -595,6 +595,8 @@ static Shortcut shortcuts[] = {
|
||||||
{ MODKEY|ShiftMask, XK_V, clippaste, {.i = 0} },
|
{ MODKEY|ShiftMask, XK_V, clippaste, {.i = 0} },
|
||||||
{ MODKEY, XK_Num_Lock, numlock, {.i = 0} },
|
{ MODKEY, XK_Num_Lock, numlock, {.i = 0} },
|
||||||
{ XK_ANY_MOD, XK_Print, swapcolors, {.i = 0} },
|
{ XK_ANY_MOD, XK_Print, swapcolors, {.i = 0} },
|
||||||
|
// eject
|
||||||
|
{ XK_ANY_MOD, 0x1008ff2c, swapcolors, {.i = 0} },
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue