Add some missing action commands to make the manual buildable again. Some buttons...
[Rockbox.git] / manual / platform / ipodcolor.tex
blobaa13111751335eeeaf2c0f975952d738984a6d73
1 % $Id$ %
2 \def\UseOption{ipodcolor}
3 \edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK}
4 \edef\UseOption{\UseOption,IPOD_4G_PAD}
5 \edef\UseOption{\UseOption,HAVE_BACKLIGHT}
6 \edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
7 \edef\UseOption{\UseOption,ipod}
9 \newcommand{\playerman}{Ipod}
10 \newcommand{\playertype}{Color}
11 \newcommand{\playerlongtype}{\playertype}
12 \newcommand{\genericimg}{220x176x16}
13 \newcommand{\specimg}{ipodcolor}
14 %Used to name the player, e.g. ...to the \dap
15 \newcommand{\dap}{player}
16 %For use when referring to the player. E.g. the \daps\ capacity ...
17 \newcommand{\daps}{player's}
18 \newcommand{\firmwarefilename}{\fname{rockbox.ipod}}
19 \newcommand{\screenshotsize}{6cm}
20 \newcommand{\disk}{hard disk}
22 \newcommand{\ButtonLeft}{\btnfnt{Prev}}
23 \newcommand{\ButtonRight}{\btnfnt{Next}}
24 \newcommand{\ButtonMenu}{\btnfnt{Menu}}
25 \newcommand{\ButtonPlay}{\btnfnt{Play}}
26 \newcommand{\ButtonSelect}{\btnfnt{Select}}
27 \newcommand{\ButtonScrollFwd}{\btnfnt{Scroll Forward}}
28 \newcommand{\ButtonScrollBack}{\btnfnt{Scroll Backward}}
29 \newcommand{\ButtonHold}{\btnfnt{Hold}}
31 %Button actions, standard context
32 \newcommand{\ActionStdPrev}{\ButtonScrollBack}
33 \newcommand{\ActionStdPrevRepeat}{Long \ButtonScrollBack}
34 \newcommand{\ActionStdNext}{\ButtonScrollFwd}
35 \newcommand{\ActionStdNextRepeat}{Long \ButtonScrollFwd}
36 \newcommand{\ActionStdCancel}{\ButtonLeft or Long \ButtonPlay}
37 \newcommand{\ActionStdContext}{Long \ButtonSelect}
38 \newcommand{\ActionStdQuickScreen}{Long \ButtonMenu}
39 \newcommand{\ActionStdMenu}{\ButtonMenu}
40 \newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight}
42 %Button actions, wps context
43 \newcommand{\ActionWpsPlay}{\ButtonPlay}
44 \newcommand{\ActionWpsSkipNext}{\ButtonRight}
45 \newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
46 \newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
47 \newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
49 \newcommand{\ActionWpsStop}{Long \ButtonPlay}
50 \newcommand{\ActionWpsVolDown}{\ButtonScrollBack}
51 \newcommand{\ActionWpsVolUp}{\ButtonScrollFwd}
53 \newcommand{\ActionWpsQuickScreen}{Long \ButtonMenu}
54 \newcommand{\ActionWpsMenu}{\ButtonMenu}
55 \newcommand{\ActionWpsContext}{Long \ButtonSelect}
56 \newcommand{\ActionWpsBrowse}{\ButtonSelect}
58 %Button actions, tree context
59 \newcommand{\ActionTreeWps}{\ButtonPlay}
60 \newcommand{\ActionTreeStop}{Long \ButtonPlay}
61 \newcommand{\ActionTreeEnter}{\ButtonSelect{} or \ButtonRight}
62 \newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
64 %Button actions, YesNo context
65 \newcommand{\ActionYesNoAccept}{\ButtonPlay}
67 %Button actions, Setting context
68 \newcommand{\ActionSettingInc}{\ButtonScrollFwd}
69 \newcommand{\ActionSettingDec}{\ButtonScrollBack}
71 %Button actions, Alarm screen
72 \newcommand{\ActionAlarmSet}{\ButtonSelect}
73 \newcommand{\ActionAlarmCancel}{\ButtonMenu}
74 \newcommand{\ActionAlarmHoursInc}{\ButtonRight}
75 \newcommand{\ActionAlarmHoursDec}{\ButtonLeft}
77 %Button actions, Virtual Keyboard Context
78 \newcommand{\ActionKbdLeft}{\ButtonLeft}
79 \newcommand{\ActionKbdRight}{\ButtonRight}
80 \newcommand{\ActionKbdSelect}{\ButtonSelect}
81 \newcommand{\ActionKbdDone}{\ButtonPlay}
82 \newcommand{\ActionKbdAbort}{\ButtonMenu}
83 \newcommand{\ActionKbdUp}{\ButtonScrollBack}
84 \newcommand{\ActionKbdDown}{\ButtonScrollFwd}
85 \newcommand{\ActionKbdMorseInput}{Long \ButtonMenu}
86 \newcommand{\ActionKbdMorseSelect}{\ButtonSelect}
88 %Button actions, Pitch Screen context
89 \newcommand{\ActionPsToggleMode}{\ButtonPlay}
90 \newcommand{\ActionPsIncSmall}{\ButtonScrollFwd}
91 \newcommand{\ActionPsIncBig}{Long \ButtonScrollFwd}
92 \newcommand{\ActionPsDecSmall}{\ButtonScrollBack}
93 \newcommand{\ActionPsDecBig}{Long \ButtonScrollBack}
94 \newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
95 \newcommand{\ActionPsNudgeRight}{\ButtonRight}
96 \newcommand{\ActionPsReset}{\ButtonMenu}
97 \newcommand{\ActionPsExit}{\ButtonSelect}
99 %Button actions, Recording screen context
100 \newcommand{\ActionRecPause}{\ButtonPlay}
101 \newcommand{\ActionRecExit}{\ButtonMenu}
102 \newcommand{\ActionRecMenu}{\fixme{fixme}}