Fixed default keystroke injection delay

This commit is contained in:
Jeff Parsons 2017-09-24 18:33:54 -07:00 committed by Jeff Parsons
commit 7a871ee7a1
3 changed files with 5 additions and 5 deletions

View file

@ -141,7 +141,7 @@ class Keyboard extends Component {
this.msAutoRepeat = 500;
this.msNextRepeat = 100;
this.msAutoRelease = 50;
this.msInjectDefault = 1000; // number of milliseconds between injected keystrokes
this.msInjectDefault = 150; // number of milliseconds between injected keystrokes
this.msInjectDelay = 0; // set by the initial injectKeys() call
/*