mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-18 14:21:28 +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")]
|
#[cfg(target_os = "linux")]
|
||||||
try_fill_unicode(event, &key_event, &mut events);
|
try_fill_unicode(event, &key_event, &mut events);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user