mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-10 10:11:30 +03:00
try again
This commit is contained in:
@@ -143,7 +143,8 @@ class _RemotePageState extends State<RemotePage> {
|
|||||||
content == '《》' ||
|
content == '《》' ||
|
||||||
content == '()' ||
|
content == '()' ||
|
||||||
content == '【】')) {
|
content == '【】')) {
|
||||||
FFI.inputKey(content[0]);
|
// can not only input content[0], because when input ], [ are also auo insert, which cause ] never be input
|
||||||
|
FFI.setByName('input_string', content);
|
||||||
openKeyboard();
|
openKeyboard();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user