input: Add minimize shortcut
This commit is contained in:
parent
32424d156a
commit
9540005577
2 changed files with 10 additions and 0 deletions
|
|
@ -188,6 +188,7 @@ pub enum Action {
|
|||
Resizing(ResizeDirection),
|
||||
#[serde(skip)]
|
||||
_ResizingInternal(ResizeDirection, ResizeEdge, KeyState),
|
||||
Minimize,
|
||||
Maximize,
|
||||
Spawn(String),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue