summaryrefslogtreecommitdiff
path: root/manual/platform/x5.tex
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2006-11-30 14:53:30 +0000
committerNils Wallménius <nils@rockbox.org>2006-11-30 14:53:30 +0000
commitb100a20e0d11ec74bca422efa86fbc3fdc281dc8 (patch)
treeac82cfc86ca2472fb9feada68fdb177181f6b268 /manual/platform/x5.tex
parenta515b10d47218cf2cc4c79865ff2a34aea7ec3bc (diff)
downloadrockbox-b100a20e0d11ec74bca422efa86fbc3fdc281dc8.tar.gz
rockbox-b100a20e0d11ec74bca422efa86fbc3fdc281dc8.zip
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
Diffstat (limited to 'manual/platform/x5.tex')
-rw-r--r--manual/platform/x5.tex14
1 files changed, 11 insertions, 3 deletions
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 @@
72 72
73%Button actions, Pitch Screen context 73%Button actions, Pitch Screen context
74\newcommand{\ActionPsIncSmall}{\ButtonUp} 74\newcommand{\ActionPsIncSmall}{\ButtonUp}
75\newcommand{\ActionPsIncBig}{Hold \ButtonUp} 75\newcommand{\ActionPsIncBig}{Long \ButtonUp}
76\newcommand{\ActionPsDecSmall}{\ButtonDown} 76\newcommand{\ActionPsDecSmall}{\ButtonDown}
77\newcommand{\ActionPsDecBig}{Hold \ButtonDown} 77\newcommand{\ActionPsDecBig}{Long \ButtonDown}
78\newcommand{\ActionPsNudgeLeft}{\ButtonLeft} 78\newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
79\newcommand{\ActionPsNudgeRight}{\ButtonRight} 79\newcommand{\ActionPsNudgeRight}{\ButtonRight}
80\newcommand{\ActionPsReset}{\ButtonPower} 80\newcommand{\ActionPsReset}{\ButtonPower}
81\newcommand{\ActionPsExit}{\ButtonPlay} \ No newline at end of file 81\newcommand{\ActionPsExit}{\ButtonPlay}
82
83%Button actions, Recording screen context
84\newcommand{\ActionRecPause}{\ButtonPlay}
85\newcommand{\ActionRecNewfile}{\ButtonRec}
86\newcommand{\ActionSettingsInc}{\ButtonRight}
87\newcommand{\ActionSettingsDec}{\ButtonLeft}
88\newcommand{\ActionRecMenu}{Long \ButtonRec}
89\newcommand{\ActionRecExit}{Long \ButtonPlay}