Check if event is altgr
This commit is contained in:
parent
f441d2fe5e
commit
f709118c69
1 changed files with 4 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue