shell: Allow triggering zoom

This commit is contained in:
Victoria Brekenfeld 2025-01-23 15:45:19 +01:00 committed by Victoria Brekenfeld
parent 2e2943d99c
commit c01de20b2b
3 changed files with 40 additions and 0 deletions

View file

@ -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),