Sfoglia il codice sorgente

change: xset key repeat

micha 1 anno fa
parent
commit
e004b5548e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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()