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/h10_5gb.tex | |
parent | 284cbd586ea70c2f8293ba20025262d7ae7d36ff (diff) | |
download | rockbox-287e0243ff96ef1e71b71ba400ee74c0f708954e.tar.gz rockbox-287e0243ff96ef1e71b71ba400ee74c0f708954e.zip |
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/h10_5gb.tex')
-rw-r--r-- | manual/platform/h10_5gb.tex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/manual/platform/h10_5gb.tex b/manual/platform/h10_5gb.tex index b73920c233..1ffef713a2 100644 --- a/manual/platform/h10_5gb.tex +++ b/manual/platform/h10_5gb.tex @@ -120,8 +120,11 @@ %Button actions, Recording screen context \newcommand{\ActionRecPause}{\ButtonPlay} +\newcommand{\ActionRecNewfile}{\ButtonSelect} \newcommand{\ActionRecExit}{\ButtonLeft} \newcommand{\ActionRecMenu}{\ButtonPower} \newcommand{\ActionRecSettingsInc}{\ActionSettingInc} \newcommand{\ActionRecSettingsDec}{\ActionSettingDec} +\newcommand{\ActionRecPrev}{\ButtonRew} +\newcommand{\ActionRecNext}{\ButtonFF} |