Release modifier when multi conn

This commit is contained in:
asur4s
2023-03-29 00:40:05 -07:00
committed by Asura
parent 3ea92642d8
commit 0f72af6529
4 changed files with 68 additions and 3 deletions

View File

@@ -551,7 +551,7 @@ fn record_key_to_key(record_key: u64) -> Option<Key> {
}
}
pub fn release_modifiers() {
pub fn release_device_modifiers() {
let mut en = ENIGO.lock().unwrap();
for modifier in [
Key::Shift,