Is there a way to change the softkeyboard like the android option: Press and hold the button to the left of the space bar. This may look lIke a cog or a microphone. Pressing and holding the icon will bring up a small pop up. Choose the icon that looks sorta like a keyboard. That will give you several options for the keyboard.
Is it possible to programm this or is it only an OS setting?
Sub ShowInputPicker
Dim jo As JavaObject
jo.InitializeContext.RunMethodJO("getSystemService", Array("input_method")).RunMethod("showInputMethodPicker", Null)
End Sub