mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[client,android] enable unicode input
This commit is contained in:
@@ -391,6 +391,7 @@ public class LibFreeRDP
|
||||
args.add("/microphone");
|
||||
}
|
||||
|
||||
args.add("/kbd:unicode:on");
|
||||
args.add("/cert:ignore");
|
||||
args.add("/log-level:" + debug.getDebugLevel());
|
||||
String[] arrayArgs = args.toArray(new String[0]);
|
||||
|
||||
Reference in New Issue
Block a user