mirror of
https://github.com/labwc/labwc.git
synced 2026-04-10 08:21:07 -04:00
config: deprecate A-<arrow> keybinds
...because Alt- keybinds should be for clients to use and the A-<arrow> default combination is a frequent user complaint because it prevents some common usage patterns like alt-left/right in web browers.
This commit is contained in:
parent
9782ffa868
commit
5d1e20128c
3 changed files with 0 additions and 41 deletions
|
|
@ -268,18 +268,6 @@
|
|||
<keybind key="W-a">
|
||||
<action name="ToggleMaximize" />
|
||||
</keybind>
|
||||
<keybind key="A-Left">
|
||||
<action name="MoveToEdge" direction="left" />
|
||||
</keybind>
|
||||
<keybind key="A-Right">
|
||||
<action name="MoveToEdge" direction="right" />
|
||||
</keybind>
|
||||
<keybind key="A-Up">
|
||||
<action name="MoveToEdge" direction="up" />
|
||||
</keybind>
|
||||
<keybind key="A-Down">
|
||||
<action name="MoveToEdge" direction="down" />
|
||||
</keybind>
|
||||
<keybind key="W-Left">
|
||||
<action name="SnapToEdge" direction="left" />
|
||||
</keybind>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue