mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-29 08:01:03 +03:00
input_key works
This commit is contained in:
@@ -702,10 +702,6 @@ class FFI {
|
||||
break;
|
||||
}
|
||||
evt['buttons'] = buttons;
|
||||
if (evt['ctrl'] != true) evt.remove('ctrl');
|
||||
if (evt['shift'] != true) evt.remove('shift');
|
||||
if (evt['alt'] != true) evt.remove('alt');
|
||||
if (evt['command'] != true) evt.remove('command');
|
||||
setByName('send_mouse', json.encode(evt));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user