input_key works

This commit is contained in:
rustdesk
2022-02-05 04:29:10 +08:00
parent bf3fc14049
commit a3f17351d1
54 changed files with 1255 additions and 10 deletions

View File

@@ -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));
}