diff --git a/cosmic-settings/src/pages/input/keyboard/shortcuts/mod.rs b/cosmic-settings/src/pages/input/keyboard/shortcuts/mod.rs index 4d275511..e57113f2 100644 --- a/cosmic-settings/src/pages/input/keyboard/shortcuts/mod.rs +++ b/cosmic-settings/src/pages/input/keyboard/shortcuts/mod.rs @@ -658,6 +658,7 @@ fn localize_action(action: &Action) -> String { SystemAction::VolumeRaise => fl!("system-shortcut", "volume-raise"), SystemAction::WebBrowser => fl!("system-shortcut", "web-browser"), SystemAction::WindowSwitcher => fl!("system-shortcut", "window-switcher"), + SystemAction::WindowSwitcherReverse => fl!("system-shortcut", "window-switcher-reverse"), SystemAction::WorkspaceOverview => fl!("system-shortcut", "workspace-overview"), }, diff --git a/cosmic-settings/src/pages/input/keyboard/shortcuts/system.rs b/cosmic-settings/src/pages/input/keyboard/shortcuts/system.rs index 743d4a45..0163e3c8 100644 --- a/cosmic-settings/src/pages/input/keyboard/shortcuts/system.rs +++ b/cosmic-settings/src/pages/input/keyboard/shortcuts/system.rs @@ -77,6 +77,7 @@ pub const fn actions() -> &'static [Action] { Action::System(SystemAction::Launcher), Action::System(SystemAction::WorkspaceOverview), Action::System(SystemAction::WindowSwitcher), + Action::System(SystemAction::WindowSwitcherReverse), Action::System(SystemAction::LockScreen), Action::System(SystemAction::VolumeLower), Action::System(SystemAction::VolumeRaise), diff --git a/i18n/en/cosmic_settings.ftl b/i18n/en/cosmic_settings.ftl index 09ce0c95..12f15568 100644 --- a/i18n/en/cosmic_settings.ftl +++ b/i18n/en/cosmic_settings.ftl @@ -627,6 +627,7 @@ system-shortcut = System .volume-raise = Increase audio output volume .web-browser = Opens a web browser .window-switcher = Switch between open windows + .window-switcher-reverse = Switch backwards between open windows .workspace-overview = Open the workspace overview window-tiling = Window tiling