Changes between Initial Version and Version 1 of Ticket #4907, comment 47
- Timestamp:
- Mar 6, 2012 2:21:52 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4907, comment 47
initial v1 1 1 Just for the record since I am researching this. Based on the Linux file "drivers/hid/usbhid/usbkbd.c", the Sun keys map to the following USB usage codes: 2 {{{ 2 3 Stop: 0x78 (Keyboard Stop) 3 4 Again: 0x79 (Keyboard Again) … … 11 12 Cut: 0x7b (Keyboard Cut) 12 13 Help: 0x75 (Keyboard Help) 14 }}}