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/jpegviewer.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/jpegviewer.tex')
-rw-r--r-- | manual/plugins/jpegviewer.tex | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/manual/plugins/jpegviewer.tex b/manual/plugins/jpegviewer.tex index ff5b8bc37f..0f2f630623 100644 --- a/manual/plugins/jpegviewer.tex +++ b/manual/plugins/jpegviewer.tex @@ -20,7 +20,7 @@ greyscale library}. \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu\ / \ButtonPlay}% \opt{IRIVER_H10_PAD}{\ButtonScrollUp\ / \ButtonScrollDown} % / \ButtonLeft\ / \ButtonRight - \opt{IRIVER_RC_H100_PAD}{&} + \opt{HAVEREMOTEKEYMAP}{& } & Move around in zoomed in image\\ \opt{RECORDER_PAD}{\ButtonPlay} \opt{ONDIO_PAD}{\ButtonMenu} @@ -29,7 +29,7 @@ greyscale library}. \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd} \opt{IRIVER_H10_PAD}{\ButtonPlay} \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolUp} - \opt{IRIVER_RC_H100_PAD}{&} + \opt{HAVEREMOTEKEYMAP}{& } & Zoom in\\ \opt{RECORDER_PAD}{\ButtonOn} \opt{ONDIO_PAD}{\ButtonMenu+\ButtonDown} @@ -39,7 +39,7 @@ greyscale library}. \opt{IRIVER_H10_PAD}{Long \ButtonPlay} \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown} \opt{MROBE100_PAD}{\ButtonPlay} - \opt{IRIVER_RC_H100_PAD}{&} + \opt{HAVEREMOTEKEYMAP}{& } & Zoom out\\ \opt{RECORDER_PAD}{\ButtonFThree} \opt{ONDIO_PAD}{\ButtonMenu+\ButtonRight} @@ -53,7 +53,7 @@ greyscale library}. \opt{GIGABEAT_PAD}{\ButtonA+\ButtonRight} \opt{GIGABEAT_S_PAD}{\ButtonNext} \opt{MROBE100_PAD}{\ButtonDisplay+\ButtonRight} - \opt{IRIVER_RC_H100_PAD}{&} + \opt{HAVEREMOTEKEYMAP}{& } & Next jpeg in directory\\ \opt{RECORDER_PAD}{\ButtonFTwo} \opt{ONDIO_PAD}{\ButtonMenu+\ButtonLeft} @@ -66,17 +66,18 @@ greyscale library}. \opt{GIGABEAT_PAD}{\ButtonA+\ButtonLeft} \opt{GIGABEAT_S_PAD}{\ButtonPrev} \opt{MROBE100_PAD}{\ButtonDisplay+\ButtonLeft} - \opt{IRIVER_RC_H100_PAD}{&} + \opt{HAVEREMOTEKEYMAP}{& } & Previous jpeg in directory\\ \opt{SANSA_E200_PAD,SANSA_C200_PAD}{%currently only defined for the sansa pads \ButtonRec + \opt{HAVEREMOTEKEYMAP}{& } & Toggle slide show mode\\ } \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonPower} \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonMenu} - \opt{IRIVER_RC_H100_PAD}{&} + \opt{HAVEREMOTEKEYMAP}{& } & Show menu\\ \end{btnmap} \end{table} |