We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90e3deb commit 3dd3460Copy full SHA for 3dd3460
data/keybindings.ron
@@ -87,7 +87,7 @@
87
(modifiers: [], key: "XF86AudioMicMute"): System(MuteMic),
88
(modifiers: [], key: "XF86MonBrightnessUp"): System(BrightnessUp),
89
(modifiers: [], key: "XF86MonBrightnessDown"): System(BrightnessDown),
90
- (modifiers: [], key: "XF86AudioPlayPause"): System(PlayPause),
+ (modifiers: [], key: "XF86AudioPlay"): System(PlayPause),
91
(modifiers: [], key: "XF86AudioPrev"): System(PlayPrev),
92
(modifiers: [], key: "XF86AudioNext"): System(PlayNext),
93
}
0 commit comments