changeset 1665:b41890623d31

try to reduce KC jank Ignore-this: 492e6fb03e2b1a3a093045e14a6c11f0
author drewp@bigasterisk.com
date Sun, 11 Jun 2017 02:53:23 +0000
parents a57bf87efd34
children c2af36d6fa6b
files bin/keyboardcomposer
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/keyboardcomposer	Sun Jun 11 01:12:35 2017 +0000
+++ b/bin/keyboardcomposer	Sun Jun 11 02:53:23 2017 +0000
@@ -614,5 +614,5 @@
 
     root.protocol('WM_DELETE_WINDOW', reactor.stop)
 
-    tksupport.install(root,ms=10)
+    tksupport.install(root,ms=20)
     prof.run(reactor.run, profile=None)