From 485c44c022a293db767e224c92445c9418bc4d4f Mon Sep 17 00:00:00 2001 From: Michael Aaron Murphy Date: Wed, 10 Dec 2025 02:08:57 +0100 Subject: [PATCH] feat(shortcuts): add suspend action to system page --- cosmic-settings/src/pages/input/keyboard/shortcuts/system.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/cosmic-settings/src/pages/input/keyboard/shortcuts/system.rs b/cosmic-settings/src/pages/input/keyboard/shortcuts/system.rs index 65c3770..f0ae2e2 100644 --- a/cosmic-settings/src/pages/input/keyboard/shortcuts/system.rs +++ b/cosmic-settings/src/pages/input/keyboard/shortcuts/system.rs @@ -100,6 +100,7 @@ pub const fn actions() -> &'static [Action] { Action::System(SystemAction::WindowSwitcherPrevious), Action::System(SystemAction::LogOut), Action::System(SystemAction::LockScreen), + Action::System(SystemAction::Suspend), Action::System(SystemAction::VolumeLower), Action::System(SystemAction::VolumeRaise), Action::System(SystemAction::Mute),