1
0
Fork 0
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:
Bertrand Songis 2016-03-15 23:21:32 +01:00
parent 9a66da21d5
commit 7e45537402
15 changed files with 99 additions and 152 deletions

View file

@ -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,