diff options
| author | Michael Giacomelli <giac2000@hotmail.com> | 2012-02-24 16:50:45 -0500 |
|---|---|---|
| committer | Michael Giacomelli <giac2000@hotmail.com> | 2012-02-24 16:56:06 -0500 |
| commit | f6e5ec4e32e3470bf92c33df8532ef10351dc2bd (patch) | |
| tree | f92b4608c5882ddc174df6cbb48627bdaa789987 | |
| parent | 3a4f8cd5d730713be95694528da9bdb17ffdc72b (diff) | |
| download | rockbox-f6e5ec4e32e3470bf92c33df8532ef10351dc2bd.zip rockbox-f6e5ec4e32e3470bf92c33df8532ef10351dc2bd.tar.gz rockbox-f6e5ec4e32e3470bf92c33df8532ef10351dc2bd.tar.bz2 rockbox-f6e5ec4e32e3470bf92c33df8532ef10351dc2bd.tar.xz | |
Update the manual to include Home as a way of quitting the quicksreen on the Clip players. Leave Select in place since we'll add that next.
Change-Id: I2a5632cbad8b88a9f7ec92c790ba6c0e272115f7
| -rwxr-xr-x[-rw-r--r--] | manual/platform/keymap-sansaclip.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/platform/keymap-sansaclip.tex b/manual/platform/keymap-sansaclip.tex index c3eb495..7fbe5fd 100644..100755 --- a/manual/platform/keymap-sansaclip.tex +++ b/manual/platform/keymap-sansaclip.tex @@ -19,7 +19,7 @@ \newcommand{\ActionStdCancel}{\ButtonLeft} \newcommand{\ActionStdContext}{Long \ButtonSelect} \newcommand{\ActionStdQuickScreen}{Long \ButtonHome} -\newcommand{\ActionQuickScreenExit}{\ButtonSelect} +\newcommand{\ActionQuickScreenExit}{\ButtonSelect{} or \ButtonHome} \newcommand{\ActionStdMenu}{\ButtonHome} \newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight} \newcommand{\ActionStdUsbCharge}{\ButtonSelect} |