Fix some quotation marks. Thanks to Alexander Levin for pointing it out.
[Rockbox.git] / manual / platform / ipodnano.tex
blobeb4f4213975173011d5313e0b31131698cd66c36
1 % $Id$ %
2 \def\UseOption{ipodnano}
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,ipod}
8 \newcommand{\playerman}{Ipod}
9 \newcommand{\playertype}{Nano}
10 \newcommand{\playerlongtype}{\playertype{} 1st generation}
11 \newcommand{\genericimg}{176x132x16}
12 \newcommand{\specimg}{ipodnano}
13 %Used to name the player, e.g. ...to the \dap
14 \newcommand{\dap}{player}
15 %For use when referring to the player. E.g. the \daps\ capacity ...
16 \newcommand{\daps}{player's}
17 \newcommand{\firmwarefilename}{\fname{rockbox.ipod}}
18 \newcommand{\screenshotsize}{4cm}
19 \newcommand{\disk}{flash storage}
21 \newcommand{\ButtonLeft}{\btnfnt{Prev}}
22 \newcommand{\ButtonRight}{\btnfnt{Next}}
23 \newcommand{\ButtonMenu}{\btnfnt{Menu}}
24 \newcommand{\ButtonPlay}{\btnfnt{Play}}
25 \newcommand{\ButtonSelect}{\btnfnt{Select}}
26 \newcommand{\ButtonScrollFwd}{\btnfnt{Scroll Forward}}
27 \newcommand{\ButtonScrollBack}{\btnfnt{Scroll Backward}}
28 \newcommand{\ButtonHold}{\btnfnt{Hold}}
30 %Button actions, standard context
31 \newcommand{\ActionStdPrev}{\ButtonScrollBack}
32 \newcommand{\ActionStdPrevRepeat}{Long \ButtonScrollBack}
33 \newcommand{\ActionStdNext}{\ButtonScrollFwd}
34 \newcommand{\ActionStdNextRepeat}{Long \ButtonScrollFwd}
35 \newcommand{\ActionStdCancel}{\ButtonLeft or Long \ButtonPlay}
36 \newcommand{\ActionStdContext}{Long \ButtonSelect}
37 \newcommand{\ActionStdQuickScreen}{Long \ButtonMenu}
38 \newcommand{\ActionStdMenu}{\ButtonMenu}
39 \newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight}
41 %Button actions, wps context
42 \newcommand{\ActionWpsPlay}{\ButtonPlay}
43 \newcommand{\ActionWpsSkipNext}{\ButtonRight}
44 \newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
45 \newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
46 \newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
48 \newcommand{\ActionWpsStop}{Long \ButtonPlay}
49 \newcommand{\ActionWpsVolDown}{\ButtonScrollBack}
50 \newcommand{\ActionWpsVolUp}{\ButtonScrollFwd}
52 \newcommand{\ActionWpsQuickScreen}{Long \ButtonMenu}
53 \newcommand{\ActionWpsMenu}{\ButtonMenu}
54 \newcommand{\ActionWpsContext}{Long \ButtonSelect}
55 \newcommand{\ActionWpsBrowse}{\ButtonSelect}
57 %Button actions, tree context
58 \newcommand{\ActionTreeWps}{\ButtonPlay}
59 \newcommand{\ActionTreeStop}{Long \ButtonPlay}
60 \newcommand{\ActionTreeEnter}{\ButtonSelect{} or \ButtonRight}
61 \newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
63 %Button actions, YesNo context
64 \newcommand{\ActionYesNoAccept}{\ButtonPlay}
66 %Button actions, Setting context
67 \newcommand{\ActionSettingInc}{\ButtonScrollFwd}
68 \newcommand{\ActionSettingDec}{\ButtonScrollBack}
70 %Button actions, Alarm screen
71 \newcommand{\ActionAlarmSet}{\ButtonSelect}
72 \newcommand{\ActionAlarmCancel}{\ButtonMenu}
73 \newcommand{\ActionAlarmHoursInc}{\ButtonRight}
74 \newcommand{\ActionAlarmHoursDec}{\ButtonLeft}
76 %Button actions, Virtual Keyboard Context
77 \newcommand{\ActionKbdLeft}{\ButtonLeft}
78 \newcommand{\ActionKbdRight}{\ButtonRight}
79 \newcommand{\ActionKbdSelect}{\ButtonSelect}
80 \newcommand{\ActionKbdDone}{\ButtonPlay}
81 \newcommand{\ActionKbdAbort}{\ButtonMenu}
82 \newcommand{\ActionKbdUp}{\ButtonScrollBack}
83 \newcommand{\ActionKbdDown}{\ButtonScrollFwd}
84 \newcommand{\ActionKbdMorseInput}{Long \ButtonMenu}
85 \newcommand{\ActionKbdMorseSelect}{\ButtonSelect}
87 %Button actions, Pitch Screen context
88 \newcommand{\ActionPsToggleMode}{\ButtonPlay}
89 \newcommand{\ActionPsIncSmall}{\ButtonScrollFwd}
90 \newcommand{\ActionPsIncBig}{Long \ButtonScrollFwd}
91 \newcommand{\ActionPsDecSmall}{\ButtonScrollBack}
92 \newcommand{\ActionPsDecBig}{Long \ButtonScrollBack}
93 \newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
94 \newcommand{\ActionPsNudgeRight}{\ButtonRight}
95 \newcommand{\ActionPsReset}{\ButtonMenu}
96 \newcommand{\ActionPsExit}{\ButtonSelect}
98 %Button actions, Recording screen context
99 \newcommand{\ActionRecPause}{\ButtonPlay}
100 \newcommand{\ActionRecExit}{Long \ButtonPlay}
101 \newcommand{\ActionRecMenu}{\fixme{fixme}}
102 \newcommand{\ActionRecSettingsInc}{\ActionSettingInc}
103 \newcommand{\ActionRecSettingsDec}{\ActionSettingDec}