Hi Zecke,
We are going to make the kbd show and hide automatically.
Would you please send a x-event with message
"_MTP_IM_INVOKER_COMMAND" with operations
typedef enum {
MTPRemoteNone = 0,
MTPRemoteShow,
MTPRemoteHide,
MTPRemoteToggle,
} MTPRemoteOperation;
When ever input is needed and dismissed.Thanks. Tick

