Explorar o código

change: xset key repeat

micha hai 1 ano
pai
achega
e004b5548e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      input/touchscreen.py

+ 1 - 1
input/touchscreen.py

@@ -620,7 +620,7 @@ def main(cmd="",output="",name=""):
     
 if __name__ == "__main__":
     
-    cmd="xset -display :0.0 r rate 240 20"
+    cmd="xset -display :0.0 r rate 240 15"
     os.system(cmd)
 
     touch_list =  get_touch_list()