Fixed default keystroke injection delay
This commit is contained in:
parent
22728fb7e9
commit
7a871ee7a1
3 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue