From b100a20e0d11ec74bca422efa86fbc3fdc281dc8 Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Thu, 30 Nov 2006 14:53:30 +0000 Subject: Overhaul of the Recording part of the main menu chapter. Converted to actions, added missing options, minor changes. The screenshots are still outdated for some targets and missing for x5 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11627 a1c6a512-1295-4272-9138-f99709370657 --- manual/platform/h1xx.tex | 10 +++++++++- manual/platform/h300.tex | 10 +++++++++- manual/platform/ondiofm.tex | 7 +++++++ manual/platform/ondiosp.tex | 2 +- manual/platform/recorder.tex | 11 ++++++++++- manual/platform/recorderv2fm.tex | 11 ++++++++++- manual/platform/x5.tex | 14 +++++++++++--- 7 files changed, 57 insertions(+), 8 deletions(-) (limited to 'manual/platform') diff --git a/manual/platform/h1xx.tex b/manual/platform/h1xx.tex index 99c5187ff1..d16b9b8a2b 100644 --- a/manual/platform/h1xx.tex +++ b/manual/platform/h1xx.tex @@ -87,4 +87,12 @@ \newcommand{\ActionPsNudgeLeft}{\ButtonLeft} \newcommand{\ActionPsNudgeRight}{\ButtonRight} \newcommand{\ActionPsReset}{\ButtonOn} -\newcommand{\ActionPsExit}{\ButtonOff} \ No newline at end of file +\newcommand{\ActionPsExit}{\ButtonOff} + +%Button actions, Recording screen context +\newcommand{\ActionRecPause}{\ButtonOn} +\newcommand{\ActionRecNewfile}{\ButtonRec} +\newcommand{\ActionSettingsInc}{\ButtonRight} +\newcommand{\ActionSettingsDec}{\ButtonLeft} +\newcommand{\ActionRecMenu}{\ButtonMode} +\newcommand{\ActionRecExit}{\ButtonOff} diff --git a/manual/platform/h300.tex b/manual/platform/h300.tex index c5bbccffde..d6f7a2e0e2 100644 --- a/manual/platform/h300.tex +++ b/manual/platform/h300.tex @@ -89,4 +89,12 @@ \newcommand{\ActionPsNudgeLeft}{\ButtonLeft} \newcommand{\ActionPsNudgeRight}{\ButtonRight} \newcommand{\ActionPsReset}{\ButtonOn} -\newcommand{\ActionPsExit}{\ButtonOff} \ No newline at end of file +\newcommand{\ActionPsExit}{\ButtonOff} + +%Button actions, Recording screen context +\newcommand{\ActionRecPause}{\ButtonOn} +\newcommand{\ActionRecNewfile}{\ButtonRec} +\newcommand{\ActionSettingsInc}{\ButtonRight} +\newcommand{\ActionSettingsDec}{\ButtonLeft} +\newcommand{\ActionRecMenu}{\ButtonMode} +\newcommand{\ActionRecExit}{\ButtonOff} diff --git a/manual/platform/ondiofm.tex b/manual/platform/ondiofm.tex index 6a377c31f7..dce07b0a1d 100644 --- a/manual/platform/ondiofm.tex +++ b/manual/platform/ondiofm.tex @@ -63,3 +63,10 @@ \newcommand{\ActionPsNudgeRight}{\ButtonRight} \newcommand{\ActionPsReset}{\ButtonMenu} \newcommand{\ActionPsExit}{\ButtonOff} + +%Button actions, Recording screen context +\newcommand{\ActionRecPause}{\ButtonMenu} +\newcommand{\ActionSettingsInc}{\ButtonRight} +\newcommand{\ActionSettingsDec}{\ButtonLeft} +\newcommand{\ActionRecMenu}{Long \ButtonMenu} +\newcommand{\ActionRecExit}{\ButtonOff} diff --git a/manual/platform/ondiosp.tex b/manual/platform/ondiosp.tex index e7cad6ac7d..e1f27526f8 100644 --- a/manual/platform/ondiosp.tex +++ b/manual/platform/ondiosp.tex @@ -59,4 +59,4 @@ \newcommand{\ActionPsNudgeLeft}{\ButtonLeft} \newcommand{\ActionPsNudgeRight}{\ButtonRight} \newcommand{\ActionPsReset}{\ButtonMenu} -\newcommand{\ActionPsExit}{\ButtonOff} \ No newline at end of file +\newcommand{\ActionPsExit}{\ButtonOff} diff --git a/manual/platform/recorder.tex b/manual/platform/recorder.tex index 86d8aa843b..2ce363d6c8 100644 --- a/manual/platform/recorder.tex +++ b/manual/platform/recorder.tex @@ -82,4 +82,13 @@ \newcommand{\ActionPsNudgeLeft}{\ButtonLeft} \newcommand{\ActionPsNudgeRight}{\ButtonRight} \newcommand{\ActionPsReset}{\ButtonOn} -\newcommand{\ActionPsExit}{\ButtonOff} \ No newline at end of file +\newcommand{\ActionPsExit}{\ButtonOff} + +%Button actions, Recording screen context +\newcommand{\ActionRecPause}{\ButtonPlay} +\newcommand{\ActionRecFTwo}{\ButtonFTwo} +\newcommand{\ActionRecFThree}{\ButtonFThree} +\newcommand{\ActionSettingsInc}{\ButtonRight} +\newcommand{\ActionSettingsDec}{\ButtonLeft} +\newcommand{\ActionRecMenu}{\ButtonFOne} +\newcommand{\ActionRecExit}{\ButtonOff} diff --git a/manual/platform/recorderv2fm.tex b/manual/platform/recorderv2fm.tex index 407b67fa65..731834d86d 100644 --- a/manual/platform/recorderv2fm.tex +++ b/manual/platform/recorderv2fm.tex @@ -82,4 +82,13 @@ \newcommand{\ActionPsNudgeLeft}{\ButtonLeft} \newcommand{\ActionPsNudgeRight}{\ButtonRight} \newcommand{\ActionPsReset}{\ButtonOn} -\newcommand{\ActionPsExit}{\ButtonOff} \ No newline at end of file +\newcommand{\ActionPsExit}{\ButtonOff} + +%Button actions, Recording screen context +\newcommand{\ActionRecPause}{\ButtonPlay} +\newcommand{\ActionRecFTwo}{\ButtonFTwo} +\newcommand{\ActionRecFThree}{\ButtonFThree} +\newcommand{\ActionSettingsInc}{\ButtonRight} +\newcommand{\ActionSettingsDec}{\ButtonLeft} +\newcommand{\ActionRecMenu}{\ButtonFOne} +\newcommand{\ActionRecExit}{\ButtonOff} diff --git a/manual/platform/x5.tex b/manual/platform/x5.tex index ce6789ddd8..777b0a9cc6 100644 --- a/manual/platform/x5.tex +++ b/manual/platform/x5.tex @@ -72,10 +72,18 @@ %Button actions, Pitch Screen context \newcommand{\ActionPsIncSmall}{\ButtonUp} -\newcommand{\ActionPsIncBig}{Hold \ButtonUp} +\newcommand{\ActionPsIncBig}{Long \ButtonUp} \newcommand{\ActionPsDecSmall}{\ButtonDown} -\newcommand{\ActionPsDecBig}{Hold \ButtonDown} +\newcommand{\ActionPsDecBig}{Long \ButtonDown} \newcommand{\ActionPsNudgeLeft}{\ButtonLeft} \newcommand{\ActionPsNudgeRight}{\ButtonRight} \newcommand{\ActionPsReset}{\ButtonPower} -\newcommand{\ActionPsExit}{\ButtonPlay} \ No newline at end of file +\newcommand{\ActionPsExit}{\ButtonPlay} + +%Button actions, Recording screen context +\newcommand{\ActionRecPause}{\ButtonPlay} +\newcommand{\ActionRecNewfile}{\ButtonRec} +\newcommand{\ActionSettingsInc}{\ButtonRight} +\newcommand{\ActionSettingsDec}{\ButtonLeft} +\newcommand{\ActionRecMenu}{Long \ButtonRec} +\newcommand{\ActionRecExit}{Long \ButtonPlay} -- cgit v1.2.3