mirror of
https://github.com/labwc/labwc.git
synced 2026-04-11 08:21:13 -04:00
Add default Alt-Shift-Tab keybind for PreviousWindow
This commit is contained in:
parent
211cfc8dcc
commit
2c34adc8a5
4 changed files with 9 additions and 0 deletions
|
|
@ -648,12 +648,14 @@ extending outward from the snapped edge.
|
|||
|
||||
```
|
||||
A-Tab - next window
|
||||
A-S-Tab - previous window
|
||||
W-Return - alacritty
|
||||
A-F3 - run bemenu
|
||||
A-F4 - close window
|
||||
W-a - toggle maximize
|
||||
A-<arrow> - move window to edge
|
||||
W-<arrow> - resize window to fill half the output
|
||||
A-Space - show window menu
|
||||
```
|
||||
|
||||
Audio and MonBrightness keys are also bound to amixer and
|
||||
|
|
|
|||
|
|
@ -236,6 +236,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