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),