fix(config): PlayPause is not a valid xkb keysym

This commit is contained in:
Michael Aaron Murphy 2024-08-03 11:16:40 +02:00
parent 90e3deb43a
commit 3dd3460ee0
No known key found for this signature in database
GPG key ID: B2732D4240C9212C

View file

@ -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),
}