From 8df49bb7c1efca4b359579281c20b513d079bd0f Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Fri, 24 May 2024 12:18:13 -0400 Subject: [PATCH] feat: add shortcut for super-tab --- config.ron | 1 + 1 file changed, 1 insertion(+) diff --git a/config.ron b/config.ron index b8546b9e..8ebbc611 100644 --- a/config.ron +++ b/config.ron @@ -80,6 +80,7 @@ (modifiers: [Super], key: "slash"): Spawn("cosmic-launcher"), (modifiers: [Super]): Spawn("cosmic-launcher"), (modifiers: [Alt], key: "Tab"): Spawn("cosmic-launcher alt-tab"), + (modifiers: [Super], key: "Tab"): Spawn("cosmic-launcher alt-tab"), (modifiers: [], key: "Print"): Spawn("cosmic-screenshot"),