Input method pick
A decision block that lets the user choose an input method.
The fiber will pause until the user has chosen an input method, cancelled the dialog
or the timeout expired.
Input arguments
- Enabled — whether to only show enabled input methods.
- Subtypes — whether to show subtypes, usually the language, if the input method support it, default is yes.
- Timeout — time until the dialog is automatically canceled, default is no timeout.
- Show window — whether to show the dialog window directly without having to tap the notification. Only works when no other window is showing.
Output variables
- Input method — variable to assign the chosen input method.
- Input method subtype — variable to assign the subtype of the chosen input method.