diff --git a/flutter_hbb/lib/remote_page.dart b/flutter_hbb/lib/remote_page.dart index d7cfd258b..73ed7eed8 100644 --- a/flutter_hbb/lib/remote_page.dart +++ b/flutter_hbb/lib/remote_page.dart @@ -804,7 +804,10 @@ void showActions(BuildContext context) async { } }(); } else if (value == 'enter_os_password') { - if (password != "") FFI.setByName('input_string', password); + if (password != "") { + FFI.setByName('input_string', password); + FFI.inputKey('VK_RETURN'); + } } }(); }