In article <1i3s6uo.3vv4ao1regf9aN%pkg@[EMAIL PROTECTED]
>,
pkg@[EMAIL PROTECTED]
(pkg) wrote:
> I need to know the key codes of my usb keyboard.
> I've found something, but that's for adb key boards, does not work with
> usb key boards.
If what you found is the diagram in the User's Guide and Language
Reference (printed or PDF versions, under both SpriteSurface and
Keyboard), then it's the same for USB and ADB keyboards.
In fact, I can't imagine what you may have found that wouldn't apply;
the key codes are the same regardless of what communications protocol is
used to connect the hardware.
You can also write a little app that simple checks ALL key codes (0 to
127) and tells you which one is pressed, then use this to test any key
you're curious about.
Best,
- Joe
--
"Polywell" fusion -- an approach to nuclear fusion that might actually
work.
Learn more and discuss via:
<http://www.strout.net/info/science/polywell/>


|