input: Add SendToWorkspace action
This commit is contained in:
parent
40077f4a5a
commit
5b644b59f7
3 changed files with 29 additions and 11 deletions
|
|
@ -851,6 +851,10 @@ pub enum Action {
|
|||
MoveToNextWorkspace,
|
||||
MoveToPreviousWorkspace,
|
||||
MoveToLastWorkspace,
|
||||
SendToWorkspace(u8),
|
||||
SendToNextWorkspace,
|
||||
SendToPreviousWorkspace,
|
||||
SendToLastWorkspace,
|
||||
|
||||
NextOutput,
|
||||
PreviousOutput,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue