summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorRobert Kukla <roolku@rockbox.org>2008-04-04 00:33:59 +0000
committerRobert Kukla <roolku@rockbox.org>2008-04-04 00:33:59 +0000
commitf6f0c2f2933ecb79422dbaa383bfe371a50490f9 (patch)
tree6e5d8ed2023404dac77514d3dff053cc81eee596 /manual
parent5f5dca72a9eef9923280bb05adb04a572e040f79 (diff)
fixing red:
- add button defines for M3 & D2 - make screen dimension checking more strict in places - correct button names I'll have to think a bit about the best solution for ONDIO (and probably other) button combinations... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16959 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-rw-r--r--manual/plugins/pegbox.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/manual/plugins/pegbox.tex b/manual/plugins/pegbox.tex
index 4ac79dac40..ab1cd3dcb8 100644
--- a/manual/plugins/pegbox.tex
+++ b/manual/plugins/pegbox.tex
@@ -67,9 +67,9 @@ block and crosses which allow you to choose a replacement block.
\opt{ONDIO_PAD}{\ButtonMenu + \ButtonLeft}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
\opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{\ButtonScrollBack}
- \opt{IAUDIO_X5_PAD}{\ButtonPlay + \ButtonUp}
+ \opt{IAUDIO_X5_PAD}{-}
\opt{IRIVER_H10_PAD}{\ButtonFf + \ButtonScrollUp}
- \opt{SANSA_E200_PAD}{\ButtonScrollUp}
+ \opt{SANSA_E200_PAD}{\ButtonScrollBack}
\opt{GIGABEAT_PAD}{\ButtonVolUp}
\opt{MROBE100_PAD}{\ButtonDisplay}
\opt{SANSA_C200_PAD}{\ButtonRec + \ButtonVolUp}
@@ -79,9 +79,9 @@ block and crosses which allow you to choose a replacement block.
\opt{ONDIO_PAD}{\ButtonMenu + \ButtonRight}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonRec}
\opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{\ButtonScrollFwd}
- \opt{IAUDIO_X5_PAD}{\ButtonPlay + \ButtonDown}
+ \opt{IAUDIO_X5_PAD}{-}
\opt{IRIVER_H10_PAD}{\ButtonFf + \ButtonScrollDown}
- \opt{SANSA_E200_PAD}{\ButtonDown}
+ \opt{SANSA_E200_PAD}{\ButtonScrollFwd}
\opt{GIGABEAT_PAD}{\ButtonVolDown}
\opt{MROBE100_PAD}{Long \ButtonDisplay}
\opt{SANSA_C200_PAD}{\ButtonRec + \ButtonVolDown}