diff options
author | Michael Chicoine <mc2739@gmail.com> | 2011-04-04 01:55:56 +0000 |
---|---|---|
committer | Michael Chicoine <mc2739@gmail.com> | 2011-04-04 01:55:56 +0000 |
commit | f0132528fdc3a966e3d5efba0fb720faabca241b (patch) | |
tree | a227565b2655f1a5088d1d982cea907fcaa03184 /manual/platform | |
parent | 86f70de8099ba0211001c648d98363bfa6eeaabc (diff) | |
download | rockbox-f0132528fdc3a966e3d5efba0fb720faabca241b.tar.gz rockbox-f0132528fdc3a966e3d5efba0fb720faabca241b.zip |
Manual correction for entering quick screen from file browser
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29677 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/platform')
-rw-r--r-- | manual/platform/keymap-sansac200.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/platform/keymap-sansac200.tex b/manual/platform/keymap-sansac200.tex index 6f632be7f2..eefc170f4d 100644 --- a/manual/platform/keymap-sansac200.tex +++ b/manual/platform/keymap-sansac200.tex @@ -18,7 +18,7 @@ \newcommand{\ActionStdNextRepeat}{Long \ButtonUp} \newcommand{\ActionStdCancel}{\ButtonLeft} \newcommand{\ActionStdContext}{Long \ButtonSelect} -\newcommand{\ActionStdQuickScreen}{Long \ButtonDown} +\newcommand{\ActionStdQuickScreen}{\ButtonRec{} + \ButtonSelect} \newcommand{\ActionQuickScreenExit}{\ButtonPower} \newcommand{\ActionStdMenu}{\ButtonPower} \newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight} @@ -121,4 +121,4 @@ \newcommand{\PluginCancel}{\ButtonPower} \newcommand{\PluginExit}{Long \ButtonPower} \newcommand{\PluginSelect}{\ButtonSelect} -\newcommand{\PluginSelectRepeat}{Long \ButtonSelect}
\ No newline at end of file +\newcommand{\PluginSelectRepeat}{Long \ButtonSelect} |