Skip to content

Commit

Permalink
feat: alt+shift+tab
Browse files Browse the repository at this point in the history
  • Loading branch information
wash2 authored and Drakulix committed Dec 11, 2024
1 parent 7de5205 commit 5f650e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/keybindings.ron
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 5f650e7

Please sign in to comment.