> I guess I'm going to have to have two different bits of rotation code, one
> which rotates keyboard arrow keys and the other which rotates FiveWay
> presses.

        Here's the keycodes from my exact Tungsten T2:

        chr             keyCode         modifiers
Up      0x000B          0x0001          0x0048
Down    0x000C          0x0200          0x0048
Left    0x0503          0x0004          0x0048
Right   0x0503          0x0800          0x0048

        Those are with the keys _held down_. Initial press and release
returns different codes. I used "Palm! Insider" to return the keycodes.


d.

_______________________________________________
plucker-dev mailing list
[EMAIL PROTECTED]
http://lists.rubberchicken.org/mailman/listinfo/plucker-dev

Reply via email to