summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Guay <marcguay@rockbox.org>2008-06-23 20:08:41 +0000
committerMarc Guay <marcguay@rockbox.org>2008-06-23 20:08:41 +0000
commit72215566a68b50cb05e734f49cb7fd7b866a5eb6 (patch)
tree2522787ffc11df2a39e2fa94c88f447b0be03163
parent24bb08ddd35f5cb9dcd2c4c49065688c1f336a88 (diff)
downloadrockbox-72215566a68b50cb05e734f49cb7fd7b866a5eb6.tar.gz
rockbox-72215566a68b50cb05e734f49cb7fd7b866a5eb6.zip
Add missing keymaps for the c200, h100, and h300 to the manual. Long-record to enter recording screen from WPS.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17767 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/platform/h1xx.tex1
-rw-r--r--manual/platform/h300.tex1
-rw-r--r--manual/rockbox_interface/wps.tex2
3 files changed, 3 insertions, 1 deletions
diff --git a/manual/platform/h1xx.tex b/manual/platform/h1xx.tex
index c936efe0ea..11b903e98e 100644
--- a/manual/platform/h1xx.tex
+++ b/manual/platform/h1xx.tex
@@ -42,6 +42,7 @@
42\newcommand{\ActionStdQuickScreen}{Long \ButtonMode} 42\newcommand{\ActionStdQuickScreen}{Long \ButtonMode}
43\newcommand{\ActionStdMenu}{\ButtonMode} 43\newcommand{\ActionStdMenu}{\ButtonMode}
44\newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight} 44\newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight}
45\newcommand{\ActionStdRec}{Long \ButtonRec}
45 46
46%Button actions, wps context 47%Button actions, wps context
47\newcommand{\ActionWpsPlay}{\ButtonOn} 48\newcommand{\ActionWpsPlay}{\ButtonOn}
diff --git a/manual/platform/h300.tex b/manual/platform/h300.tex
index 89225f726f..42f57fe8b6 100644
--- a/manual/platform/h300.tex
+++ b/manual/platform/h300.tex
@@ -43,6 +43,7 @@
43\newcommand{\ActionStdMenu}{\ButtonMode} 43\newcommand{\ActionStdMenu}{\ButtonMode}
44\newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight} 44\newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight}
45\newcommand{\ActionStdUsbCharge}{\ButtonRec} 45\newcommand{\ActionStdUsbCharge}{\ButtonRec}
46\newcommand{\ActionStdRec}{Long \ButtonRec}
46 47
47%Button actions, wps context 48%Button actions, wps context
48\newcommand{\ActionWpsPlay}{\ButtonOn} 49\newcommand{\ActionWpsPlay}{\ButtonOn}
diff --git a/manual/rockbox_interface/wps.tex b/manual/rockbox_interface/wps.tex
index 3289905b5f..e063439504 100644
--- a/manual/rockbox_interface/wps.tex
+++ b/manual/rockbox_interface/wps.tex
@@ -108,7 +108,7 @@ your WPS (While Playing Screen).
108 \ActionWpsAbSetBNextDir & Skip to the next directory.\\% 108 \ActionWpsAbSetBNextDir & Skip to the next directory.\\%
109 \ActionWpsAbSetAPrevDir & Skip to the previous directory.\\% 109 \ActionWpsAbSetAPrevDir & Skip to the previous directory.\\%
110 }% 110 }%
111 \opt{SANSA_E200_PAD}{ 111 \opt{SANSA_E200_PAD,SANSA_C200_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{
112 \ActionStdRec & Switches to the Recording screen \\ 112 \ActionStdRec & Switches to the Recording screen \\
113 }% 113 }%
114 \end{btnmap} 114 \end{btnmap}