Page 1 of 1
What is the Automagic Premium Keyboard?
Posted: 25 Sep 2017 14:54
by Econdoc
I have enabled the Automagic Premium Keyboard and made it the default. When I edit a flow, I see no difference from my normal keyboard. What does this keyboard do?
Thanks
Re: What is the Automagic Premium Keyboard?
Posted: 25 Sep 2017 16:14
by Desmanto
It is mostly used (required) in Control UI action, where you need to use a normal keyboard to input the text. Here are 7 known Control UI function which utilize it. (From Control UI documentation)
1. Boolean sendKey(Number keyCode)
Simulates the specified key (Automagic input method required).
2. Boolean sendKey(String keyCodeName)
Simulates the specified key (Automagic input method required).
3. Boolean sendKey(String keyCodeName, String metaKey, ...)
Simulates the specified key with meta key state (Automagic input method required).
4. Boolean sendText(String text)
Sends the text to the focused component (Automagic input method required).
5. Boolean setText(String text)
Sets the text of the focused component (Automagic input method required).
6. Boolean setSelection(Number start, Number end)
Sets the selection of the focused component (Automagic input method required).
7. Boolean selectAll()
Selects the text of the focused component (Automagic input method required).