try again
This commit is contained in:
parent
5286eed96f
commit
dc8f3db2fc
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user