add more audio key bindings
This commit is contained in:
parent
963fee4857
commit
8484024e3b
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ myMediaKeyBindings = [
|
||||||
, ("<XF86AudioPrev>", playerctl "previous")
|
, ("<XF86AudioPrev>", playerctl "previous")
|
||||||
, ("<XF86AudioNext>", playerctl "next")
|
, ("<XF86AudioNext>", playerctl "next")
|
||||||
, ("<XF86Tools>", amixer "toggle")
|
, ("<XF86Tools>", amixer "toggle")
|
||||||
|
, ("<XF86AudioRaiseVolume>", increaseVolume 5)
|
||||||
|
, ("<XF86AudioLowerVolume", decreaseVolume 5)
|
||||||
, ("<XF86MonBrightnessUp>", increaseVolume 5)
|
, ("<XF86MonBrightnessUp>", increaseVolume 5)
|
||||||
, ("<XF86MonBrightnessDown>", decreaseVolume 5)
|
, ("<XF86MonBrightnessDown>", decreaseVolume 5)
|
||||||
, ("<XF86KbdBrightnessUp>", increaseVolume 5)
|
, ("<XF86KbdBrightnessUp>", increaseVolume 5)
|
||||||
|
|
Loading…
Reference in a new issue