diff options
| author | Szymon Dziok <b0hoon@o2.pl> | 2014-10-15 16:10:09 +0200 |
|---|---|---|
| committer | Szymon Dziok <b0hoon@o2.pl> | 2014-10-22 09:59:26 +0200 |
| commit | f4435708978a09795a959d7d97431ca003ecf00d (patch) | |
| tree | 5a74c35bf75565ced8087bb8274f4e90a9ba3eb7 | |
| parent | b7708059a86e316474752bdfbda5d5dd99174492 (diff) | |
| download | rockbox-f4435708978a09795a959d7d97431ca003ecf00d.zip rockbox-f4435708978a09795a959d7d97431ca003ecf00d.tar.gz rockbox-f4435708978a09795a959d7d97431ca003ecf00d.tar.bz2 rockbox-f4435708978a09795a959d7d97431ca003ecf00d.tar.xz | |
YH820/YH92X: Add missing StdMenu action.
Change-Id: Ife5be1b6427724b5c231e0035aca44373adb0e40
| -rw-r--r-- | apps/keymaps/keymap-yh8xx_yh9xx.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/keymaps/keymap-yh8xx_yh9xx.c b/apps/keymaps/keymap-yh8xx_yh9xx.c index f96861d..16b29e5 100644 --- a/apps/keymaps/keymap-yh8xx_yh9xx.c +++ b/apps/keymaps/keymap-yh8xx_yh9xx.c @@ -58,6 +58,8 @@ static const struct button_mapping button_context_standard[] = { /* kludge: pressing 2 directional buttons is easy on this target */ { ACTION_STD_QUICKSCREEN, BUTTON_LEFT|BUTTON_DOWN|BUTTON_REPEAT, BUTTON_LEFT|BUTTON_DOWN|BUTTON_REPEAT }, + { ACTION_STD_MENU, BUTTON_LEFT|BUTTON_UP|BUTTON_REPEAT, + BUTTON_LEFT|BUTTON_UP|BUTTON_REPEAT }, { ACTION_STD_REC, BUTTON_REC|BUTTON_REPEAT, BUTTON_REC }, LAST_ITEM_IN_LIST |