mirror of
https://github.com/labwc/labwc.git
synced 2026-03-12 05:33:53 -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>
|
</keyboard>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
<mousebind> buttons/actions have not yet been implemented except for the
|
The following actions are not supported: "Unshade", "Drag"
|
||||||
one below.
|
The following contexts are not supported: "Left", "Right", "Top", "Bottom",
|
||||||
|
"{TR,BR,TL,BL}Corner"
|
||||||
-->
|
-->
|
||||||
<mouse>
|
<mouse>
|
||||||
|
|
||||||
<!-- time is in ms -->
|
<!-- time is in ms -->
|
||||||
<doubleClickTime>500</doubleClickTime>
|
<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">
|
<context name="TitleBar">
|
||||||
<mousebind button="Left" action="Press">
|
<mousebind button="Left" action="Press">
|
||||||
<action name="Move"/>
|
<action name="Move"/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue