diff options
| author | Marc Guay <marcguay@rockbox.org> | 2009-05-22 13:55:43 +0000 |
|---|---|---|
| committer | Marc Guay <marcguay@rockbox.org> | 2009-05-22 13:55:43 +0000 |
| commit | 9f55ed82a75064d16385e7cb85c91e4c422d0a37 (patch) | |
| tree | f8209e9efdb59ce47c05368d0107ea66d194c4ac | |
| parent | c1a9b4be45594e43538fa6d4d694491e0566a23c (diff) | |
| download | rockbox-9f55ed82a75064d16385e7cb85c91e4c422d0a37.zip rockbox-9f55ed82a75064d16385e7cb85c91e4c422d0a37.tar.gz rockbox-9f55ed82a75064d16385e7cb85c91e4c422d0a37.tar.bz2 rockbox-9f55ed82a75064d16385e7cb85c91e4c422d0a37.tar.xz | |
FS#10207 - And update the manual
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21037 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/platform/keymap-ipod4g.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/platform/keymap-ipod4g.tex b/manual/platform/keymap-ipod4g.tex index 281d166..c24fafa 100644 --- a/manual/platform/keymap-ipod4g.tex +++ b/manual/platform/keymap-ipod4g.tex @@ -81,9 +81,9 @@ %Button actions, Recording screen context \newcommand{\ActionRecPause}{\ButtonPlay} -\newcommand{\ActionRecExit}{\ButtonMenu} +\newcommand{\ActionRecExit}{\ButtonMenu or Long \ButtonPlay} \newcommand{\ActionRecMenu}{Long \ButtonSelect} -\newcommand{\ActionRecNewfile}{Long \ButtonPlay} +\newcommand{\ActionRecNewfile}{\ButtonSelect} \newcommand{\ActionRecSettingsInc}{\ButtonRight} \newcommand{\ActionRecSettingsDec}{\ButtonLeft} \newcommand{\ActionRecPrev}{\ButtonScrollBack} |