mirror of
https://github.com/labwc/labwc.git
synced 2026-03-04 01:40:39 -05: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.
|
your favourite terminal or application launcher.
|
||||||
-->
|
-->
|
||||||
<keyboard>
|
<keyboard>
|
||||||
|
<repeatRate>25</repeatRate>
|
||||||
|
<repeatDelay>600</repeatDelay>
|
||||||
<keybind key="A-Escape">
|
<keybind key="A-Escape">
|
||||||
<action name="Exit" />
|
<action name="Exit" />
|
||||||
</keybind>
|
</keybind>
|
||||||
|
|
@ -106,8 +108,10 @@
|
||||||
one below.
|
one below.
|
||||||
-->
|
-->
|
||||||
<mouse>
|
<mouse>
|
||||||
|
|
||||||
<!-- time is in ms -->
|
<!-- time is in ms -->
|
||||||
<doubleClickTime>500</doubleClickTime>
|
<doubleClickTime>500</doubleClickTime>
|
||||||
|
|
||||||
<context name="TitleBar">
|
<context name="TitleBar">
|
||||||
<mousebind button="Left" action="DoubleClick">
|
<mousebind button="Left" action="DoubleClick">
|
||||||
<action name="ToggleMaximize"/>
|
<action name="ToggleMaximize"/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue