mirror of
https://github.com/labwc/labwc.git
synced 2026-02-15 22:05:25 -05:00
parent
753aef9d78
commit
a8e0248f47
5 changed files with 10 additions and 1 deletions
|
|
@ -210,6 +210,9 @@ The rest of this man page describes configuration options.
|
|||
*<mouse><doubleClickTime>*
|
||||
Set double click time in milliseconds. Default is 500.
|
||||
|
||||
*<mouse><scrollFactor>*
|
||||
Set scroll factor. Default is 1.0.
|
||||
|
||||
*<mouse><context name=""><mousebind button="" direction=""><action>*
|
||||
Multiple *<mousebind>* can exist within one *<context>*; and multiple
|
||||
*<action>* can exist within one *<mousebind>*
|
||||
|
|
|
|||
|
|
@ -199,6 +199,7 @@
|
|||
|
||||
<!-- time is in ms -->
|
||||
<doubleClickTime>500</doubleClickTime>
|
||||
<scrollFactor>1.0</scrollFactor>
|
||||
|
||||
<context name="Frame">
|
||||
<mousebind button="A-Left" action="Press">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue