From fffee57149c07ee290a401243418707c3a32479c Mon Sep 17 00:00:00 2001 From: Jacob Kauffmann Date: Wed, 10 Dec 2025 11:27:45 -0700 Subject: [PATCH] fix(shortcuts): Add suspend action to searchable list --- cosmic-settings/src/pages/input/keyboard/shortcuts/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/cosmic-settings/src/pages/input/keyboard/shortcuts/mod.rs b/cosmic-settings/src/pages/input/keyboard/shortcuts/mod.rs index 7763197..ec761d4 100644 --- a/cosmic-settings/src/pages/input/keyboard/shortcuts/mod.rs +++ b/cosmic-settings/src/pages/input/keyboard/shortcuts/mod.rs @@ -596,6 +596,7 @@ fn all_system_actions() -> &'static [Action] { Action::System(SystemAction::PlayNext), Action::System(SystemAction::PlayPrev), Action::System(SystemAction::Screenshot), + Action::System(SystemAction::Suspend), Action::System(SystemAction::Terminal), Action::System(SystemAction::TouchpadToggle), Action::System(SystemAction::VolumeLower),