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/clock.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/clock.tex')
-rw-r--r-- | manual/plugins/clock.tex | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/manual/plugins/clock.tex b/manual/plugins/clock.tex index 6f089c4b4b..8ce26b860a 100644 --- a/manual/plugins/clock.tex +++ b/manual/plugins/clock.tex @@ -8,6 +8,7 @@ This is a fully featured analogue and digital clock plugin. \begin{table} \begin{btnmap}{}{} \ButtonLeft{} / \ButtonRight + \opt{HAVEREMOTEKEYMAP}{& } & Cycle through modes \\ \opt{RECORDER_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD% ,MROBE100_PAD}{\ButtonUp{} / \ButtonDown} @@ -15,6 +16,7 @@ This is a fully featured analogue and digital clock plugin. {\ButtonScrollFwd{} / \ButtonScrollBack} \opt{SANSA_C200_PAD}{\ButtonVolUp{} / \ButtonVolDown} \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown} + \opt{HAVEREMOTEKEYMAP}{& } & Cycle through skins \\ \opt{RECORDER_PAD}{\ButtonFOne} \opt{IAUDIO_X5_PAD}{\ButtonRec} @@ -23,23 +25,27 @@ This is a fully featured analogue and digital clock plugin. {\ButtonMenu} \opt{SANSA_C200_PAD,SANSA_E200_PAD}{\ButtonDown} \opt{IRIVER_H10_PAD}{\ButtonFF} + \opt{HAVEREMOTEKEYMAP}{& } & Main Menu \\ \opt{RECORDER_PAD}{\ButtonPlay} \opt{IRIVER_H10_PAD}{\ButtonRew} \opt{IRIVER_H300_PAD,IAUDIO_X5_PAD,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_C200_PAD% ,SANSA_E200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect} + \opt{HAVEREMOTEKEYMAP}{& } & Start / Stop Counter \\ Long \opt{RECORDER_PAD_PAD}{\ButtonPlay}% \opt{IRIVER_H10_PAD}{\ButtonRew}% \opt{IRIVER_H300_PAD,IAUDIO_X5_PAD,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_C200_PAD% ,SANSA_E200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect} + \opt{HAVEREMOTEKEYMAP}{& } & Reset Counter \\ \opt{RECORDER_PAD,IRIVER_H300_PAD}{\ButtonOff} \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu + \ButtonSelect} \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD% ,MROBE100_PAD}{\ButtonPower} \opt{GIGABEAT_S_PAD}{\ButtonBack} + \opt{HAVEREMOTEKEYMAP}{& } & Save Settings (if enabled) and Exit \\ \end{btnmap} \end{table} |