Qpobox is great, except for one little problem:
How do you add a normal space? I start typing a word, then when my desired word appears I press space to get to it and then I start typing the next word.
But then the next word appers directly after the previous one without any space in between. How do you solve this little problem?
You have to use the KeyHelper app in connection with QPOBox for this. You can get KeyHelper from
http://yakty.s31.xrea.com/linuzau/keyhelper/ or if you use Cacko ROM it already has KeyHelper functionality built-in.
Then in both cases, do the following:
1. In the ~/Settings/qpobox.conf file in the [global] section, add
UseKeyHelper = 1
2. In the ~/Settings/keyhelper.xml file in the <mapping> section, add the following lines:
<define key="Space">
<modifier Shift="On"/>
<map key="Space"/>
<map_modifier Shift="Off"/>
</define>
and reboot. After this, when you press Shift+Space, it'll enter a space into the text directly.
Also, you can do the following, which is great:
3. In the ~/Settings/keyhelper.conf file in the [Launch] section, add
F21 = @qcop QPE/QPOBox show()
4. In the ~/Settings/keyhelper.xml file in the <extensions> section, add the following lines:
<define key="F21" kind="launch">
</define>
and reboot. This will then activate the original Japanese key (second to the right next to the Fn key) to be the QPOBox activator, i.e. you press it QPOBox comes up, no need to activate it via the stylus, you press the key again QPOBox goes down and so...
Later.