blob: 66a852b84bd6b769947c043d2d2138cb11f4bae3 [file] [log] [blame]
Martin Arver63a1cb52006-12-16 17:10:27 +00001% $Id$ %
2\def\UseOption{e200}
3\edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK}
4\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
5\edef\UseOption{\UseOption,CONFIG_RTC}
6\edef\UseOption{\UseOption,SWCODEC}
7\edef\UseOption{\UseOption,SANSA_E200_PAD}
8\edef\UseOption{\UseOption,HAVE_LCD_COLOR}
9\edef\UseOption{\UseOption,sansa}
10
11\newcommand{\playerman}{Sansa}
12\newcommand{\playertype}{e200}
13\newcommand{\playerlongtype}{\playertype}
14\newcommand{\genericimg}{176x220x16}
15\newcommand{\specimg}{e200}
16%Used to name the player, e.g. ...to the \dap
17\newcommand{\dap}{player}
18%For use when referring to the player. E.g. the \daps\ capacity ...
19\newcommand{\daps}{player's}
20\newcommand{\firmwarefilename}{\fname{rockbox.e200}}
21\newcommand{\screenshotsize}{4cm}
Marianne Arnolda352c622007-05-19 19:03:39 +000022\newcommand{\disk}{flash storage}
Martin Arver63a1cb52006-12-16 17:10:27 +000023
24\newcommand{\ButtonLeft}{\btnfnt{Left}}
25\newcommand{\ButtonRight}{\btnfnt{Right}}
26\newcommand{\ButtonRec}{\btnfnt{Rec}}
27\newcommand{\ButtonUp}{\btnfnt{Play}}
28\newcommand{\ButtonDown}{\btnfnt{Submenu}}
29\newcommand{\ButtonSelect}{\btnfnt{Select}}
30\newcommand{\ButtonPower}{\btnfnt{Power}}
31\newcommand{\ButtonScrollUp}{\btnfnt{Scroll Up}}
32\newcommand{\ButtonScrollDown}{\btnfnt{Scroll Down}}
Christi Scarborough94a37252007-05-19 19:21:52 +000033\newcommand{\ButtonHold}{\btnfnt{Hold}}
Martin Arver63a1cb52006-12-16 17:10:27 +000034
35%Button actions, standard context
36\newcommand{\ActionStdPrev}{\ButtonScrollUp}
37\newcommand{\ActionStdPrevRepeat}{Long \ButtonScrollUp}
38\newcommand{\ActionStdNext}{\ButtonScrollDown}
39\newcommand{\ActionStdNextRepeat}{Long \ButtonScrollDown}
40\newcommand{\ActionStdCancel}{\ButtonLeft}
41\newcommand{\ActionStdContext}{\ButtonDown}
42\newcommand{\ActionStdQuickScreen}{Long \ButtonDown}
43\newcommand{\ActionStdMenu}{\ButtonPower}
44\newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight}
45
46%Button actions, wps context
47\newcommand{\ActionWpsPlay}{\ButtonUp}
48\newcommand{\ActionWpsSkipNext}{\ButtonRight}
49\newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
50\newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
51\newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
52
53\newcommand{\ActionWpsStop}{Long \ButtonUp}
54\newcommand{\ActionWpsVolDown}{\ButtonScrollDown}
55\newcommand{\ActionWpsVolUp}{\ButtonScrollUp}
56
57\newcommand{\ActionWpsQuickScreen}{Long \ButtonDown}
58\newcommand{\ActionWpsMenu}{\ButtonPower}
59\newcommand{\ActionWpsContext}{\ButtonDown}
60\newcommand{\ActionWpsBrowse}{Long \ButtonSelect}
61
Nils Wallménius8b6d9b32007-05-28 16:33:44 +000062\newcommand{\ActionWpsAbSetBNextDir}{\ButtonPower{} + \ButtonRight}
Martin Arver63a1cb52006-12-16 17:10:27 +000063\newcommand{\ActionWpsAbSetAPrevDir}{\ButtonPower{} + \ButtonLeft}
64\newcommand{\ActionWpsAbReset}{\ButtonPower{} + \ButtonUp}
65
66%Button actions, tree context
67\newcommand{\ActionTreeWps}{\ButtonUp}
68\newcommand{\ActionTreeStop}{Long \ButtonUp}
Dominik Riebeling34006322007-01-05 22:07:24 +000069\newcommand{\ActionTreeEnter}{\ButtonSelect}
70\newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
Martin Arver63a1cb52006-12-16 17:10:27 +000071
72%Button actions, YesNo context
73\newcommand{\ActionYesNoAccept}{\ButtonSelect}
74
Nils Wallménius70b4ea92007-03-03 01:35:01 +000075%Button actions, Setting context
76\newcommand{\ActionSettingInc}{\ButtonScrollUp}
77\newcommand{\ActionSettingDec}{\ButtonScrollDown}
78
Martin Arver63a1cb52006-12-16 17:10:27 +000079%Button actions, Virtual Keyboard Context
80\newcommand{\ActionKbdLeft}{\ButtonLeft}
81\newcommand{\ActionKbdRight}{\ButtonRight}
82\newcommand{\ActionKbdSelect}{\ButtonSelect}
83\newcommand{\ActionKbdDone}{\ButtonUp}
84\newcommand{\ActionKbdAbort}{\ButtonPower}
85\newcommand{\ActionKbdUp}{\ButtonScrollUp}
86\newcommand{\ActionKbdDown}{\ButtonScrollDown}
87\newcommand{\ActionKbdCursorLeft}{\ButtonRec{} + \ButtonLeft}
88\newcommand{\ActionKbdCursorRight}{\ButtonRec{} + \ButtonRight}
89\newcommand{\ActionKbdBackSpace}{\ButtonDown}
90\newcommand{\ActionKbdPageFlip}{\ButtonRec{} + \ButtonSelect}
91
92%Button actions, Pitch Screen context
Dominik Riebeling34006322007-01-05 22:07:24 +000093\newcommand{\ActionPsToggleMode}{{\color{red}{none yet!}}}
Martin Arver63a1cb52006-12-16 17:10:27 +000094\newcommand{\ActionPsIncSmall}{\ButtonUp}
95\newcommand{\ActionPsIncBig}{Long \ButtonUp}
96\newcommand{\ActionPsDecSmall}{\ButtonDown}
97\newcommand{\ActionPsDecBig}{Long \ButtonDown}
98\newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
99\newcommand{\ActionPsNudgeRight}{\ButtonRight}
100\newcommand{\ActionPsReset}{\ButtonSelect}
101\newcommand{\ActionPsExit}{\ButtonPower}