fix(keyboard): add missing keyboard shortcut to make it searchable

This commit is contained in:
voedipus 2025-08-08 20:12:27 +05:00 committed by GitHub
parent 9e0527e20d
commit d4e68395cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -573,6 +573,7 @@ fn all_system_actions() -> &'static [Action] {
Action::System(SystemAction::WindowSwitcher),
Action::System(SystemAction::WindowSwitcherPrevious),
Action::System(SystemAction::WorkspaceOverview),
Action::System(SystemAction::InputSourceSwitch),
Action::Terminate,
Action::ToggleOrientation,
Action::ToggleStacking,