shell: Allow triggering zoom
This commit is contained in:
parent
2e2943d99c
commit
c01de20b2b
3 changed files with 40 additions and 0 deletions
|
|
@ -70,6 +70,9 @@
|
|||
(modifiers: [Super], key: "r"): Resizing(Outwards),
|
||||
(modifiers: [Super, Shift], key: "r"): Resizing(Inwards),
|
||||
|
||||
(modifiers: [Super], key: "equal"): ZoomIn,
|
||||
(modifiers: [Super], key: "minus"): ZoomOut,
|
||||
|
||||
(modifiers: [Super], key: "b"): System(WebBrowser),
|
||||
(modifiers: [Super], key: "f"): System(HomeFolder),
|
||||
(modifiers: [Super], key: "t"): System(Terminal),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue