summaryrefslogtreecommitdiff
path: root/manual/plugins/fire.tex
diff options
context:
space:
mode:
authorAlex Parker <rockbox@aeparker.com>2009-07-22 18:08:51 +0000
committerAlex Parker <rockbox@aeparker.com>2009-07-22 18:08:51 +0000
commit8d194f08d784d221897c024f295003ea73b957d6 (patch)
tree0ad44f45940fcdb4ec62add85f362516f556c46c /manual/plugins/fire.tex
parent308522b60e98dc8fda31f3b35de70aa473062257 (diff)
downloadrockbox-8d194f08d784d221897c024f295003ea73b957d6.tar.gz
rockbox-8d194f08d784d221897c024f295003ea73b957d6.zip
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/fire.tex')
-rw-r--r--manual/plugins/fire.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/manual/plugins/fire.tex b/manual/plugins/fire.tex
index 6e42ebf391..e2c91d5cd9 100644
--- a/manual/plugins/fire.tex
+++ b/manual/plugins/fire.tex
@@ -9,7 +9,7 @@ Fire is a demo displaying a fire effect.
9 {\ButtonUp\ / \ButtonDown} 9 {\ButtonUp\ / \ButtonDown}
10 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollFwd\ / \ButtonScrollBack} 10 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollFwd\ / \ButtonScrollBack}
11 \opt{IRIVER_H10_PAD}{\ButtonScrollUp\ / \ButtonScrollDown} 11 \opt{IRIVER_H10_PAD}{\ButtonScrollUp\ / \ButtonScrollDown}
12 \opt{IRIVER_RC_H100_PAD}{&} 12 \opt{HAVEREMOTEKEYMAP}{& }
13 & Increase / decrease number of flames\\ 13 & Increase / decrease number of flames\\
14 \opt{RECORDER_PAD}{\ButtonOn} 14 \opt{RECORDER_PAD}{\ButtonOn}
15 \opt{ONDIO_PAD}{\ButtonMenu} 15 \opt{ONDIO_PAD}{\ButtonMenu}
@@ -17,20 +17,20 @@ Fire is a demo displaying a fire effect.
17 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect} 17 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect}
18 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD% 18 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD%
19 ,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonLeft} 19 ,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonLeft}
20 \opt{IRIVER_RC_H100_PAD}{&} 20 \opt{HAVEREMOTEKEYMAP}{& }
21 & Toggle flame type\\ 21 & Toggle flame type\\
22 \opt{RECORDER_PAD}{\ButtonPlay} 22 \opt{RECORDER_PAD}{\ButtonPlay}
23 \opt{ONDIO_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD% 23 \opt{ONDIO_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD%
24 ,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD} 24 ,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}
25 {\ButtonRight} 25 {\ButtonRight}
26 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonRec} 26 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonRec}
27 \opt{IRIVER_RC_H100_PAD}{&} 27 \opt{HAVEREMOTEKEYMAP}{& }
28 & Toggle moving flames\\ 28 & Toggle moving flames\\
29 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 29 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
30 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} 30 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
31 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower} 31 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower}
32 \opt{GIGABEAT_S_PAD}{\ButtonBack} 32 \opt{GIGABEAT_S_PAD}{\ButtonBack}
33 \opt{IRIVER_RC_H100_PAD}{&} 33 \opt{HAVEREMOTEKEYMAP}{& }
34 & Quit\\ 34 & Quit\\
35 \end{btnmap} 35 \end{btnmap}
36\end{table} 36\end{table}