summaryrefslogtreecommitdiff
path: root/apps/plugins/chessbox/chessbox_pgn.h
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2019-01-01 19:45:48 -0500
committerSolomon Peachy <pizza@shaftnet.org>2019-01-02 04:57:32 +0100
commit35930ddb8d0c704abeb7619d9b6fc59b9dd6b909 (patch)
tree7a734fd10be3bb608169797bfae28baacf7ed4f1 /apps/plugins/chessbox/chessbox_pgn.h
parent2c6094843c72b2b7a81522c04dc36b03cd9c2929 (diff)
downloadrockbox-35930ddb8d0c704abeb7619d9b6fc59b9dd6b909.tar.gz
rockbox-35930ddb8d0c704abeb7619d9b6fc59b9dd6b909.zip
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/chessbox/chessbox_pgn.h')
-rw-r--r--apps/plugins/chessbox/chessbox_pgn.h2
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 @@
565#define CB_LEFT BUTTON_PREV 565#define CB_LEFT BUTTON_PREV
566#define CB_RIGHT BUTTON_NEXT 566#define CB_RIGHT BUTTON_NEXT
567#define CB_PLAY BUTTON_VOL_UP 567#define CB_PLAY BUTTON_VOL_UP
568#define CB_LEVEL (BUTTON_PLAY|BUTTON_REPEAT) 568#define CB_LEVEL BUTTON_VOL_DOWN
569#define CB_MENU BUTTON_POWER 569#define CB_MENU BUTTON_POWER
570#define CB_SCROLL_UP (BUTTON_HOME|BUTTON_REPEAT) 570#define CB_SCROLL_UP (BUTTON_HOME|BUTTON_REPEAT)
571#define CB_SCROLL_DOWN (BUTTON_OPTION|BUTTON_REPEAT) 571#define CB_SCROLL_DOWN (BUTTON_OPTION|BUTTON_REPEAT)