diff options
author | Nils Wallménius <nils@rockbox.org> | 2011-01-19 15:16:34 +0000 |
---|---|---|
committer | Nils Wallménius <nils@rockbox.org> | 2011-01-19 15:16:34 +0000 |
commit | 2565d37c67e9a197b73852607eeab75af23a9b3d (patch) | |
tree | ed229101a447b264c29f3a7ee62845aafa709a7f /manual | |
parent | 3b8f93af0ab44be4ba5690fa82860cbf2069a849 (diff) |
Gigabeat S manual: fix a small glitch in the wps key controls table and correct an incorrect button combo.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29093 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-rw-r--r-- | manual/platform/keymap-gigabeats.tex | 2 | ||||
-rw-r--r-- | manual/rockbox_interface/wps.tex | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/manual/platform/keymap-gigabeats.tex b/manual/platform/keymap-gigabeats.tex index 12f9eac2a0..763e71c12e 100644 --- a/manual/platform/keymap-gigabeats.tex +++ b/manual/platform/keymap-gigabeats.tex @@ -39,7 +39,7 @@ \newcommand{\ActionWpsStop}{\ButtonPower} \newcommand{\ActionWpsVolDown}{\ButtonDown{} or \ButtonVolDown} \newcommand{\ActionWpsVolUp}{\ButtonUp{} or \ButtonVolUp} -\newcommand{\ActionWpsPitchScreen}{\ButtonBack{} + \ButtonUp/\ButtonDown} +\newcommand{\ActionWpsPitchScreen}{\ButtonBack{} + \ButtonUp} \newcommand{\ActionWpsQuickScreen}{Long \ButtonMenu} \newcommand{\ActionWpsMenu}{\ButtonMenu} \newcommand{\ActionWpsContext}{Long \ButtonSelect} diff --git a/manual/rockbox_interface/wps.tex b/manual/rockbox_interface/wps.tex index c854b8a974..68a0d75e58 100644 --- a/manual/rockbox_interface/wps.tex +++ b/manual/rockbox_interface/wps.tex @@ -128,10 +128,11 @@ your WPS (While Playing Screen). ,GIGABEAT_PAD,GIGABEAT_S_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{% \ActionWpsPitchScreen \opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsPitchScreen} - & Show \setting{Pitch Screen} (see \reference{sec:pitchscreen}).\\% + & Show \setting{Pitch Screen} (see \reference{sec:pitchscreen}).\\% }% \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,SANSA_CLIP_PAD,MROBE100_PAD,PBELL_VIBE500_PAD}{% - \ActionWpsPlaylist + \ActionWpsPlaylist + \opt{HAVEREMOTEKEYMAP}{&} & Show current \setting{Playlist}.\\% }% \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IRIVER_H10_PAD% |