Add default Alt-Shift-Tab keybind for PreviousWindow

This commit is contained in:
tokyo4j 2024-12-31 11:02:24 +09:00 committed by Hiroaki Yamamoto
parent 713b1d8a13
commit a93eb84335
4 changed files with 9 additions and 0 deletions

View file

@ -12,6 +12,9 @@ static struct key_combos {
} key_combos[] = { {
.binding = "A-Tab",
.action = "NextWindow",
}, {
.binding = "A-S-Tab",
.action = "PreviousWindow",
}, {
.binding = "W-Return",
.action = "Execute",