We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e87f585 commit 747e482Copy full SHA for 747e482
config/src/shortcuts/action.rs
@@ -173,6 +173,8 @@ pub enum System {
173
WebBrowser,
174
/// Opens the (alt+tab) window switcher
175
WindowSwitcher,
176
+ /// Opens the (alt+shift+tab) window switcher
177
+ WindowSwitcherPrevious,
178
/// Opens the workspace overview
179
WorkspaceOverview,
180
}
data/system_actions.ron
@@ -37,6 +37,8 @@
37
WebBrowser: "xdg-open http://",
38
39
WindowSwitcher: "cosmic-launcher alt-tab",
40
41
+ WindowSwitcherPrevious: "cosmic-launcher shift-alt-tab",
42
43
WorkspaceOverview: "cosmic-workspaces",
44
0 commit comments