diff --git a/src/ui/remote.rs b/src/ui/remote.rs index ac5c9cc77..abc3b7fdc 100644 --- a/src/ui/remote.rs +++ b/src/ui/remote.rs @@ -261,7 +261,7 @@ impl Handler { let mut tmp = get_key_state(enigo::Key::Control); unsafe { if IS_ALT_GR { - if alt || key == Key::Alt { + if alt || key == Key::AltGr { if tmp { tmp = false; }