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 9ac75bd commit e87f585Copy full SHA for e87f585
config/src/shortcuts/action.rs
@@ -173,8 +173,6 @@ 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,8 +37,6 @@
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