summaryrefslogtreecommitdiff
path: root/manual/platform/player.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/platform/player.tex')
-rw-r--r--manual/platform/player.tex26
1 files changed, 26 insertions, 0 deletions
diff --git a/manual/platform/player.tex b/manual/platform/player.tex
index 48487285b6..16a0e39a89 100644
--- a/manual/platform/player.tex
+++ b/manual/platform/player.tex
@@ -21,3 +21,29 @@
21\newcommand{\ButtonMenu}{Menu} 21\newcommand{\ButtonMenu}{Menu}
22\newcommand{\ButtonPlay}{Play} 22\newcommand{\ButtonPlay}{Play}
23\newcommand{\ButtonStop}{Stop} 23\newcommand{\ButtonStop}{Stop}
24
25%Button actions, standard context
26\newcommand{\ActionStdPrev}{\ButtonLeft}
27\newcommand{\ActionStdPrevRepeat}{Long \ButtonLeft}
28\newcommand{\ActionStdNext}{\ButtonRight}
29\newcommand{\ActionStdNextRepeat}{Long \ButtonRight}
30\newcommand{\ActionStdCancel}{\ButtonStop}
31\newcommand{\ActionStdContext}{Long \ButtonPlay}
32\newcommand{\ActionStdMenu}{\ButtonMenu}
33\newcommand{\ActionStdOk}{\ButtonPlay}
34
35%Button actions, wps context
36\newcommand{\ActionWpsPlay}{\ButtonPlay}
37\newcommand{\ActionWpsSkipNext}{\ButtonRight}
38\newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
39\newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
40\newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
41
42\newcommand{\ActionWpsStop}{\ButtonStop}
43\newcommand{\ActionWpsVolDown}{\ButtonMenu{} + \ButtonLeft}
44\newcommand{\ActionWpsVolUp}{\ButtonMenu{} + \ButtonRight}
45
46\newcommand{\ActionWpsMenu}{\ButtonMenu}
47\newcommand{\ActionWpsContext}{Long \ButtonPlay}
48\newcommand{\ActionWpsBrowse}{\ButtonOn}
49\newcommand{\ActionWpsIdThreeScreen}{\ButtonMenu{} + \ButtonOn}