ok, I'm half-way there ...
$ qcop QPE/TaskBar 'showInputMethod()'
this shows the InputMethod nicely while a hideInputMethod hides it.
There's no toggle, though I presume there should be a query call for the current state ... still looking through qtopia documentation.
There is one showInputMethod(QString) thingie which allows you to show the input method you want, but I cannot figure out what to put into QString ... I tried showInputMethod('MurphyTalk') but it returns a Syntax error in parameter type
http://zaurus-ja.sourceforge.jp/imkit/README-0.4.0.txthttp://doc.trolltech.com/qtopia1.6/html/global.htmlhttp://doc.trolltech.com/qtopia2.0/html/qcop.htmlEDIT:
I figure out I can call using
$ qcop QPE/TaskBar 'showInputMethod(QString)' XYZ
... I just don't know what to use for XYZ to indicate MurphyTalk ... tried murphytalk, MurphyTalk, murphypinyin etc ... ideas?