mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-31 00:51:04 +03:00
refactor: Use new keyboard mode
This commit is contained in:
@@ -421,7 +421,8 @@ impl Connection {
|
||||
msg.down = true;
|
||||
}
|
||||
handle_key(&msg);
|
||||
if press {
|
||||
let keyboard_mode = 1;
|
||||
if press && keyboard_mode != 1{
|
||||
msg.down = false;
|
||||
handle_key(&msg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user