summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2009-08-29 18:45:27 +0000
committerThomas Martitz <kugel@rockbox.org>2009-08-29 18:45:27 +0000
commit7aec70f3679a0afb18dc3ea9d1fdb9397a21889d (patch)
tree08b878fbf08ca5f21dfed0c8ae7f6373f788975c
parentf98bd2d2d358e74a8d2f1bbc17da26b3f3568849 (diff)
downloadrockbox-7aec70f3679a0afb18dc3ea9d1fdb9397a21889d.tar.gz
rockbox-7aec70f3679a0afb18dc3ea9d1fdb9397a21889d.zip
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
-rw-r--r--apps/keymaps/keymap-e200.c1
-rw-r--r--manual/platform/keymap-e200.tex2
-rw-r--r--manual/platform/keymap-fuze.tex2
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[] = {
152static const struct button_mapping button_context_quickscreen[] = { 152static const struct button_mapping button_context_quickscreen[] = {
153 { ACTION_NONE, BUTTON_LEFT, BUTTON_NONE }, 153 { ACTION_NONE, BUTTON_LEFT, BUTTON_NONE },
154 { ACTION_STD_CANCEL, BUTTON_POWER|BUTTON_REL, BUTTON_NONE }, 154 { ACTION_STD_CANCEL, BUTTON_POWER|BUTTON_REL, BUTTON_NONE },
155 { ACTION_STD_CANCEL, BUTTON_SELECT|BUTTON_REL, BUTTON_NONE },
155 { ACTION_QS_TOP, BUTTON_UP|BUTTON_REL, BUTTON_NONE }, 156 { ACTION_QS_TOP, BUTTON_UP|BUTTON_REL, BUTTON_NONE },
156 { ACTION_QS_TOP, BUTTON_UP|BUTTON_REPEAT, BUTTON_NONE }, 157 { ACTION_QS_TOP, BUTTON_UP|BUTTON_REPEAT, BUTTON_NONE },
157 { ACTION_QS_DOWN, BUTTON_DOWN|BUTTON_REL, BUTTON_NONE }, 158 { 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 @@
19\newcommand{\ActionStdCancel}{\ButtonLeft} 19\newcommand{\ActionStdCancel}{\ButtonLeft}
20\newcommand{\ActionStdContext}{Long \ButtonSelect} 20\newcommand{\ActionStdContext}{Long \ButtonSelect}
21\newcommand{\ActionStdQuickScreen}{Long \ButtonDown} 21\newcommand{\ActionStdQuickScreen}{Long \ButtonDown}
22\newcommand{\ActionQuickScreenExit}{\ButtonPower} 22\newcommand{\ActionQuickScreenExit}{\ButtonSelect}
23\newcommand{\ActionStdMenu}{\ButtonDown} 23\newcommand{\ActionStdMenu}{\ButtonDown}
24\newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight} 24\newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight}
25\newcommand{\ActionStdRec}{Long \ButtonRec} 25\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 @@
19\newcommand{\ActionStdCancel}{\ButtonLeft} 19\newcommand{\ActionStdCancel}{\ButtonLeft}
20\newcommand{\ActionStdContext}{Long \ButtonSelect} 20\newcommand{\ActionStdContext}{Long \ButtonSelect}
21\newcommand{\ActionStdQuickScreen}{Long \ButtonDown} 21\newcommand{\ActionStdQuickScreen}{Long \ButtonDown}
22\newcommand{\ActionQuickScreenExit}{\ButtonPower} 22\newcommand{\ActionQuickScreenExit}{\ButtonSelect}
23\newcommand{\ActionStdMenu}{\ButtonDown} 23\newcommand{\ActionStdMenu}{\ButtonDown}
24\newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight} 24\newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight}
25\newcommand{\ActionStdUsbCharge}{\ButtonSelect} 25\newcommand{\ActionStdUsbCharge}{\ButtonSelect}