Sfoglia il codice sorgente

add: on exit enable keyboard repeat "xset -display"

micha 1 anno fa
parent
commit
ec7bce91eb
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      _LibreLightDesk.py

+ 3 - 0
_LibreLightDesk.py

@@ -4492,6 +4492,9 @@ class Window():
             self.tk.mainloop()
         finally:
             self.tk.quit()
+            cmd="xset -display :0.0 r rate 240 15"
+            print(cmd)
+            os.system(cmd)
 
     def callback(self,event,data={}):#value=255):
         global _global_short_key