Skip to content

Commit

Permalink
fix(config): PlayPause is not a valid xkb keysym
Browse files Browse the repository at this point in the history
  • Loading branch information
mmstick committed Aug 3, 2024
1 parent 90e3deb commit 3dd3460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/keybindings.ron
Original file line number Diff line number Diff line change
Expand Up @@ -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),
}

0 comments on commit 3dd3460

Please sign in to comment.