feat: add shortcut for input source switch

This commit is contained in:
Michael Aaron Murphy 2025-02-26 14:49:02 +01:00 committed by Victoria Brekenfeld
parent a27c1002e4
commit b93db878e2
2 changed files with 6 additions and 5 deletions

View file

@ -75,6 +75,7 @@
(modifiers: [Super], key: "b"): System(WebBrowser),
(modifiers: [Super], key: "f"): System(HomeFolder),
(modifiers: [Super], key: "space"): System(InputSourceSwitch),
(modifiers: [Super], key: "t"): System(Terminal),
(modifiers: [Super], key: "a"): System(AppLibrary),