diff options
| author | Alex Parker <rockbox@aeparker.com> | 2009-06-28 18:02:04 +0000 |
|---|---|---|
| committer | Alex Parker <rockbox@aeparker.com> | 2009-06-28 18:02:04 +0000 |
| commit | 41ff287e07d555f5f667812003dcf2f8fd86eec3 (patch) | |
| tree | b093babb95238be7961dc8123ba9a22699c5317c /manual/plugins/pegbox.tex | |
| parent | 7df759c95107bc8e5f9a6ba17f77114fa9d80357 (diff) | |
| download | rockbox-41ff287e07d555f5f667812003dcf2f8fd86eec3.zip rockbox-41ff287e07d555f5f667812003dcf2f8fd86eec3.tar.gz rockbox-41ff287e07d555f5f667812003dcf2f8fd86eec3.tar.bz2 rockbox-41ff287e07d555f5f667812003dcf2f8fd86eec3.tar.xz | |
Add remote keymapping to the manual for the iriver H100. Plugins have not yet been done and currently just have a blank column. Most plugins only quit via the remote anyway at this point. Please notify of any errors/omissions (I'm sure there are some).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21547 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/pegbox.tex')
| -rw-r--r-- | manual/plugins/pegbox.tex | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/manual/plugins/pegbox.tex b/manual/plugins/pegbox.tex index 98adcab..bd4d17c 100644 --- a/manual/plugins/pegbox.tex +++ b/manual/plugins/pegbox.tex @@ -32,11 +32,14 @@ block and crosses which allow you to choose a replacement block. \opt{GIGABEAT_S_PAD}{\ButtonLeft, \ButtonRight}
\opt{MROBE100_PAD}{\ButtonLeft, \ButtonRight}
\opt{SANSA_C200_PAD}{\ButtonLeft, \ButtonRight}
+
+ \opt{IRIVER_RC_H100_PAD}{&}
& to move around\\
\opt{RECORDER_PAD}{\ButtonOn}
\opt{ONDIO_PAD}{\ButtonOff}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonSelect}
+ \opt{IRIVER_RC_H100_PAD}{&}
\opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{\ButtonSelect + \ButtonRight}
\opt{IAUDIO_X5_PAD}{\ButtonSelect}
\opt{IRIVER_H10_PAD}{\ButtonPlay}
@@ -50,6 +53,7 @@ block and crosses which allow you to choose a replacement block. \opt{RECORDER_PAD}{\ButtonFTwo}
\opt{ONDIO_PAD}{\ButtonMenu + \ButtonRight}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
+ \opt{IRIVER_RC_H100_PAD}{&}
\opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{\ButtonSelect + \ButtonLeft}
\opt{IAUDIO_X5_PAD}{\ButtonRec}
\opt{IRIVER_H10_PAD}{Long \ButtonFF}
@@ -63,6 +67,7 @@ block and crosses which allow you to choose a replacement block. \opt{RECORDER_PAD}{\ButtonFOne}
\opt{ONDIO_PAD}{\ButtonMenu + \ButtonUp}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
+ \opt{IRIVER_RC_H100_PAD}{&}
\opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{\ButtonSelect + \ButtonMenu}
\opt{IAUDIO_X5_PAD}{\ButtonPlay}
\opt{IRIVER_H10_PAD}{\ButtonFF + \ButtonScrollUp}
@@ -77,6 +82,7 @@ block and crosses which allow you to choose a replacement block. \opt{RECORDER_PAD}{\ButtonFThree}
\opt{ONDIO_PAD}{\ButtonMenu + \ButtonDown}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonRec}
+ \opt{IRIVER_RC_H100_PAD}{&}
\opt{IRIVER_H10_PAD}{\ButtonFF + \ButtonScrollDown}
\opt{SANSA_E200_PAD}{\ButtonScrollFwd}
\opt{SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown}
@@ -87,6 +93,7 @@ block and crosses which allow you to choose a replacement block. \opt{RECORDER_PAD}{\ButtonOff}
\opt{ONDIO_PAD}{\ButtonMenu + \ButtonOff}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
+ \opt{IRIVER_RC_H100_PAD}{&}
\opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{\ButtonSelect + \ButtonPlay}
\opt{IAUDIO_X5_PAD}{\ButtonPower}
\opt{IRIVER_H10_PAD}{\ButtonPower}
|