CmdPressKey
CmdPressKey simulates a key press.
Field | Type | Label | Description |
key | Key |
key to be pressed |
CmdPressKeyResponse
CmdPressKeyResponse is the response to a CmdPressKey call.
Key
Key specifies a key of the Ubidium keypad.
Name | Number | Description |
KEY_UNSPECIFIED | 0 |
|
KEY_OK | 28 |
OK |
KEY_BACK | 14 |
back/menu key |
KEY_UP | 103 |
up arrow |
KEY_DOWN | 108 |
down arrow |
KEY_LEFT | 105 |
left key |
KEY_RIGHT | 106 |
right key |
KEY_SCREEN_1 | 59 |
counting from top, first key next to the screen |
KEY_SCREEN_2 | 60 |
counting from top, second key next to the screen |
KEY_SCREEN_3 | 61 |
counting from top, third key next to the screen |
KEY_SCREEN_4 | 62 |
counting from top, fourth key next to the screen |
KEY_START | 88 |
START |