diff options
| author | Marc Guay <marcguay@rockbox.org> | 2008-06-23 20:25:15 +0000 |
|---|---|---|
| committer | Marc Guay <marcguay@rockbox.org> | 2008-06-23 20:25:15 +0000 |
| commit | d0e95cf0770af9fd034e193bd953480e8a74c6c4 (patch) | |
| tree | 40eb4836ddc959144e2fb4f3f694653008b8f31d | |
| parent | 72215566a68b50cb05e734f49cb7fd7b866a5eb6 (diff) | |
| download | rockbox-d0e95cf0770af9fd034e193bd953480e8a74c6c4.zip rockbox-d0e95cf0770af9fd034e193bd953480e8a74c6c4.tar.gz rockbox-d0e95cf0770af9fd034e193bd953480e8a74c6c4.tar.bz2 rockbox-d0e95cf0770af9fd034e193bd953480e8a74c6c4.tar.xz | |
Add missing keymaps to the manual. Show Pitch Screen from the WPS.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17768 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/platform/c200.tex | 1 | ||||
| -rw-r--r-- | manual/platform/e200.tex | 1 | ||||
| -rw-r--r-- | manual/rockbox_interface/wps.tex | 3 |
3 files changed, 4 insertions, 1 deletions
diff --git a/manual/platform/c200.tex b/manual/platform/c200.tex index 0620ce0..3a31290 100644 --- a/manual/platform/c200.tex +++ b/manual/platform/c200.tex @@ -59,6 +59,7 @@ \newcommand{\ActionWpsMenu}{\ButtonPower} \newcommand{\ActionWpsContext}{\ButtonDown} \newcommand{\ActionWpsBrowse}{\ButtonSelect} +\newcommand{\ActionWpsPitchScreen}{\ButtonSelect{} + \ButtonUp} \newcommand{\ActionWpsAbSetBNextDir}{\ButtonPower{} + \ButtonRight} \newcommand{\ActionWpsAbSetAPrevDir}{\ButtonPower{} + \ButtonLeft} diff --git a/manual/platform/e200.tex b/manual/platform/e200.tex index cd3818e..1a1b6f2 100644 --- a/manual/platform/e200.tex +++ b/manual/platform/e200.tex @@ -59,6 +59,7 @@ \newcommand{\ActionWpsMenu}{\ButtonDown} \newcommand{\ActionWpsContext}{Long \ButtonSelect} \newcommand{\ActionWpsBrowse}{\ButtonSelect} +\newcommand{\ActionWpsPitchScreen}{\ButtonSelect{} + \ButtonUp} \newcommand{\ActionWpsAbSetBNextDir}{\ButtonPower{} + \ButtonRight} \newcommand{\ActionWpsAbSetAPrevDir}{\ButtonPower{} + \ButtonLeft} diff --git a/manual/rockbox_interface/wps.tex b/manual/rockbox_interface/wps.tex index e063439..b15b367 100644 --- a/manual/rockbox_interface/wps.tex +++ b/manual/rockbox_interface/wps.tex @@ -76,7 +76,8 @@ your WPS (While Playing Screen). % \ActionWpsContext & Enter \setting{WPS Context Menu}.\\ % - \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IRIVER_H10_PAD}{% + \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IRIVER_H10_PAD, + MROBE100_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{% \ActionWpsPitchScreen & Show \setting{Pitch Screen} (see \reference{sec:pitchscreen}).\\}% % |