diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2020-08-25 15:53:58 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2020-08-25 15:54:25 -0400 |
commit | 7972f8e4480471c43dd8c72c9e114a642fb8ff14 (patch) | |
tree | 0f07345b74fa29c5628d882869b414d7f6de3b65 | |
parent | 9e64e31d56b4ba11c81bd251e5f0335aa41e76bb (diff) |
xduoox3: Fix minesweeper plugin keymap.
(Broke in a654cecf8)
Change-Id: I5b07e27aed12019e2b0a5078bf06812da2ddd598
-rw-r--r-- | apps/plugins/minesweeper.c | 2 | ||||
-rw-r--r-- | manual/plugins/minesweeper.tex | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/minesweeper.c b/apps/plugins/minesweeper.c index bc2340d3e2..01659dbfd2 100644 --- a/apps/plugins/minesweeper.c +++ b/apps/plugins/minesweeper.c @@ -380,7 +380,7 @@ CONFIG_KEYPAD == MROBE500_PAD # define MINESWP_TOGGLE2 BUTTON_VOL_DOWN # define MINESWP_DISCOVER (BUTTON_PLAY | BUTTON_REPEAT) # define MINESWP_DISCOVER2 BUTTON_VOL_UP -# define MINESWP_INFO (BUTTON_OPTION | BUTTON_REPEAT) +# define MINESWP_INFO (BUTTON_PLAY | BUTTON_OPTION) #elif (CONFIG_KEYPAD == XDUOO_X3II_PAD) # define MINESWP_LEFT BUTTON_PREV diff --git a/manual/plugins/minesweeper.tex b/manual/plugins/minesweeper.tex index 5ee1e522b7..8d693eb8fc 100644 --- a/manual/plugins/minesweeper.tex +++ b/manual/plugins/minesweeper.tex @@ -70,7 +70,7 @@ the location of a mine, it can be tagged to avoid accidentally \opt{COWON_D2_PAD}{\TouchBottomRight} \opt{MPIO_HD300_PAD}{\ButtonMenu} \opt{SAMSUNG_YH92X_PAD}{Long \ButtonPlay} - \opt{XDUOO_X3_PAD}{Long \ButtonOption} + \opt{XDUOO_X3_PAD}{\ButtonOption + \ButtonPlay} \opt{HAVEREMOTEKEYMAP}{& } & Display the current game status \\ % |