fix conflict

This commit is contained in:
Chieh Wang
2022-12-08 18:51:20 +08:00
committed by Asura
parent 95775678ca
commit 49bcf8f794
6 changed files with 114 additions and 84 deletions

View File

@@ -764,11 +764,6 @@ fn rdev_key_down_or_up(key: RdevKey, down_or_up: bool) {
std::thread::sleep(Duration::from_millis(20));
}
fn rdev_key_click(key: RdevKey) {
rdev_key_down_or_up(key, true);
rdev_key_down_or_up(key, false);
}
fn sync_status(evt: &KeyEvent) {
let mut en = ENIGO.lock().unwrap();