Dominik Riebeling | 5be4509 | 2006-06-04 11:20:06 +0000 | [diff] [blame] | 1 | % $Id$ % |
Christi Scarborough | d68d7c0 | 2006-02-06 07:25:25 +0000 | [diff] [blame] | 2 | \def\UseOption{player} |
Martin Arver | 5dcfd3b | 2006-03-19 21:33:56 +0000 | [diff] [blame] | 3 | \edef\UseOption{\UseOption,MASCODEC} |
| 4 | \edef\UseOption{\UseOption,PLAYER_PAD} |
Martin Arver | 4c98106 | 2006-06-07 18:48:56 +0000 | [diff] [blame] | 5 | \edef\UseOption{\UseOption,archos} |
Christi Scarborough | d68d7c0 | 2006-02-06 07:25:25 +0000 | [diff] [blame] | 6 | |
| 7 | \newcommand{\playerman}{Archos} |
| 8 | \newcommand{\playertype}{Studio/Player} |
Jens Arnold | c442de4 | 2006-08-26 08:47:53 +0000 | [diff] [blame] | 9 | \newcommand{\playerlongtype}{Jukebox 5000, 6000, Studio 10 and 20} |
Martin Arver | 23d7005 | 2006-03-06 13:58:14 +0000 | [diff] [blame] | 10 | \newcommand{\genericimg}{charx11x1} |
Dominik Riebeling | 5be4509 | 2006-06-04 11:20:06 +0000 | [diff] [blame] | 11 | \newcommand{\specimg}{player} |
Martin Arver | 5dcfd3b | 2006-03-19 21:33:56 +0000 | [diff] [blame] | 12 | %Used to name the player, e.g. ...to the \dap |
| 13 | \newcommand{\dap}{player} |
Martin Arver | 2a76843 | 2006-03-25 10:32:10 +0000 | [diff] [blame] | 14 | %For use when referring to the player. E.g. the \daps\ capacity ... |
| 15 | \newcommand{\daps}{player's} |
Martin Arver | 47ea906 | 2006-06-07 12:15:46 +0000 | [diff] [blame] | 16 | \newcommand{\firmwarefilename}{\fname{archos.mod}} |
Dominik Riebeling | f83f920 | 2006-08-18 14:32:15 +0000 | [diff] [blame] | 17 | \newcommand{\screenshotsize}{4cm} |
Marianne Arnold | a352c62 | 2007-05-19 19:03:39 +0000 | [diff] [blame] | 18 | \newcommand{\disk}{hard disk} |
Martin Arver | 5dcfd3b | 2006-03-19 21:33:56 +0000 | [diff] [blame] | 19 | |
Dominik Riebeling | f6b4b91 | 2006-08-24 15:09:34 +0000 | [diff] [blame] | 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}} |
Martin Arver | 0e07eff | 2006-08-16 15:16:15 +0000 | [diff] [blame] | 26 | |
| 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} |
| 36 | |
| 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} |
| 43 | |
| 44 | \newcommand{\ActionWpsStop}{\ButtonStop} |
| 45 | \newcommand{\ActionWpsVolDown}{\ButtonMenu{} + \ButtonLeft} |
| 46 | \newcommand{\ActionWpsVolUp}{\ButtonMenu{} + \ButtonRight} |
| 47 | |
| 48 | \newcommand{\ActionWpsMenu}{\ButtonMenu} |
| 49 | \newcommand{\ActionWpsContext}{Long \ButtonPlay} |
| 50 | \newcommand{\ActionWpsBrowse}{\ButtonOn} |
| 51 | \newcommand{\ActionWpsIdThreeScreen}{\ButtonMenu{} + \ButtonOn} |
Nils Wallménius | a4858cf | 2006-09-10 10:56:46 +0000 | [diff] [blame] | 52 | |
Nils Wallménius | 74369b4 | 2006-12-04 20:55:03 +0000 | [diff] [blame] | 53 | %Button actions, tree context |
| 54 | \newcommand{\ActionTreeWps}{\ButtonOn} |
| 55 | \newcommand{\ActionTreeEnter}{\ButtonPlay} |
| 56 | \newcommand{\ActionTreeParentDirectory}{\ButtonStop} |
| 57 | |
Nils Wallménius | a4858cf | 2006-09-10 10:56:46 +0000 | [diff] [blame] | 58 | %Button actions, YesNo context |
| 59 | \newcommand{\ActionYesNoAccept}{\ButtonPlay} |
Nils Wallménius | 70b4ea9 | 2007-03-03 01:35:01 +0000 | [diff] [blame] | 60 | |
| 61 | %Button actions, Setting context |
| 62 | \newcommand{\ActionSettingInc}{\ButtonRight} |
| 63 | \newcommand{\ActionSettingDec}{\ButtonLeft} |