diff options
author | Jens Arnold <amiconn@rockbox.org> | 2008-07-20 12:28:06 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2008-07-20 12:28:06 +0000 |
commit | 287e0243ff96ef1e71b71ba400ee74c0f708954e (patch) | |
tree | 1d18043ce826984cfa1ada2bfbe0fcdaaaa7d49b /manual/platform/ipod4g.tex | |
parent | 284cbd586ea70c2f8293ba20025262d7ae7d36ff (diff) |
H10 recording screen: Switch prev & next buttons to make them intuitive, and map file split on Select. * Update manual accordingly, also fixing buttons description for ipod recording screen.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18098 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/platform/ipod4g.tex')
-rw-r--r-- | manual/platform/ipod4g.tex | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/manual/platform/ipod4g.tex b/manual/platform/ipod4g.tex index 15ed313183..88c1991b9b 100644 --- a/manual/platform/ipod4g.tex +++ b/manual/platform/ipod4g.tex @@ -103,5 +103,7 @@ \newcommand{\ActionRecExit}{\ButtonMenu} \newcommand{\ActionRecMenu}{Long \ButtonSelect} \newcommand{\ActionRecNewfile}{Long \ButtonPlay} -\newcommand{\ActionRecSettingsInc}{\ActionSettingInc} -\newcommand{\ActionRecSettingsDec}{\ActionSettingDec} +\newcommand{\ActionRecSettingsInc}{\ButtonRight} +\newcommand{\ActionRecSettingsDec}{\ButtonLeft} +\newcommand{\ActionRecPrev}{\ButtonScrollBack} +\newcommand{\ActionRecNext}{\ButtonScrollFwd} |