feat(input): bind XF86LaunchA to workspace overview

This commit is contained in:
Frederic Laing 2026-03-09 22:09:49 +01:00
parent 98cca4f3b7
commit d70d2a7be9
No known key found for this signature in database
GPG key ID: C126157F0CDCD306

View file

@ -124,4 +124,5 @@
(modifiers: [], key: "XF86PowerOff"): System(PowerOff),
(modifiers: [], key: "XF86TouchpadToggle"): System(TouchpadToggle),
(modifiers: [Super, Ctrl], key: "XF86TouchpadToggle"): System(TouchpadToggle),
(modifiers: [], key: "XF86LaunchA"): System(WorkspaceOverview),
}