diff options
| author | Marc Guay <marcguay@rockbox.org> | 2008-06-23 20:08:41 +0000 |
|---|---|---|
| committer | Marc Guay <marcguay@rockbox.org> | 2008-06-23 20:08:41 +0000 |
| commit | 72215566a68b50cb05e734f49cb7fd7b866a5eb6 (patch) | |
| tree | 2522787ffc11df2a39e2fa94c88f447b0be03163 | |
| parent | 24bb08ddd35f5cb9dcd2c4c49065688c1f336a88 (diff) | |
| download | rockbox-72215566a68b50cb05e734f49cb7fd7b866a5eb6.zip rockbox-72215566a68b50cb05e734f49cb7fd7b866a5eb6.tar.gz rockbox-72215566a68b50cb05e734f49cb7fd7b866a5eb6.tar.bz2 rockbox-72215566a68b50cb05e734f49cb7fd7b866a5eb6.tar.xz | |
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.tex | 1 | ||||
| -rw-r--r-- | manual/platform/h300.tex | 1 | ||||
| -rw-r--r-- | manual/rockbox_interface/wps.tex | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/manual/platform/h1xx.tex b/manual/platform/h1xx.tex index c936efe..11b903e 100644 --- a/manual/platform/h1xx.tex +++ b/manual/platform/h1xx.tex @@ -42,6 +42,7 @@ \newcommand{\ActionStdQuickScreen}{Long \ButtonMode} \newcommand{\ActionStdMenu}{\ButtonMode} \newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight} +\newcommand{\ActionStdRec}{Long \ButtonRec} %Button actions, wps context \newcommand{\ActionWpsPlay}{\ButtonOn} diff --git a/manual/platform/h300.tex b/manual/platform/h300.tex index 89225f7..42f57fe 100644 --- a/manual/platform/h300.tex +++ b/manual/platform/h300.tex @@ -43,6 +43,7 @@ \newcommand{\ActionStdMenu}{\ButtonMode} \newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight} \newcommand{\ActionStdUsbCharge}{\ButtonRec} +\newcommand{\ActionStdRec}{Long \ButtonRec} %Button actions, wps context \newcommand{\ActionWpsPlay}{\ButtonOn} diff --git a/manual/rockbox_interface/wps.tex b/manual/rockbox_interface/wps.tex index 3289905..e063439 100644 --- a/manual/rockbox_interface/wps.tex +++ b/manual/rockbox_interface/wps.tex @@ -108,7 +108,7 @@ your WPS (While Playing Screen). \ActionWpsAbSetBNextDir & Skip to the next directory.\\% \ActionWpsAbSetAPrevDir & Skip to the previous directory.\\% }% - \opt{SANSA_E200_PAD}{ + \opt{SANSA_E200_PAD,SANSA_C200_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{ \ActionStdRec & Switches to the Recording screen \\ }% \end{btnmap} |