diff options
author | Alex Parker <rockbox@aeparker.com> | 2009-07-22 18:08:51 +0000 |
---|---|---|
committer | Alex Parker <rockbox@aeparker.com> | 2009-07-22 18:08:51 +0000 |
commit | 8d194f08d784d221897c024f295003ea73b957d6 (patch) | |
tree | 0ad44f45940fcdb4ec62add85f362516f556c46c /manual/plugins/pegbox.tex | |
parent | 308522b60e98dc8fda31f3b35de70aa473062257 (diff) |
Add a generic \opt{HAVEREMOTEKEYMAP}{& } to button maps to allow all
manuals with HAVEREMOTEKEYMAP defined to build, regardless of whether
tables have been edited for the specific remote keymap. The actual
button can be added inside this opt.
Change many IRIVER_RC_H100_PAD opts to the generic HAVEREMOTEKEYMAP
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21997 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/pegbox.tex')
-rw-r--r-- | manual/plugins/pegbox.tex | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/manual/plugins/pegbox.tex b/manual/plugins/pegbox.tex index 689e8b02ea..93e9b4d132 100644 --- a/manual/plugins/pegbox.tex +++ b/manual/plugins/pegbox.tex @@ -33,7 +33,7 @@ block and crosses which allow you to choose a replacement block. \opt{MROBE100_PAD}{\ButtonLeft, \ButtonRight}
\opt{SANSA_C200_PAD}{\ButtonLeft, \ButtonRight}
- \opt{IRIVER_RC_H100_PAD}{&}
+ \opt{HAVEREMOTEKEYMAP}{& }
& to move around\\
\opt{RECORDER_PAD}{\ButtonOn}
@@ -47,7 +47,7 @@ block and crosses which allow you to choose a replacement block. \opt{GIGABEAT_S_PAD}{\ButtonSelect}
\opt{MROBE100_PAD}{\ButtonSelect}
\opt{SANSA_C200_PAD}{\ButtonSelect}
- \opt{IRIVER_RC_H100_PAD}{&}
+ \opt{HAVEREMOTEKEYMAP}{& }
& to select/save\\
\opt{RECORDER_PAD}{\ButtonFTwo}
@@ -61,7 +61,7 @@ block and crosses which allow you to choose a replacement block. \opt{GIGABEAT_S_PAD}{\ButtonMenu}
\opt{MROBE100_PAD}{\ButtonPlay}
\opt{SANSA_C200_PAD}{\ButtonRec}
- \opt{IRIVER_RC_H100_PAD}{&}
+ \opt{HAVEREMOTEKEYMAP}{& }
& to restart level\\
\opt{RECORDER_PAD}{\ButtonFOne}
@@ -75,7 +75,7 @@ block and crosses which allow you to choose a replacement block. \opt{GIGABEAT_S_PAD}{\ButtonVolUp}
\opt{MROBE100_PAD}{\ButtonMenu}
\opt{SANSA_C200_PAD}{\ButtonVolUp}
- \opt{IRIVER_RC_H100_PAD}{&}
+ \opt{HAVEREMOTEKEYMAP}{& }
& to go up a level\\
\nopt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD,IAUDIO_X5_PAD}{
@@ -86,7 +86,7 @@ block and crosses which allow you to choose a replacement block. \opt{SANSA_E200_PAD}{\ButtonScrollFwd}
\opt{SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown}
\opt{MROBE100_PAD}{\ButtonDisplay}
- \opt{IRIVER_RC_H100_PAD}{&}
+ \opt{HAVEREMOTEKEYMAP}{& }
& to go down a level\\
}
@@ -101,7 +101,7 @@ block and crosses which allow you to choose a replacement block. \opt{GIGABEAT_S_PAD}{\ButtonBack}
\opt{MROBE100_PAD}{\ButtonPower}
\opt{SANSA_C200_PAD}{\ButtonPower}
- \opt{IRIVER_RC_H100_PAD}{&}
+ \opt{HAVEREMOTEKEYMAP}{& }
& to quit\\
\end{btnmap}
|