From dc8f3db2fcd9b344fd1284782a93877ba9a8f484 Mon Sep 17 00:00:00 2001 From: open-trade Date: Tue, 22 Dec 2020 16:07:48 +0800 Subject: [PATCH] try again --- flutter_hbb/lib/remote_page.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; }