fix(config): PlayPause is not a valid xkb keysym
This commit is contained in:
parent
90e3deb43a
commit
3dd3460ee0
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@
|
|||
(modifiers: [], key: "XF86AudioMicMute"): System(MuteMic),
|
||||
(modifiers: [], key: "XF86MonBrightnessUp"): System(BrightnessUp),
|
||||
(modifiers: [], key: "XF86MonBrightnessDown"): System(BrightnessDown),
|
||||
(modifiers: [], key: "XF86AudioPlayPause"): System(PlayPause),
|
||||
(modifiers: [], key: "XF86AudioPlay"): System(PlayPause),
|
||||
(modifiers: [], key: "XF86AudioPrev"): System(PlayPrev),
|
||||
(modifiers: [], key: "XF86AudioNext"): System(PlayNext),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue