# HG changeset patch # User drewp@bigasterisk.com # Date 2017-06-11 02:53:23 # Node ID b41890623d31bc088bcb1c3e3a22173399754d95 # Parent a57bf87efd34a7f6b410af60ab2999f469238c94 try to reduce KC jank Ignore-this: 492e6fb03e2b1a3a093045e14a6c11f0 diff --git a/bin/keyboardcomposer b/bin/keyboardcomposer --- a/bin/keyboardcomposer +++ b/bin/keyboardcomposer @@ -614,5 +614,5 @@ if __name__ == "__main__": root.protocol('WM_DELETE_WINDOW', reactor.stop) - tksupport.install(root,ms=10) + tksupport.install(root,ms=20) prof.run(reactor.run, profile=None)