Browse Source

change: xset key repeat

micha 1 year ago
parent
commit
e004b5548e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      input/touchscreen.py

+ 1 - 1
input/touchscreen.py

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