mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
Fix map keyboard mode in Android
This commit is contained in:
@@ -850,6 +850,7 @@ impl<T: InvokeUiSession> Session<T> {
|
||||
key_event.set_chr(chr);
|
||||
}
|
||||
Key::ControlKey(key) => {
|
||||
#[cfg(not(any(target_os = "android", target_os = "ios")))]
|
||||
let key = if !get_key_state(enigo::Key::NumLock) {
|
||||
match key {
|
||||
ControlKey::Numpad0 => ControlKey::Insert,
|
||||
|
||||
Reference in New Issue
Block a user