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/midiplay.tex | |
| parent | 308522b60e98dc8fda31f3b35de70aa473062257 (diff) | |
| download | rockbox-8d194f08d784d221897c024f295003ea73b957d6.zip rockbox-8d194f08d784d221897c024f295003ea73b957d6.tar.gz rockbox-8d194f08d784d221897c024f295003ea73b957d6.tar.bz2 rockbox-8d194f08d784d221897c024f295003ea73b957d6.tar.xz | |
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/midiplay.tex')
| -rw-r--r-- | manual/plugins/midiplay.tex | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/manual/plugins/midiplay.tex b/manual/plugins/midiplay.tex index eb35e80..95f4a19 100644 --- a/manual/plugins/midiplay.tex +++ b/manual/plugins/midiplay.tex @@ -21,11 +21,11 @@ might experience ``Buffer miss!'' with many files, except simple ones.} \opt{IPOD_3G_PAD,IPOD_4G_PAD,SANSA_E200_PAD}{\ButtonScrollFwd/ \ButtonScrollBack} \opt{IRIVER_H10_PAD}{\ButtonScrollUp/ \ButtonScrollDown} \opt{SANSA_C200_PAD}{\ButtonVolUp/ \ButtonVolDown} - \opt{IRIVER_RC_H100_PAD}{&} + \opt{HAVEREMOTEKEYMAP}{& } & Volume up/ Volume down\\ % \ButtonRight/ \ButtonLeft - \opt{IRIVER_RC_H100_PAD}{&} + \opt{HAVEREMOTEKEYMAP}{& } & Skip 3 seconds forward/ backward\\ % \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} @@ -33,14 +33,14 @@ might experience ``Buffer miss!'' with many files, except simple ones.} \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonUp} \opt{GIGABEAT_PAD}{\ButtonA} \opt{MROBE100_PAD}{\ButtonDisplay} - \opt{IRIVER_RC_H100_PAD}{&} + \opt{HAVEREMOTEKEYMAP}{& } & Pause/Resume playback\\ % \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} \opt{IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonSelect+\ButtonMenu} \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,SANSA_E200_PAD,SANSA_C200_PAD,IAUDIO_X5_PAD% ,IRIVER_H10_PAD,MROBE100_PAD}{\ButtonPower} - \opt{IRIVER_RC_H100_PAD}{&} + \opt{HAVEREMOTEKEYMAP}{& } & Stop playback and quit\\ \end{btnmap} \end{table} |