From ea6b45a5449d1c33c7deb7c61bb519d161d2d89d Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Mon, 20 May 2024 22:10:47 -0400 Subject: [PATCH] feat: add alt-tab shortcut --- config.ron | 1 + 1 file changed, 1 insertion(+) diff --git a/config.ron b/config.ron index fa22669a..b8546b9e 100644 --- a/config.ron +++ b/config.ron @@ -79,6 +79,7 @@ (modifiers: [Super], key: "w"): Spawn("cosmic-workspaces"), (modifiers: [Super], key: "slash"): Spawn("cosmic-launcher"), (modifiers: [Super]): Spawn("cosmic-launcher"), + (modifiers: [Alt], key: "Tab"): Spawn("cosmic-launcher alt-tab"), (modifiers: [], key: "Print"): Spawn("cosmic-screenshot"),