requiring only two (!) keystrokes to enter any character.
Features:
- entering ANY character by only TWO KEYSTROKES
- QWERTY (QWERTZ) keyboard layout
- based on a 7x9 char template with CapsLock Function
How does it work?
The on-screen QWERTY keyboard is divided into 7 blocks, each one with a square shape,
containing 3x3=9 on-screen buttons. The first keystroke selects such a block,

while the second one does choose one of the nine chars inside this block.
- To move up/down/left/right inside the block .. the arrow keys are used
- To move up-left .. square, down-left .. cross, down-right..circele, up-right .. triangle keys used.
- To choose the mid char from the block .. the 'Select' key is used.
Installation:
Put the 'TextInputxx' dir into your 'psp/game/luaplayer/Applications/' directory. http://fosk4psp.dynamicweb.hu
This file includes only the pure character input, does not deal with text formatting.
Future plans are first to add:
- Tab, Del, BackSpace, Insert, etc. functions.
- Copy-Paste, PageUp, ScrollLeft, etc, etc.
- File browser with Open, Save, Close, etc functions.
(this all could be done by adding an extra block invoked by the X button (which is still not used)).
For developers:
..hope you know how to edit LUA-codes "online" on your PC while staying connected to the PSP.
(This let us keep running LUAPLAYER without the need to activate System>USB..
Just start any LUA app with the 'System.usbDiskModeActivate()' command inside, then exit this app,
and stay in Lowser. Now you can edit your code. For more info go to the luaplayer website, or post your question.)
Note:
on Ubuntu I need to close lua apps on the PSP BEFORE editing them on the PC
to be able to save the code onto the MS, otherwise the file gets lost from the MemStick!!!
Hope, you like this TextInput design, and will use it for future Dictionaries, Notepads and other apps.
Just do not forget to inform about your apps!!!
mrn