mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-07 20:30:08 +03:00
Check if event is altgr
This commit is contained in:
@@ -880,6 +880,10 @@ pub fn translate_keyboard_mode(peer: &str, event: &Event, key_event: KeyEvent) -
|
||||
}
|
||||
}
|
||||
|
||||
if event.platform_code == 0xFE03 {
|
||||
return events;
|
||||
}
|
||||
|
||||
#[cfg(target_os = "linux")]
|
||||
try_fill_unicode(event, &key_event, &mut events);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user