input: Add fullscreen shortcut
This commit is contained in:
parent
adedb705e7
commit
33044d9efb
4 changed files with 50 additions and 1 deletions
|
|
@ -86,6 +86,7 @@
|
|||
(modifiers: [Super], key: "x"): SwapWindow,
|
||||
|
||||
(modifiers: [Super], key: "m"): Maximize,
|
||||
(modifiers: [Super], key: "F11"): Fullscreen,
|
||||
(modifiers: [Super], key: "r"): Resizing(Outwards),
|
||||
(modifiers: [Super, Shift], key: "r"): Resizing(Inwards),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue