Skip to content

Commit 747e482

Browse files
committed
feat: shift+alt+tab
1 parent e87f585 commit 747e482

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

config/src/shortcuts/action.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@ pub enum System {
173173
WebBrowser,
174174
/// Opens the (alt+tab) window switcher
175175
WindowSwitcher,
176+
/// Opens the (alt+shift+tab) window switcher
177+
WindowSwitcherPrevious,
176178
/// Opens the workspace overview
177179
WorkspaceOverview,
178180
}

data/system_actions.ron

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
WebBrowser: "xdg-open http://",
3838
/// Opens the (alt+tab) window switcher
3939
WindowSwitcher: "cosmic-launcher alt-tab",
40+
/// Opens the (alt+shift+tab) window switcher
41+
WindowSwitcherPrevious: "cosmic-launcher shift-alt-tab",
4042
/// Opens the workspace overview
4143
WorkspaceOverview: "cosmic-workspaces",
4244
}

0 commit comments

Comments
 (0)