mirror of
https://github.com/opentx/opentx.git
synced 2025-07-15 04:15:26 +03:00
[Horus] Keymap is now consistent with labels on keys
This commit is contained in:
parent
9a66da21d5
commit
7e45537402
15 changed files with 99 additions and 152 deletions
|
@ -229,9 +229,9 @@ void Open9xSim::updateKeysAndSwitches(bool start)
|
|||
{
|
||||
static int keys1[] = {
|
||||
#if defined(PCBHORUS)
|
||||
KEY_Page_Up, KEY_MENU,
|
||||
KEY_Page_Up, KEY_PGUP,
|
||||
KEY_Page_Down, KEY_PGDN,
|
||||
KEY_Return, KEY_ENTER,
|
||||
KEY_BackSpace, KEY_EXIT,
|
||||
KEY_Up, KEY_UP,
|
||||
KEY_Down, KEY_DOWN,
|
||||
KEY_Right, KEY_RIGHT,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue