Zaurus Keycodes
From OESF
(Difference between revisions)
(New page: == Zaurus Keycodes == Under Qtopia key presses can be detected using keycodes defined in QT by the likes of Key_Left for the left cursor key. Some of the keycodes for the special Zaurus k...) |
|||
Line 11: |
Line 11: | ||
|- | |- | ||
| Cancel || 4096 | | Cancel || 4096 | ||
| + | |- | ||
| + | | Jog wheel up || 4117 | ||
| + | |- | ||
| + | | Jog wheel down || 4115 | ||
|- | |- | ||
|Fn+U || 162 | |Fn+U || 162 | ||
Revision as of 20:34, 6 September 2010
Zaurus Keycodes
Under Qtopia key presses can be detected using keycodes defined in QT by the likes of Key_Left for the left cursor key. Some of the keycodes for the special Zaurus keys are given in the table below.
| Keyboard Key | Code |
| OK | 4100 |
| Cancel | 4096 |
| Jog wheel up | 4117 |
| Jog wheel down | 4115 |
| Fn+U | 162 |
| Fn+D | 165 |
The function key generates a key press and release event code of its own. Combinations create other values.
Note that on the SL-C750 the keyrelease code for the OK key is 4176.

