diff options
| author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2009-12-06 13:34:10 +0000 |
|---|---|---|
| committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2009-12-06 13:34:10 +0000 |
| commit | e760a5abbf951fd22e1dd8eb116e344ad3d76a61 (patch) | |
| tree | 514f2a0bade17a73b8669abf04d13fc9dc7a1db2 | |
| parent | e8bab4e3a0eccf8a2b855174ccb02737b84eedb9 (diff) | |
| download | rockbox-e760a5abbf951fd22e1dd8eb116e344ad3d76a61.zip rockbox-e760a5abbf951fd22e1dd8eb116e344ad3d76a61.tar.gz rockbox-e760a5abbf951fd22e1dd8eb116e344ad3d76a61.tar.bz2 rockbox-e760a5abbf951fd22e1dd8eb116e344ad3d76a61.tar.xz | |
Make manuals for Ipods with remote tuner build again.
r23805 broke all manuals for Ipods with support for remote tuner. Add keymaps for the radio screen for those players.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23873 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/platform/keymap-ipod4g.tex | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/manual/platform/keymap-ipod4g.tex b/manual/platform/keymap-ipod4g.tex index 79b7cc8..fc91924 100644 --- a/manual/platform/keymap-ipod4g.tex +++ b/manual/platform/keymap-ipod4g.tex @@ -91,3 +91,15 @@ %Button actions, Bookmark screen context \newcommand{\ActionBmDelete}{Long \ButtonMenu} + +%Button actions, FM radio context +\newcommand{\ActionFMPreset}{\fixme{tbd}} +\newcommand{\ActionFMMenu}{Long \ButtonSelect} +\newcommand{\ActionFMMode}{\ButtonSelect} +\newcommand{\ActionFMStop}{Long \ButtonPlay} +\newcommand{\ActionFMExit}{\ButtonMenu} +\newcommand{\ActionFMPlay}{\ButtonPlay} +\newcommand{\ActionFMSettingsInc}{\ButtonScrollFwd} +\newcommand{\ActionFMSettingsDec}{\ButtonScrollBack} +\newcommand{\ActionFMPrev}{\ButtonLeft +\newcommand{\ActionFMNext}{\ButtonRight} |