shortcuts: Ignore deprecated shortcuts
This commit is contained in:
parent
7cf3f68bd4
commit
6fd9012717
2 changed files with 0 additions and 4 deletions
|
|
@ -92,8 +92,6 @@ pub const fn actions() -> &'static [Action] {
|
|||
Action::MoveToWorkspace(7),
|
||||
Action::MoveToWorkspace(8),
|
||||
Action::MoveToWorkspace(9),
|
||||
Action::MoveToPreviousOutput,
|
||||
Action::MoveToNextOutput,
|
||||
Action::MoveToOutput(Direction::Down),
|
||||
Action::MoveToOutput(Direction::Left),
|
||||
Action::MoveToOutput(Direction::Right),
|
||||
|
|
|
|||
|
|
@ -85,8 +85,6 @@ pub const fn actions() -> &'static [Action] {
|
|||
Action::PreviousWorkspace,
|
||||
Action::NextWorkspace,
|
||||
Action::LastWorkspace,
|
||||
Action::PreviousOutput,
|
||||
Action::NextOutput,
|
||||
Action::SwitchOutput(Direction::Left),
|
||||
Action::SwitchOutput(Direction::Right),
|
||||
Action::SwitchOutput(Direction::Up),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue