diff options
-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 \\ % |