mirror of
https://github.com/labwc/labwc.git
synced 2026-02-25 01:40:28 -05:00
default-bindings.h: set combine="yes" for SnapToEdge keybinds
Some checks failed
labwc.github.io / notify (push) Has been cancelled
Some checks failed
labwc.github.io / notify (push) Has been cancelled
This commit is contained in:
parent
2ac48116e1
commit
24f39e3a41
3 changed files with 21 additions and 5 deletions
|
|
@ -727,7 +727,7 @@ extending outward from the snapped edge.
|
|||
W-Return - lab-sensible-terminal
|
||||
A-F4 - close window
|
||||
W-a - toggle maximize
|
||||
W-<arrow> - resize window to fill half the output
|
||||
W-<arrow> - resize window to fill half or quarter of the output
|
||||
A-Space - show window menu
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -271,16 +271,16 @@
|
|||
<action name="ToggleMaximize" />
|
||||
</keybind>
|
||||
<keybind key="W-Left">
|
||||
<action name="SnapToEdge" direction="left" />
|
||||
<action name="SnapToEdge" direction="left" combine="yes" />
|
||||
</keybind>
|
||||
<keybind key="W-Right">
|
||||
<action name="SnapToEdge" direction="right" />
|
||||
<action name="SnapToEdge" direction="right" combine="yes" />
|
||||
</keybind>
|
||||
<keybind key="W-Up">
|
||||
<action name="SnapToEdge" direction="up" />
|
||||
<action name="SnapToEdge" direction="up" combine="yes" />
|
||||
</keybind>
|
||||
<keybind key="W-Down">
|
||||
<action name="SnapToEdge" direction="down" />
|
||||
<action name="SnapToEdge" direction="down" combine="yes" />
|
||||
</keybind>
|
||||
<keybind key="A-Space">
|
||||
<action name="ShowMenu" menu="client-menu" atCursor="no" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue