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