summaryrefslogtreecommitdiff
path: root/manual/platform/h300.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/platform/h300.tex')
-rw-r--r--manual/platform/h300.tex31
1 files changed, 31 insertions, 0 deletions
diff --git a/manual/platform/h300.tex b/manual/platform/h300.tex
index e9af299726..3de174cd71 100644
--- a/manual/platform/h300.tex
+++ b/manual/platform/h300.tex
@@ -7,6 +7,7 @@
7\edef\UseOption{\UseOption,SWCODEC} 7\edef\UseOption{\UseOption,SWCODEC}
8\edef\UseOption{\UseOption,IRIVER_H300_PAD} 8\edef\UseOption{\UseOption,IRIVER_H300_PAD}
9\edef\UseOption{\UseOption,HAVE_LCD_COLOR} 9\edef\UseOption{\UseOption,HAVE_LCD_COLOR}
10\edef\UseOption{\UseOption,HAVE_LCD_REMOTE}
10\edef\UseOption{\UseOption,iriver} 11\edef\UseOption{\UseOption,iriver}
11 12
12\newcommand{\playerman}{Iriver} 13\newcommand{\playerman}{Iriver}
@@ -29,3 +30,33 @@
29\newcommand{\ButtonRec}{Rec} 30\newcommand{\ButtonRec}{Rec}
30\newcommand{\ButtonOn}{Play} 31\newcommand{\ButtonOn}{Play}
31\newcommand{\ButtonOff}{Stop} 32\newcommand{\ButtonOff}{Stop}
33
34%Button actions, standard context
35\newcommand{\ActionStdPrev}{\ButtonUp}
36\newcommand{\ActionStdPrevRepeat}{Long \ButtonUp}
37\newcommand{\ActionStdNext}{\ButtonDown}
38\newcommand{\ActionStdNextRepeat}{Long \ButtonDown}
39\newcommand{\ActionStdCancel}{\ButtonLeft{} or \ButtonOff}
40\newcommand{\ActionStdContext}{Long \ButtonSelect}
41\newcommand{\ActionStdQuickScreen}{Long \ButtonMode}
42\newcommand{\ActionStdMenu}{\ButtonMode}
43\newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight}
44
45%Button actions, wps context
46\newcommand{\ActionWpsPlay}{\ButtonOn}
47\newcommand{\ActionWpsSkipNext}{\ButtonRight}
48\newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
49\newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
50\newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
51\newcommand{\ActionWpsAbSetBNextDir}{\ButtonOn{} + \ButtonRight}
52\newcommand{\ActionWpsAbSetAPrevDir}{\ButtonOn{} + \ButtonLeft}
53\newcommand{\ActionWpsStop}{\ButtonOff}
54\newcommand{\ActionWpsVolDown}{\ButtonDown}
55\newcommand{\ActionWpsVolUp}{\ButtonUp}
56\newcommand{\ActionWpsPitchScreen}{\ButtonOn{} + \ButtonUp/\ButtonDown}
57\newcommand{\ActionWpsQuickScreen}{Long \ButtonMode}
58\newcommand{\ActionWpsMenu}{\ButtonMode}
59\newcommand{\ActionWpsContext}{Long \ButtonSelect}
60\newcommand{\ActionWpsBrowse}{\ButtonSelect}
61\newcommand{\ActionWpsAbReset}{\ButtonOn{} + \ButtonSelect}
62\newcommand{\ActionWpsIdThreeScreen}{\ButtonOn{} + \ButtonMode} \ No newline at end of file