diff --git a/flutter_hbb/lib/remote_page.dart b/flutter_hbb/lib/remote_page.dart index 7e3856c77..8ffd1d0ac 100644 --- a/flutter_hbb/lib/remote_page.dart +++ b/flutter_hbb/lib/remote_page.dart @@ -143,7 +143,8 @@ class _RemotePageState extends State { 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(); return; }