diff options
| -rw-r--r-- | apps/keymaps/keymap-e200.c | 1 | ||||
| -rw-r--r-- | manual/platform/keymap-e200.tex | 2 | ||||
| -rw-r--r-- | manual/platform/keymap-fuze.tex | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/apps/keymaps/keymap-e200.c b/apps/keymaps/keymap-e200.c index 86d54b2..ede0651 100644 --- a/apps/keymaps/keymap-e200.c +++ b/apps/keymaps/keymap-e200.c @@ -152,6 +152,7 @@ static const struct button_mapping button_context_yesno[] = { static const struct button_mapping button_context_quickscreen[] = { { ACTION_NONE, BUTTON_LEFT, BUTTON_NONE }, { ACTION_STD_CANCEL, BUTTON_POWER|BUTTON_REL, BUTTON_NONE }, + { ACTION_STD_CANCEL, BUTTON_SELECT|BUTTON_REL, BUTTON_NONE }, { ACTION_QS_TOP, BUTTON_UP|BUTTON_REL, BUTTON_NONE }, { ACTION_QS_TOP, BUTTON_UP|BUTTON_REPEAT, BUTTON_NONE }, { ACTION_QS_DOWN, BUTTON_DOWN|BUTTON_REL, BUTTON_NONE }, diff --git a/manual/platform/keymap-e200.tex b/manual/platform/keymap-e200.tex index 0fb5231..ce2bc5a 100644 --- a/manual/platform/keymap-e200.tex +++ b/manual/platform/keymap-e200.tex @@ -19,7 +19,7 @@ \newcommand{\ActionStdCancel}{\ButtonLeft} \newcommand{\ActionStdContext}{Long \ButtonSelect} \newcommand{\ActionStdQuickScreen}{Long \ButtonDown} -\newcommand{\ActionQuickScreenExit}{\ButtonPower} +\newcommand{\ActionQuickScreenExit}{\ButtonSelect} \newcommand{\ActionStdMenu}{\ButtonDown} \newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight} \newcommand{\ActionStdRec}{Long \ButtonRec} diff --git a/manual/platform/keymap-fuze.tex b/manual/platform/keymap-fuze.tex index f642411..351db62 100644 --- a/manual/platform/keymap-fuze.tex +++ b/manual/platform/keymap-fuze.tex @@ -19,7 +19,7 @@ \newcommand{\ActionStdCancel}{\ButtonLeft} \newcommand{\ActionStdContext}{Long \ButtonSelect} \newcommand{\ActionStdQuickScreen}{Long \ButtonDown} -\newcommand{\ActionQuickScreenExit}{\ButtonPower} +\newcommand{\ActionQuickScreenExit}{\ButtonSelect} \newcommand{\ActionStdMenu}{\ButtonDown} \newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight} \newcommand{\ActionStdUsbCharge}{\ButtonSelect} |