mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -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
|
|
@ -240,6 +240,9 @@
|
|||
<keybind key="A-Tab">
|
||||
<action name="NextWindow" />
|
||||
</keybind>
|
||||
<keybind key="A-S-Tab">
|
||||
<action name="PreviousWindow" />
|
||||
</keybind>
|
||||
<keybind key="W-Return">
|
||||
<action name="Execute" command="alacritty" />
|
||||
</keybind>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue