To get Adesso working under pdaXrom:
====================================
1. vi /etc/X11/kb/akita.xmodmap
   remove the remarks from the number bindings
   remark out the CE-RH1 Remote part
2. copy the adesso.xmodmap file into /etc/X11/kb/
3. copy the two files, zkbd and akbd into /usr/local/bin
4. run chmod +x on each file to make sure they are executable
5. assign zkbd and akbd to two of your application keys 
6. vi /etc/sysconfig/keyboard/kernel.map amd make it look like this (make a backup of the file first if you want):
keycode 65 = Tab
        alt     keycode 65 = Caps_Lock
        shift   keycode 65 = Caps_Lock
        control keycode 65 = Caps_Lock
keycode 27 = Shift
keycode 88 = Control
keycode 89 = Alt
keycode 112 = Shift
keycode 120 = Shift

***All done!***

special note:
1. special commands can be found here:
   vi /usr/X11R6/lib/X11/XKeysymDB
2. the pipe/backspace key doesn't work
3. the fn key doesn't work
4. numlock doens't work properly
