blob: fa42f3829adc0bb99ad8588ee1a050aeeb758d2b [file] [log] [blame]
Dominik Riebeling5be45092006-06-04 11:20:06 +00001% $Id$ %
Christi Scarboroughd68d7c02006-02-06 07:25:25 +00002\def\UseOption{recorder}
Martin Arver42257942006-03-16 11:00:29 +00003\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
4\edef\UseOption{\UseOption,HAVE_RECORDING}
5\edef\UseOption{\UseOption,CONFIG_RTC}
Martin Arver5dcfd3b2006-03-19 21:33:56 +00006\edef\UseOption{\UseOption,MASCODEC}
7\edef\UseOption{\UseOption,RECORDER_PAD}
Martin Arver4c981062006-06-07 18:48:56 +00008\edef\UseOption{\UseOption,archos}
Christi Scarboroughd68d7c02006-02-06 07:25:25 +00009
10\newcommand{\playerman}{Archos}
11\newcommand{\playertype}{Recorder}
12\newcommand{\playerlongtype}{Recorder 6, 10, 15 and 20}
Martin Arverd3d3e342006-03-15 10:56:14 +000013\newcommand{\genericimg}{112x64x1}
Martin Arver0e07eff2006-08-16 15:16:15 +000014
Dominik Riebeling5be45092006-06-04 11:20:06 +000015\newcommand{\specimg}{recorder}
Martin Arver5dcfd3b2006-03-19 21:33:56 +000016%Used to name the player, e.g. ...to the \dap
17\newcommand{\dap}{player}
Martin Arver2a768432006-03-25 10:32:10 +000018%For use when referring to the player. E.g. the \daps\ capacity ...
19\newcommand{\daps}{player's}
Martin Arver47ea9062006-06-07 12:15:46 +000020\newcommand{\firmwarefilename}{\fname{ajbrec.ajz}}
Dominik Riebelingf83f9202006-08-18 14:32:15 +000021\newcommand{\screenshotsize}{4cm}
Marianne Arnolda352c622007-05-19 19:03:39 +000022\newcommand{\disk}{hard disk}
Martin Arver5dcfd3b2006-03-19 21:33:56 +000023
Dominik Riebelingf6b4b912006-08-24 15:09:34 +000024\newcommand{\ButtonOn}{\btnfnt{On}}
25\newcommand{\ButtonOff}{\btnfnt{Off}}
26\newcommand{\ButtonPlay}{\btnfnt{Play}}
27\newcommand{\ButtonUp}{\btnfnt{Up}}
28\newcommand{\ButtonDown}{\btnfnt{Down}}
29\newcommand{\ButtonLeft}{\btnfnt{Left}}
30\newcommand{\ButtonRight}{\btnfnt{Right}}
31\newcommand{\ButtonFOne}{\btnfnt{F1}}
32\newcommand{\ButtonFTwo}{\btnfnt{F2}}
33\newcommand{\ButtonFThree}{\btnfnt{F3}}
Martin Arver0e07eff2006-08-16 15:16:15 +000034
35%Button actions, standard context
36\newcommand{\ActionStdPrev}{\ButtonUp}
37\newcommand{\ActionStdPrevRepeat}{Long \ButtonUp}
38\newcommand{\ActionStdNext}{\ButtonDown}
39\newcommand{\ActionStdNextRepeat}{Long \ButtonDown}
40\newcommand{\ActionStdCancel}{\ButtonLeft{} or \ButtonOff}
41\newcommand{\ActionStdContext}{Long \ButtonPlay}
42\newcommand{\ActionStdQuickScreen}{\ButtonFTwo}
43\newcommand{\ActionStdMenu}{\ButtonFOne}
44\newcommand{\ActionStdOk}{\ButtonRight{} or \ButtonOn}
45
46%Button actions, wps context
47\newcommand{\ActionWpsPlay}{\ButtonPlay}
48\newcommand{\ActionWpsSkipNext}{\ButtonRight}
49\newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
50\newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
51\newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
52\newcommand{\ActionWpsStop}{\ButtonOff}
53\newcommand{\ActionWpsVolDown}{\ButtonDown}
54\newcommand{\ActionWpsVolUp}{\ButtonUp}
55\newcommand{\ActionWpsPitchScreen}{\ButtonOn{} + \ButtonUp/\ButtonDown}
56\newcommand{\ActionWpsQuickScreen}{\ButtonFTwo}
57\newcommand{\ActionWpsMenu}{\ButtonFOne}
58\newcommand{\ActionWpsContext}{Long \ButtonPlay}
59\newcommand{\ActionWpsBrowse}{\ButtonOn}
60\newcommand{\ActionWpsIdThreeScreen}{\ButtonFOne{} + \ButtonOn}
Nils Wallméniusa4858cf2006-09-10 10:56:46 +000061
Nils Wallménius8b6d9b32007-05-28 16:33:44 +000062\newcommand{\ActionWpsAbSetBNextDir}{\ButtonOn{} + \ButtonLeft}
63\newcommand{\ActionWpsAbSetAPrevDir}{\ButtonOn{} + \ButtonRight}
64\newcommand{\ActionWpsAbReset}{\ButtonOn{} + \ButtonOff}
65
Nils Wallménius74369b42006-12-04 20:55:03 +000066%Button actions, tree context
67\newcommand{\ActionTreeWps}{\ButtonOn}
68\newcommand{\ActionTreeStop}{\ButtonOff}
69\newcommand{\ActionTreeEnter}{\ButtonRight}
70\newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
71
Nils Wallméniusa4858cf2006-09-10 10:56:46 +000072%Button actions, YesNo context
73\newcommand{\ActionYesNoAccept}{\ButtonPlay}
Martin Arverfb7edc02006-10-17 10:32:55 +000074
Nils Wallménius70b4ea92007-03-03 01:35:01 +000075%Button actions, Setting context
76\newcommand{\ActionSettingInc}{\ButtonUp}
77\newcommand{\ActionSettingDec}{\ButtonDown}
78
Martin Arverfb7edc02006-10-17 10:32:55 +000079%Button actions, Virtual Keyboard Context
80\newcommand{\ActionKbdLeft}{\ButtonLeft}
81\newcommand{\ActionKbdRight}{\ButtonRight}
82\newcommand{\ActionKbdSelect}{\ButtonPlay}
83\newcommand{\ActionKbdCursorLeft}{\ButtonOn{} + \ButtonLeft}
84\newcommand{\ActionKbdCursorRight}{\ButtonOn{} + \ButtonRight}
85\newcommand{\ActionKbdPageFlip}{\ButtonFOne}
86\newcommand{\ActionKbdDone}{\ButtonFTwo}
87\newcommand{\ActionKbdAbort}{\ButtonOff}
88\newcommand{\ActionKbdBackSpace}{\ButtonFThree}
89\newcommand{\ActionKbdUp}{\ButtonUp}
90\newcommand{\ActionKbdDown}{\ButtonDown}
Martin Arver21454842006-10-17 11:00:28 +000091
92%Button actions, Pitch Screen context
Nils Wallméniusc4a87312006-12-01 13:11:19 +000093\newcommand{\ActionPsToggleMode}{\ButtonFOne}
Martin Arver21454842006-10-17 11:00:28 +000094\newcommand{\ActionPsIncSmall}{\ButtonUp}
Martin Arvere997c522006-11-30 15:45:45 +000095\newcommand{\ActionPsIncBig}{Long \ButtonUp}
Martin Arver21454842006-10-17 11:00:28 +000096\newcommand{\ActionPsDecSmall}{\ButtonDown}
Martin Arvere997c522006-11-30 15:45:45 +000097\newcommand{\ActionPsDecBig}{Long \ButtonDown}
Martin Arver21454842006-10-17 11:00:28 +000098\newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
99\newcommand{\ActionPsNudgeRight}{\ButtonRight}
100\newcommand{\ActionPsReset}{\ButtonOn}
Nils Wallméniusb100a202006-11-30 14:53:30 +0000101\newcommand{\ActionPsExit}{\ButtonOff}
102
103%Button actions, Recording screen context
104\newcommand{\ActionRecPause}{\ButtonPlay}
105\newcommand{\ActionRecFTwo}{\ButtonFTwo}
106\newcommand{\ActionRecFThree}{\ButtonFThree}
107\newcommand{\ActionSettingsInc}{\ButtonRight}
108\newcommand{\ActionSettingsDec}{\ButtonLeft}
109\newcommand{\ActionRecMenu}{\ButtonFOne}
110\newcommand{\ActionRecExit}{\ButtonOff}