Merge pull request #2175 from FreddyFunk/feat/workspace-overview-key

feat(input): bind XF86LaunchA to workspace overview
This commit is contained in:
Levi Portenier 2026-03-12 12:35:10 -06:00 committed by GitHub
commit 7bb5ae7cfe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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