mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
docs/rc.xml.all: add Alt-Left/Right mousebinds
Alt-Left button for "Move" Alt-Right button for "Resize"
This commit is contained in:
parent
59af8e0986
commit
b65d29c608
1 changed files with 17 additions and 2 deletions
|
|
@ -105,14 +105,29 @@
|
|||
</keyboard>
|
||||
|
||||
<!--
|
||||
<mousebind> buttons/actions have not yet been implemented except for the
|
||||
one below.
|
||||
The following actions are not supported: "Unshade", "Drag"
|
||||
The following contexts are not supported: "Left", "Right", "Top", "Bottom",
|
||||
"{TR,BR,TL,BL}Corner"
|
||||
-->
|
||||
<mouse>
|
||||
|
||||
<!-- time is in ms -->
|
||||
<doubleClickTime>500</doubleClickTime>
|
||||
|
||||
<context name="Frame">
|
||||
<mousebind button="A-Left" action="Press">
|
||||
<action name="Focus"/>
|
||||
<action name="Raise"/>
|
||||
<action name="Move"/>
|
||||
</mousebind>
|
||||
</context>
|
||||
<context name="Frame">
|
||||
<mousebind button="A-Right" action="Press">
|
||||
<action name="Focus"/>
|
||||
<action name="Raise"/>
|
||||
<action name="Resize"/>
|
||||
</mousebind>
|
||||
</context>
|
||||
<context name="TitleBar">
|
||||
<mousebind button="Left" action="Press">
|
||||
<action name="Move"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue