From d70d2a7be946dd2a192ed5dc7b35e5939eeb90d0 Mon Sep 17 00:00:00 2001 From: Frederic Laing Date: Mon, 9 Mar 2026 22:09:49 +0100 Subject: [PATCH] feat(input): bind XF86LaunchA to workspace overview --- data/keybindings.ron | 1 + 1 file changed, 1 insertion(+) diff --git a/data/keybindings.ron b/data/keybindings.ron index 2991f897..6efd857a 100644 --- a/data/keybindings.ron +++ b/data/keybindings.ron @@ -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), }