Difference between revisions of "Touchpad Bluetooth Keyboard"
Jump to navigation
Jump to search
(Initial submission of research on what the) |
(Add missing keycodes) |
||
| Line 21: | Line 21: | ||
|- | |- | ||
| Keyboard | | Keyboard | ||
| − | | | + | | 204 |
| | | | ||
| | | | ||
|- | |- | ||
| Brightness Down | | Brightness Down | ||
| − | | | + | | 224 |
| | | | ||
| | | | ||
|- | |- | ||
| Brightness Up | | Brightness Up | ||
| − | | | + | | 225 |
| | | | ||
| | | | ||
Revision as of 21:26, 23 September 2011
HP Touchpad Bluetooth Keyboard
Keycode/Scancode for Media/Specialty Keys
Hopefully this information will make it easier to implement support for the HP Touchpad Bluetooth Keyboard on other devices such as a Pre2 or Veer.
| Key | Keycode | Scancode (Decimal) | Scancode (Hex) |
|---|---|---|---|
| Notifications | 1 | ||
| Search | 217 | 786977 | 0xC0221 |
| Keyboard | 204 | ||
| Brightness Down | 224 | ||
| Brightness Up | 225 | ||
| Rewind | 168 | 786612 | 0xC00B4 |
| Play/Pause | 164 | 786637 | 0xC00CD |
| Forward | 208 | 786611 | 0xC00B3 |
| Mute | 113 | 786658 | 0xC00E2 |
| Volume Down | 114 | 786666 | 0xC00EA |
| Volume Up | 115 | 786665 | 0xC00E9 |
| Power | 142 | 65666 | 0x10082 |
Using various tools under Ubuntu 11.04, I haven't been able to get info for Keyboard, Brightness Down, and Brightness Up. These keys may need a Touchpad device to get the information for, as the keys are known working there. --SineOtter 07:34, 9 September 2011 (UTC)