Zaurus Keycodes
From OESF
(Difference between revisions)
Koan (Talk | contribs)
(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...)
Next diff →
Revision as of 19:51, 2 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 |
| 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.

