mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
rc.xml.all: add keyboard repeatRate and repeatDelay
This commit is contained in:
parent
b1beab473c
commit
b06d2ed0c8
1 changed files with 4 additions and 0 deletions
|
|
@ -42,6 +42,8 @@
|
|||
your favourite terminal or application launcher.
|
||||
-->
|
||||
<keyboard>
|
||||
<repeatRate>25</repeatRate>
|
||||
<repeatDelay>600</repeatDelay>
|
||||
<keybind key="A-Escape">
|
||||
<action name="Exit" />
|
||||
</keybind>
|
||||
|
|
@ -106,8 +108,10 @@
|
|||
one below.
|
||||
-->
|
||||
<mouse>
|
||||
|
||||
<!-- time is in ms -->
|
||||
<doubleClickTime>500</doubleClickTime>
|
||||
|
||||
<context name="TitleBar">
|
||||
<mousebind button="Left" action="DoubleClick">
|
||||
<action name="ToggleMaximize"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue