[client,android] enable unicode input
This commit is contained in:
parent
52ec17309a
commit
732bd37307
@ -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]);
|
||||
|
Loading…
Reference in New Issue
Block a user