Add Super + Ctrl + Tab to go to former workspace

Closes #1218
Co-authored-by: @zaborowskimichal
This commit is contained in:
David Heinemeier Hansson
2025-09-14 20:47:56 +02:00
parent 5be0e4de44
commit 2cb285c267

View File

@@ -41,6 +41,7 @@ bindd = SUPER SHIFT, code:19, Move window to workspace 10, movetoworkspace, 10
# Tab between workspaces
bindd = SUPER, TAB, Next workspace, workspace, e+1
bindd = SUPER SHIFT, TAB, Previous workspace, workspace, e-1
bindd = SUPER CTRL, TAB, Former workspace, workspace, previous
# Swap active window with the one next to it with SUPER + SHIFT + arrow keys
bindd = SUPER SHIFT, left, Swap window to the left, swapwindow, l