Fix radio screen, and use the actual card type name for the title in the disk screen...
[Rockbox.git] / manual / platform / player.tex
blobe9674009be0a08bc55f5473435e144fdc359a5e0
1 % $Id$ %
2 \def\UseOption{player}
3 \edef\UseOption{\UseOption,MASCODEC}
4 \edef\UseOption{\UseOption,PLAYER_PAD}
5 \edef\UseOption{\UseOption,archos}
7 \newcommand{\playerman}{Archos}
8 \newcommand{\playertype}{Studio/Player}
9 \newcommand{\playerlongtype}{Jukebox 5000, 6000, Studio 10 and 20}
10 \newcommand{\genericimg}{charx11x1}
11 \newcommand{\specimg}{player}
12 %Used to name the player, e.g. ...to the \dap
13 \newcommand{\dap}{player}
14 %For use when referring to the player. E.g. the \daps\ capacity ...
15 \newcommand{\daps}{player's}
16 \newcommand{\firmwarefilename}{\fname{archos.mod}}
17 \newcommand{\screenshotsize}{4cm}
18 \newcommand{\disk}{hard disk}
20 \newcommand{\ButtonLeft}{\btnfnt{Minus}}
21 \newcommand{\ButtonRight}{\btnfnt{Plus}}
22 \newcommand{\ButtonOn}{\btnfnt{On}}
23 \newcommand{\ButtonMenu}{\btnfnt{Menu}}
24 \newcommand{\ButtonPlay}{\btnfnt{Play}}
25 \newcommand{\ButtonStop}{\btnfnt{Stop}}
27 %Button actions, standard context
28 \newcommand{\ActionStdPrev}{\ButtonLeft}
29 \newcommand{\ActionStdPrevRepeat}{Long \ButtonLeft}
30 \newcommand{\ActionStdNext}{\ButtonRight}
31 \newcommand{\ActionStdNextRepeat}{Long \ButtonRight}
32 \newcommand{\ActionStdCancel}{\ButtonStop}
33 \newcommand{\ActionStdContext}{Long \ButtonPlay}
34 \newcommand{\ActionStdMenu}{\ButtonMenu}
35 \newcommand{\ActionStdOk}{\ButtonPlay}
37 %Button actions, wps context
38 \newcommand{\ActionWpsPlay}{\ButtonPlay}
39 \newcommand{\ActionWpsSkipNext}{\ButtonRight}
40 \newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
41 \newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
42 \newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
44 \newcommand{\ActionWpsStop}{\ButtonStop}
45 \newcommand{\ActionWpsVolDown}{\ButtonMenu{} + \ButtonLeft}
46 \newcommand{\ActionWpsVolUp}{\ButtonMenu{} + \ButtonRight}
48 \newcommand{\ActionWpsMenu}{\ButtonMenu}
49 \newcommand{\ActionWpsContext}{Long \ButtonPlay}
50 \newcommand{\ActionWpsBrowse}{\ButtonOn}
51 \newcommand{\ActionWpsIdThreeScreen}{\ButtonMenu{} + \ButtonOn}
53 %Button actions, tree context
54 \newcommand{\ActionTreeWps}{\ButtonOn}
55 \newcommand{\ActionTreeEnter}{\ButtonPlay}
56 \newcommand{\ActionTreeParentDirectory}{\ButtonStop}
58 %Button actions, YesNo context
59 \newcommand{\ActionYesNoAccept}{\ButtonPlay}
61 %Button actions, Setting context
62 \newcommand{\ActionSettingInc}{\ButtonRight}
63 \newcommand{\ActionSettingDec}{\ButtonLeft}