From 7aec70f3679a0afb18dc3ea9d1fdb9397a21889d Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sat, 29 Aug 2009 18:45:27 +0000 Subject: Add the select button as exit button for the e200's quickscreen, and update the manual (fuze entry was not wrong also). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22543 a1c6a512-1295-4272-9138-f99709370657 --- apps/keymaps/keymap-e200.c | 1 + manual/platform/keymap-e200.tex | 2 +- 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 86d54b2eb7..ede06515ef 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 0fb5231059..ce2bc5a47a 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 f642411682..351db621b0 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} -- cgit v1.2.3