]> git.mdlowis.com Git - proto/labwc.git/commitdiff
rc.xml.all: add keyboard repeatRate and repeatDelay
authorJohan Malm <jgm323@gmail.com>
Thu, 21 Oct 2021 19:38:52 +0000 (20:38 +0100)
committerJohan Malm <jgm323@gmail.com>
Thu, 21 Oct 2021 19:38:52 +0000 (20:38 +0100)
docs/rc.xml.all

index 88434febb256c97ec15a4b81f2c70c3929fa8a55..87a8b581a549222747f612d6243eaf2fbf097ec5 100644 (file)
@@ -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>
     one below.
   -->
   <mouse>
+
     <!-- time is in ms -->
     <doubleClickTime>500</doubleClickTime>
+
     <context name="TitleBar">
       <mousebind button="Left" action="DoubleClick">
         <action name="ToggleMaximize"/>