Seveal hours later, unfortunately it still effects PocketWorkstation... nuts
My advice if you are running PocketWorkstation on XQT using Cacko3K is to edit the startx script, add at the top..
khctl disable
at the bottom..
khctl enable
Then create a .xmodmaprc in the home directory of the zaurus user on Qtopia containing...
keycode 69 = slash comma
keycode 70 = period question
keycode 142 = braceleft
keycode 143 = braceright
keycode 22 = minus grave
This makes slash, comma, period and question behave as per the 3K ROM.
Also gives Shift + - = `
Fn + O = {
Fn + P = }
To find out more about the keysyms look at...
http://wiki.linuxquestions.org/wiki/List_o...ised_by_XmodmapNote that the two values on each keycode line refer to unshifted and shifted state.
Keycodes can be gotten by using xev.
Regards,
Andy