diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2019-01-01 19:45:48 -0500 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2019-01-02 04:57:32 +0100 |
commit | 35930ddb8d0c704abeb7619d9b6fc59b9dd6b909 (patch) | |
tree | 7a734fd10be3bb608169797bfae28baacf7ed4f1 /apps/plugins | |
parent | 2c6094843c72b2b7a81522c04dc36b03cd9c2929 (diff) |
Keymap improvements for the xDuoo X3
- Synchronized with actual state of Vortex version in general.
- Playback resume has been moved to the Power button.
- Option button acts identically in most contexts: main menu on short
press and quickscreen on long press.
- Defined A-B repeat mode control buttons.
- Level change action in chessbox has been moved to the volume down button.
(Patch by Igor Poretsky)
Change-Id: I48046ff123d2bccdc0d0c4ed8b088e2053aefa5e
Diffstat (limited to 'apps/plugins')
-rw-r--r-- | apps/plugins/chessbox/chessbox_pgn.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/chessbox/chessbox_pgn.h b/apps/plugins/chessbox/chessbox_pgn.h index 1f44d1b712..8f3032fe15 100644 --- a/apps/plugins/chessbox/chessbox_pgn.h +++ b/apps/plugins/chessbox/chessbox_pgn.h @@ -565,7 +565,7 @@ #define CB_LEFT BUTTON_PREV #define CB_RIGHT BUTTON_NEXT #define CB_PLAY BUTTON_VOL_UP -#define CB_LEVEL (BUTTON_PLAY|BUTTON_REPEAT) +#define CB_LEVEL BUTTON_VOL_DOWN #define CB_MENU BUTTON_POWER #define CB_SCROLL_UP (BUTTON_HOME|BUTTON_REPEAT) #define CB_SCROLL_DOWN (BUTTON_OPTION|BUTTON_REPEAT) |