From 7972f8e4480471c43dd8c72c9e114a642fb8ff14 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Tue, 25 Aug 2020 15:53:58 -0400 Subject: xduoox3: Fix minesweeper plugin keymap. (Broke in a654cecf8) Change-Id: I5b07e27aed12019e2b0a5078bf06812da2ddd598 --- apps/plugins/minesweeper.c | 2 +- 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 \\ % -- cgit v1.2.3