mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04:00
Add default Alt-Shift-Tab keybind for PreviousWindow
This commit is contained in:
parent
713b1d8a13
commit
a93eb84335
4 changed files with 9 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue