delayed kb press
This commit is contained in:
parent
870f517be2
commit
92ce2614dd
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ fn try_send_event(event: &EventType) {
|
|||
|
||||
fn send(event: EventType) {
|
||||
try_send_event(&event);
|
||||
thread::sleep(time::Duration::from_millis(30));
|
||||
thread::sleep(time::Duration::from_millis(40));
|
||||
}
|
||||
|
||||
fn send_paste() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue