diff options
| author | Alex Parker <rockbox@aeparker.com> | 2009-02-19 18:41:42 +0000 |
|---|---|---|
| committer | Alex Parker <rockbox@aeparker.com> | 2009-02-19 18:41:42 +0000 |
| commit | 807fd0d36362ebcd785ae82fbd98493d4b68f29b (patch) | |
| tree | 01540e06b2bec7bc61c209270a18e9f05a7eff5c /manual/plugins | |
| parent | 5883f09acee11766ef96f8ec4c7e95019a1628c3 (diff) | |
| download | rockbox-807fd0d36362ebcd785ae82fbd98493d4b68f29b.zip rockbox-807fd0d36362ebcd785ae82fbd98493d4b68f29b.tar.gz rockbox-807fd0d36362ebcd785ae82fbd98493d4b68f29b.tar.bz2 rockbox-807fd0d36362ebcd785ae82fbd98493d4b68f29b.tar.xz | |
Fix manual building for iPod 1G/2G/3G - scrollwheel is not defined for these in addition to
the mini. IPOD_1G2G is not currently used, put in here in preparation of fixing this.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20050 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins')
| -rw-r--r-- | manual/plugins/pictureflow.tex | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/manual/plugins/pictureflow.tex b/manual/plugins/pictureflow.tex index 87d2857..7d91306 100644 --- a/manual/plugins/pictureflow.tex +++ b/manual/plugins/pictureflow.tex @@ -23,15 +23,15 @@ play music.} \subsubsection{Keys} \begin{table} \begin{btnmap}{}{} - \opt{scrollwheel,ipodmini,IRIVER_H10_PAD}{ - \opt{scrollwheel,ipodmini}{\ButtonScrollFwd{} / \ButtonScrollBack} + \opt{scrollwheel,ipodmini,IPOD_1G2G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD}{ + \opt{scrollwheel,ipodmini,IPOD_1G2G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd{} / \ButtonScrollBack} \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown} & Scroll through albums / track list\\} - \nopt{scrollwheel,ipodmini,IRIVER_H10_PAD}{\ButtonLeft{} / \ButtonRight + \nopt{scrollwheel,ipodmini,IPOD_1G2G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD}{\ButtonLeft{} / \ButtonRight & Scroll through albums\\} - \nopt{scrollwheel,ipodmini,SANSA_C200_PAD,IRIVER_H10_PAD}{\ButtonUp{} / \ButtonDown + \nopt{scrollwheel,ipodmini,IPOD_1G2G_PAD,IPOD_3G_PAD,SANSA_C200_PAD,IRIVER_H10_PAD}{\ButtonUp{} / \ButtonDown & Scroll through track list\\} \opt{SANSA_C200_PAD}{\ButtonUp |