Gateway Solo volume keys are funny lol
This commit is contained in:
parent
9625dfbbad
commit
fa22d09351
1 changed files with 5 additions and 0 deletions
5
config.h
5
config.h
|
@ -146,6 +146,11 @@ static const Key keys[] = {
|
||||||
{ 0, XF86XK_AudioPause, spawn, {.v = plpause } },
|
{ 0, XF86XK_AudioPause, spawn, {.v = plpause } },
|
||||||
{ 0, XF86XK_AudioPlay, spawn, {.v = plpause } },
|
{ 0, XF86XK_AudioPlay, spawn, {.v = plpause } },
|
||||||
{ 0, XF86XK_AudioStop, spawn, {.v = plstop } },
|
{ 0, XF86XK_AudioStop, spawn, {.v = plstop } },
|
||||||
|
|
||||||
|
/* Gateway Solo volume keys are funny lol */
|
||||||
|
{ WINKEY|ShiftMask, XK_v, spawn, {.v = downvol } },
|
||||||
|
{ WINKEY|ControlMask, XK_v, spawn, {.v = upvol } },
|
||||||
|
{ WINKEY, XK_v, spawn, {.v = mutevol } },
|
||||||
};
|
};
|
||||||
|
|
||||||
/* button definitions */
|
/* button definitions */
|
||||||
|
|
Loading…
Add table
Reference in a new issue