feat: alt+shift+tab

This commit is contained in:
Ashley Wulber 2024-12-06 12:32:24 -05:00 committed by Victoria Brekenfeld
parent 7de52054ff
commit 5f650e7d08

View file

@ -78,7 +78,9 @@
(modifiers: [Super], key: "slash"): System(Launcher),
(modifiers: [Super]): System(Launcher),
(modifiers: [Alt], key: "Tab"): System(WindowSwitcher),
(modifiers: [Alt, Shift], key: "Tab"): System(WindowSwitcherPrevious),
(modifiers: [Super], key: "Tab"): System(WindowSwitcher),
(modifiers: [Super, Shift], key: "Tab"): System(WindowSwitcherPrevious),
(modifiers: [], key: "Print"): System(Screenshot),
(modifiers: [], key: "XF86AudioRaiseVolume"): System(VolumeRaise),