It runs fine and now I'm trying to bind a keystroke to call it.
In keyhelper.conf, I added an additional line as follows
QUOTE
...
[Launch]
...
F26 = @qcop QPE/System 'execute(QString)' ime.sh
...
[Launch]
...
F26 = @qcop QPE/System 'execute(QString)' ime.sh
...
When I press Home+FirstJapKey (the one next to Ctrl), nothing happens. If I bind it as below, it calls up zeditor successfully.
QUOTE
...
[Launch]
...
F26 = Applications/zeditor
...
[Launch]
...
F26 = Applications/zeditor
...
Anyone have any idea what is wrong with my call?
