remove warn

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou 2022-12-18 15:07:53 +08:00
parent 0c057139e4
commit 98d0335607

View File

@ -863,6 +863,7 @@ fn release_unpressed_modifiers(en: &mut Enigo, key_event: &KeyEvent) {
fix_modifiers(&key_event.modifiers[..], en, ck_value);
}
#[cfg(target_os = "linux")]
fn is_altgr_pressed() -> bool {
KEYS_DOWN
.lock()