fix(keyboard): add missing keyboard shortcut to make it searchable
This commit is contained in:
parent
9e0527e20d
commit
d4e68395cc
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue