summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Parker <rockbox@aeparker.com>2010-05-29 15:23:01 +0000
committerAlex Parker <rockbox@aeparker.com>2010-05-29 15:23:01 +0000
commit9081c9958b40b73f9af774ab884760dfe13c8fdf (patch)
treec304bdaf71780d10822f0eb8b93da9c266f0b6b1
parent68054481958397a2ef348cbb19333b5c188adec9 (diff)
downloadrockbox-9081c9958b40b73f9af774ab884760dfe13c8fdf.tar.gz
rockbox-9081c9958b40b73f9af774ab884760dfe13c8fdf.zip
Add the plugin lib actions to the manual keymap files.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26377 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/platform/keymap-archosondio.tex14
-rw-r--r--manual/platform/keymap-archosplayer.tex14
-rw-r--r--manual/platform/keymap-archosrecorder.tex14
-rw-r--r--manual/platform/keymap-cowond2.tex14
-rw-r--r--manual/platform/keymap-gigabeatfx.tex16
-rw-r--r--manual/platform/keymap-gigabeats.tex14
-rw-r--r--manual/platform/keymap-iaudiom3.tex14
-rw-r--r--manual/platform/keymap-iaudiomx5.tex14
-rw-r--r--manual/platform/keymap-ipod1g2g.tex19
-rw-r--r--manual/platform/keymap-ipod3g.tex19
-rw-r--r--manual/platform/keymap-ipod4g.tex19
-rw-r--r--manual/platform/keymap-iriverh10.tex13
-rw-r--r--manual/platform/keymap-iriverh100_h300.tex16
-rw-r--r--manual/platform/keymap-mrobe100.tex14
-rw-r--r--manual/platform/keymap-sansac200.tex13
-rw-r--r--manual/platform/keymap-sansaclip.tex14
-rw-r--r--manual/platform/keymap-sansae200.tex19
-rw-r--r--manual/platform/keymap-sansafuze.tex19
-rw-r--r--manual/platform/keymap-vibe500.tex14
-rw-r--r--manual/platform/remote-keymap-gigabeat.tex10
-rw-r--r--manual/platform/remote-keymap-iaudio.tex12
-rw-r--r--manual/platform/remote-keymap-iriverh100.tex17
-rw-r--r--manual/platform/remote-keymap-mrobe100.tex10
23 files changed, 338 insertions, 4 deletions
diff --git a/manual/platform/keymap-archosondio.tex b/manual/platform/keymap-archosondio.tex
index 9eefe691f7..fe682278ac 100644
--- a/manual/platform/keymap-archosondio.tex
+++ b/manual/platform/keymap-archosondio.tex
@@ -85,3 +85,17 @@
85%Button actions, Bookmark screen context 85%Button actions, Bookmark screen context
86\newcommand{\ActionBmDelete}{Long \ButtonLeft} 86\newcommand{\ActionBmDelete}{Long \ButtonLeft}
87 87
88%Plugin lib actions
89\newcommand{\PluginUp}{\ButtonUp}
90\newcommand{\PluginDown}{\ButtonDown}
91\newcommand{\PluginLeft}{\ButtonLeft}
92\newcommand{\PluginRight}{\ButtonRight}
93\newcommand{\PluginUpRepeat}{Long \ButtonUp}
94\newcommand{\PluginDownRepeat}{Long \ButtonDown}
95\newcommand{\PluginLeftRepeat}{Long \ButtonLeft}
96\newcommand{\PluginRightRepeat}{Long \ButtonRight}
97\newcommand{\PluginCancel}{\ButtonOff}
98\newcommand{\PluginExit}{Long \ButtonOff}
99\newcommand{\PluginSelect}{\ButtonMenu}
100\newcommand{\PluginSelectRepeat}{Long \ButtonMenu}
101
diff --git a/manual/platform/keymap-archosplayer.tex b/manual/platform/keymap-archosplayer.tex
index 0571fc0092..dff303769f 100644
--- a/manual/platform/keymap-archosplayer.tex
+++ b/manual/platform/keymap-archosplayer.tex
@@ -48,3 +48,17 @@
48 48
49%Button actions, Bookmark screen context 49%Button actions, Bookmark screen context
50\newcommand{\ActionBmDelete}{\ButtonOn{} + \ButtonPlay} 50\newcommand{\ActionBmDelete}{\ButtonOn{} + \ButtonPlay}
51
52%Plugin lib actions
53\newcommand{\PluginUp}{\ButtonPlay}
54\newcommand{\PluginDown}{\ButtonStop}
55\newcommand{\PluginLeft}{\ButtonLeft}
56\newcommand{\PluginRight}{\ButtonRight}
57\newcommand{\PluginUpRepeat}{Long \ButtonPlay}
58\newcommand{\PluginDownRepeat}{Long \ButtonStop}
59\newcommand{\PluginLeftRepeat}{Long \ButtonLeft}
60\newcommand{\PluginRightRepeat}{Long \ButtonRight}
61\newcommand{\PluginCancel}{\ButtonMenu}
62\newcommand{\PluginExit}{Long \ButtonMenu}
63\newcommand{\PluginSelect}{\ButtonOn}
64\newcommand{\PluginSelectRepeat}{Long \ButtonOn} \ No newline at end of file
diff --git a/manual/platform/keymap-archosrecorder.tex b/manual/platform/keymap-archosrecorder.tex
index 2f0664306c..f55b1e5476 100644
--- a/manual/platform/keymap-archosrecorder.tex
+++ b/manual/platform/keymap-archosrecorder.tex
@@ -113,3 +113,17 @@
113\newcommand{\ActionFMNext}{\ButtonRight} 113\newcommand{\ActionFMNext}{\ButtonRight}
114 114
115\newcommand{\ActionBmDelete}{\ButtonOn{} + \ButtonPlay} 115\newcommand{\ActionBmDelete}{\ButtonOn{} + \ButtonPlay}
116
117%Plugin lib actions
118\newcommand{\PluginUp}{\ButtonUp}
119\newcommand{\PluginDown}{\ButtonDown}
120\newcommand{\PluginLeft}{\ButtonLeft}
121\newcommand{\PluginRight}{\ButtonRight}
122\newcommand{\PluginUpRepeat}{Long \ButtonUp}
123\newcommand{\PluginDownRepeat}{Long \ButtonDown}
124\newcommand{\PluginLeftRepeat}{Long \ButtonLeft}
125\newcommand{\PluginRightRepeat}{Long \ButtonRight}
126\newcommand{\PluginCancel}{\ButtonOn}
127\newcommand{\PluginExit}{\ButtonOff}
128\newcommand{\PluginSelect}{\ButtonPlay}
129\newcommand{\PluginSelectRepeat}{Long \ButtonPlay}
diff --git a/manual/platform/keymap-cowond2.tex b/manual/platform/keymap-cowond2.tex
index 0600c5bbe3..fcd6bfa46a 100644
--- a/manual/platform/keymap-cowond2.tex
+++ b/manual/platform/keymap-cowond2.tex
@@ -96,3 +96,17 @@
96%Button actions, Bookmark screen context 96%Button actions, Bookmark screen context
97\newcommand{\ActionBmDelete}{\TouchActionBmDelete} 97\newcommand{\ActionBmDelete}{\TouchActionBmDelete}
98 98
99%Plugin lib actions
100\newcommand{\PluginUp}{\TouchTopMiddle}
101\newcommand{\PluginDown}{\TouchBottomMidde}
102\newcommand{\PluginLeft}{\TouchMidLeft}
103\newcommand{\PluginRight}{\TouchMidRight}
104\newcommand{\PluginUpRepeat}{Long \TouchTopMiddle}
105\newcommand{\PluginDownRepeat}{Long \TouchBottomMidde}
106\newcommand{\PluginLeftRepeat}{Long \TouchMidLeft}
107\newcommand{\PluginRightRepeat}{Long \TouchMidRight}
108\newcommand{\PluginCancel}{\ButtonPower or \TouchBottomRight}
109\newcommand{\PluginExit}{Long \ButtonPower}
110\newcommand{\PluginSelect}{\ButtonMinus or TouchCenter}
111\newcommand{\PluginSelectRepeat}{Long \ButtonMinus or Long \TouchCenter}
112
diff --git a/manual/platform/keymap-gigabeatfx.tex b/manual/platform/keymap-gigabeatfx.tex
index f2715f08d3..ab761661ec 100644
--- a/manual/platform/keymap-gigabeatfx.tex
+++ b/manual/platform/keymap-gigabeatfx.tex
@@ -86,4 +86,18 @@
86\newcommand{\ActionPsExit}{\ButtonPower} 86\newcommand{\ActionPsExit}{\ButtonPower}
87 87
88%Button actions, Bookmark screen context 88%Button actions, Bookmark screen context
89\newcommand{\ActionBmDelete}{\ButtonA} \ No newline at end of file 89\newcommand{\ActionBmDelete}{\ButtonA}
90
91%Plugin lib actions
92\newcommand{\PluginUp}{\ButtonUp}
93\newcommand{\PluginDown}{\ButtonDown}
94\newcommand{\PluginLeft}{\ButtonLeft}
95\newcommand{\PluginRight}{\ButtonRight}
96\newcommand{\PluginUpRepeat}{Long \ButtonUp}
97\newcommand{\PluginDownRepeat}{Long \ButtonDown}
98\newcommand{\PluginLeftRepeat}{Long \ButtonLeft}
99\newcommand{\PluginRightRepeat}{Long \ButtonRight}
100\newcommand{\PluginCancel}{\ButtonPower}
101\newcommand{\PluginExit}{Long \ButtonPower}
102\newcommand{\PluginSelect}{\ButtonSelect}
103\newcommand{\PluginSelectRepeat}{Long \ButtonSelect} \ No newline at end of file
diff --git a/manual/platform/keymap-gigabeats.tex b/manual/platform/keymap-gigabeats.tex
index 149eb1b877..12f9eac2a0 100644
--- a/manual/platform/keymap-gigabeats.tex
+++ b/manual/platform/keymap-gigabeats.tex
@@ -118,3 +118,17 @@
118 118
119%Button actions, Bookmark screen context 119%Button actions, Bookmark screen context
120\newcommand{\ActionBmDelete}{\ButtonBack{} + \ButtonSelect} 120\newcommand{\ActionBmDelete}{\ButtonBack{} + \ButtonSelect}
121
122%Plugin lib actions
123\newcommand{\PluginUp}{\ButtonUp}
124\newcommand{\PluginDown}{\ButtonDown}
125\newcommand{\PluginLeft}{\ButtonLeft}
126\newcommand{\PluginRight}{\ButtonRight}
127\newcommand{\PluginUpRepeat}{Long \ButtonUp}
128\newcommand{\PluginDownRepeat}{Long \ButtonDown}
129\newcommand{\PluginLeftRepeat}{Long \ButtonLeft}
130\newcommand{\PluginRightRepeat}{Long \ButtonRight}
131\newcommand{\PluginCancel}{\ButtonBack}
132\newcommand{\PluginExit}{\ButtonMenu}
133\newcommand{\PluginSelect}{\ButtonSelect}
134\newcommand{\PluginSelectRepeat}{Long \ButtonSelect}
diff --git a/manual/platform/keymap-iaudiom3.tex b/manual/platform/keymap-iaudiom3.tex
index 91b2f6c5ad..05b082f9c4 100644
--- a/manual/platform/keymap-iaudiom3.tex
+++ b/manual/platform/keymap-iaudiom3.tex
@@ -93,3 +93,17 @@
93 93
94%Button actions, Bookmark screen context 94%Button actions, Bookmark screen context
95\newcommand{\ActionBmDelete}{Long \ButtonRec} 95\newcommand{\ActionBmDelete}{Long \ButtonRec}
96
97%Plugin lib actions
98\newcommand{\PluginUp}{\ButtonUp}
99\newcommand{\PluginDown}{\ButtonDown}
100\newcommand{\PluginLeft}{\ButtonLeft}
101\newcommand{\PluginRight}{\ButtonRight}
102\newcommand{\PluginUpRepeat}{Long \ButtonUp}
103\newcommand{\PluginDownRepeat}{Long \ButtonDown}
104\newcommand{\PluginLeftRepeat}{Long \ButtonLeft}
105\newcommand{\PluginRightRepeat}{Long \ButtonRight}
106\newcommand{\PluginCancel}{\ButtonRec}
107\newcommand{\PluginExit}{Long \ButtonRec}
108\newcommand{\PluginSelect}{\ButtonMode}
109\newcommand{\PluginSelectRepeat}{Long \ButtonMode}
diff --git a/manual/platform/keymap-iaudiomx5.tex b/manual/platform/keymap-iaudiomx5.tex
index 6b380e5e30..5e829663c7 100644
--- a/manual/platform/keymap-iaudiomx5.tex
+++ b/manual/platform/keymap-iaudiomx5.tex
@@ -91,6 +91,20 @@
91\newcommand{\ActionFMSettingsDec}{\ActionSettingDec} 91\newcommand{\ActionFMSettingsDec}{\ActionSettingDec}
92\newcommand{\ActionFMPrev}{\ButtonLeft} 92\newcommand{\ActionFMPrev}{\ButtonLeft}
93\newcommand{\ActionFMNext}{\ButtonRight} 93\newcommand{\ActionFMNext}{\ButtonRight}
94
94%Button actions, Bookmark screen context 95%Button actions, Bookmark screen context
95\newcommand{\ActionBmDelete}{Long \ButtonRec} 96\newcommand{\ActionBmDelete}{Long \ButtonRec}
96 97
98%Plugin lib actions
99\newcommand{\PluginUp}{\ButtonUp}
100\newcommand{\PluginDown}{\ButtonDown}
101\newcommand{\PluginLeft}{\ButtonLeft}
102\newcommand{\PluginRight}{\ButtonRight}
103\newcommand{\PluginUpRepeat}{Long \ButtonUp}
104\newcommand{\PluginDownRepeat}{Long \ButtonDown}
105\newcommand{\PluginLeftRepeat}{Long \ButtonLeft}
106\newcommand{\PluginRightRepeat}{Long \ButtonRight}
107\newcommand{\PluginCancel}{\ButtonPower}
108\newcommand{\PluginExit}{\ButtonPlay + \ButtonSelect}
109\newcommand{\PluginSelect}{\ButtonSelect}
110\newcommand{\PluginSelectRepeat}{Long \ButtonSelect} \ No newline at end of file
diff --git a/manual/platform/keymap-ipod1g2g.tex b/manual/platform/keymap-ipod1g2g.tex
index 1b6a1dba20..617c639dfa 100644
--- a/manual/platform/keymap-ipod1g2g.tex
+++ b/manual/platform/keymap-ipod1g2g.tex
@@ -82,3 +82,22 @@
82 82
83%Button actions, Bookmark screen context 83%Button actions, Bookmark screen context
84\newcommand{\ActionBmDelete}{Long \ButtonMenu} 84\newcommand{\ActionBmDelete}{Long \ButtonMenu}
85
86%Plugin lib actions
87\newcommand{\PluginUp}{\ButtonMenu}
88\newcommand{\PluginDown}{\ButtonPlay}
89\newcommand{\PluginLeft}{\ButtonLeft}
90\newcommand{\PluginRight}{\ButtonRight}
91\newcommand{\PluginUpRepeat}{Long \ButtonMenu}
92\newcommand{\PluginDownRepeat}{Long \ButtonPlay}
93\newcommand{\PluginLeftRepeat}{Long \ButtonLeft}
94\newcommand{\PluginRightRepeat}{Long \ButtonRight}
95\newcommand{\PluginCancel}{\ButtonMenu + \ButtonSelect}
96\newcommand{\PluginExit}{\ButtonPlay + \ButtonSelect}
97\newcommand{\PluginSelect}{\ButtonSelect}
98\newcommand{\PluginSelectRepeat}{Long \ButtonSelect}
99
100\newcommand{\PluginScrollFwd}{\ButtonScrollFwd}
101\newcommand{\PluginScrollFwdRepeat}{Long \ButtonScrollFwd}
102\newcommand{\PluginScrollBack}{\ButtonScrollBack}
103\newcommand{\PluginScrollBackRepeat}{Long \ButtonScrollBack} \ No newline at end of file
diff --git a/manual/platform/keymap-ipod3g.tex b/manual/platform/keymap-ipod3g.tex
index 1b6a1dba20..40cd99f2dd 100644
--- a/manual/platform/keymap-ipod3g.tex
+++ b/manual/platform/keymap-ipod3g.tex
@@ -82,3 +82,22 @@
82 82
83%Button actions, Bookmark screen context 83%Button actions, Bookmark screen context
84\newcommand{\ActionBmDelete}{Long \ButtonMenu} 84\newcommand{\ActionBmDelete}{Long \ButtonMenu}
85
86%Plugin lib actions
87\newcommand{\PluginUp}{\ButtonMenu}
88\newcommand{\PluginDown}{\ButtonPlay}
89\newcommand{\PluginLeft}{\ButtonLeft}
90\newcommand{\PluginRight}{\ButtonRight}
91\newcommand{\PluginUpRepeat}{Long \ButtonMenu}
92\newcommand{\PluginDownRepeat}{Long \ButtonPlay}
93\newcommand{\PluginLeftRepeat}{Long \ButtonLeft}
94\newcommand{\PluginRightRepeat}{Long \ButtonRight}
95\newcommand{\PluginCancel}{\ButtonMenu + \ButtonSelect}
96\newcommand{\PluginExit}{\ButtonPlay + \ButtonSelect}
97\newcommand{\PluginSelect}{\ButtonSelect}
98\newcommand{\PluginSelectRepeat}{Long \ButtonSelect}
99
100\newcommand{\PluginScrollFwd}{\ButtonScrollFwd}
101\newcommand{\PluginScrollFwdRepeat}{Long \ButtonScrollFwd}
102\newcommand{\PluginScrollBack}{\ButtonScrollBack}
103\newcommand{\PluginScrollBackRepeat}{Long \ButtonScrollBack}
diff --git a/manual/platform/keymap-ipod4g.tex b/manual/platform/keymap-ipod4g.tex
index c659e9e327..92516dc77b 100644
--- a/manual/platform/keymap-ipod4g.tex
+++ b/manual/platform/keymap-ipod4g.tex
@@ -105,3 +105,22 @@
105\newcommand{\ActionFMSettingsDec}{\ButtonScrollBack} 105\newcommand{\ActionFMSettingsDec}{\ButtonScrollBack}
106\newcommand{\ActionFMPrev}{\ButtonLeft} 106\newcommand{\ActionFMPrev}{\ButtonLeft}
107\newcommand{\ActionFMNext}{\ButtonRight} 107\newcommand{\ActionFMNext}{\ButtonRight}
108
109%Plugin lib actions
110\newcommand{\PluginUp}{\ButtonMenu}
111\newcommand{\PluginDown}{\ButtonPlay}
112\newcommand{\PluginLeft}{\ButtonLeft}
113\newcommand{\PluginRight}{\ButtonRight}
114\newcommand{\PluginUpRepeat}{Long \ButtonMenu}
115\newcommand{\PluginDownRepeat}{Long \ButtonPlay}
116\newcommand{\PluginLeftRepeat}{Long \ButtonLeft}
117\newcommand{\PluginRightRepeat}{Long \ButtonRight}
118\newcommand{\PluginCancel}{\ButtonMenu + \ButtonSelect}
119\newcommand{\PluginExit}{\ButtonPlay + \ButtonSelect}
120\newcommand{\PluginSelect}{\ButtonSelect}
121\newcommand{\PluginSelectRepeat}{Long \ButtonSelect}
122
123\newcommand{\PluginScrollFwd}{\ButtonScrollFwd}
124\newcommand{\PluginScrollFwdRepeat}{Long \ButtonScrollFwd}
125\newcommand{\PluginScrollBack}{\ButtonScrollBack}
126\newcommand{\PluginScrollBackRepeat}{Long \ButtonScrollBack}
diff --git a/manual/platform/keymap-iriverh10.tex b/manual/platform/keymap-iriverh10.tex
index 74a62b1538..e0de1ecf55 100644
--- a/manual/platform/keymap-iriverh10.tex
+++ b/manual/platform/keymap-iriverh10.tex
@@ -113,3 +113,16 @@
113%Button actions, Bookmark screen context 113%Button actions, Bookmark screen context
114\newcommand{\ActionBmDelete}{Long \ButtonRew} 114\newcommand{\ActionBmDelete}{Long \ButtonRew}
115 115
116%Plugin lib actions
117\newcommand{\PluginUp}{\ButtonScrollUp}
118\newcommand{\PluginDown}{\ButtonScrollDown}
119\newcommand{\PluginLeft}{\ButtonLeft}
120\newcommand{\PluginRight}{\ButtonRight}
121\newcommand{\PluginUpRepeat}{Long \ButtonScrollUp}
122\newcommand{\PluginDownRepeat}{Long \ButtonScrollDown}
123\newcommand{\PluginLeftRepeat}{Long \ButtonLeft}
124\newcommand{\PluginRightRepeat}{Long \ButtonRight}
125\newcommand{\PluginCancel}{\ButtonRew}
126\newcommand{\PluginExit}{\ButtonPower}
127\newcommand{\PluginSelect}{\ButtonPlay}
128\newcommand{\PluginSelectRepeat}{Long \ButtonPlay} \ No newline at end of file
diff --git a/manual/platform/keymap-iriverh100_h300.tex b/manual/platform/keymap-iriverh100_h300.tex
index ec2984b562..e5f1171772 100644
--- a/manual/platform/keymap-iriverh100_h300.tex
+++ b/manual/platform/keymap-iriverh100_h300.tex
@@ -108,4 +108,18 @@
108\newcommand{\ActionFMNext}{\ButtonRight} 108\newcommand{\ActionFMNext}{\ButtonRight}
109 109
110%Button actions, Bookmark screen context 110%Button actions, Bookmark screen context
111\newcommand{\ActionBmDelete}{\ButtonRec} \ No newline at end of file 111\newcommand{\ActionBmDelete}{\ButtonRec}
112
113%Plugin lib actions
114\newcommand{\PluginUp}{\ButtonUp}
115\newcommand{\PluginDown}{\ButtonDown}
116\newcommand{\PluginLeft}{\ButtonLeft}
117\newcommand{\PluginRight}{\ButtonRight}
118\newcommand{\PluginUpRepeat}{Long \ButtonUp}
119\newcommand{\PluginDownRepeat}{Long \ButtonDown}
120\newcommand{\PluginLeftRepeat}{Long \ButtonLeft}
121\newcommand{\PluginRightRepeat}{Long \ButtonRight}
122\newcommand{\PluginCancel}{\ButtonOff}
123\newcommand{\PluginExit}{\ButtonOn}
124\newcommand{\PluginSelect}{\ButtonSelect}
125\newcommand{\PluginSelectRepeat}{Long \ButtonSelect} \ No newline at end of file
diff --git a/manual/platform/keymap-mrobe100.tex b/manual/platform/keymap-mrobe100.tex
index 4c94fa25ce..c9f2f59ea4 100644
--- a/manual/platform/keymap-mrobe100.tex
+++ b/manual/platform/keymap-mrobe100.tex
@@ -88,3 +88,17 @@
88 88
89%Button actions, Bookmark screen context 89%Button actions, Bookmark screen context
90\newcommand{\ActionBmDelete}{\ButtonDisplay} 90\newcommand{\ActionBmDelete}{\ButtonDisplay}
91
92%Plugin lib actions
93\newcommand{\PluginUp}{\ButtonUp}
94\newcommand{\PluginDown}{\ButtonDown}
95\newcommand{\PluginLeft}{\ButtonLeft}
96\newcommand{\PluginRight}{\ButtonRight}
97\newcommand{\PluginUpRepeat}{Long \ButtonUp}
98\newcommand{\PluginDownRepeat}{Long \ButtonDown}
99\newcommand{\PluginLeftRepeat}{Long \ButtonLeft}
100\newcommand{\PluginRightRepeat}{Long \ButtonRight}
101\newcommand{\PluginCancel}{\ButtonPower}
102\newcommand{\PluginExit}{Long \ButtonPower}
103\newcommand{\PluginSelect}{\ButtonSelect}
104\newcommand{\PluginSelectRepeat}{Long \ButtonSelect}
diff --git a/manual/platform/keymap-sansac200.tex b/manual/platform/keymap-sansac200.tex
index c9cd86d551..6f632be7f2 100644
--- a/manual/platform/keymap-sansac200.tex
+++ b/manual/platform/keymap-sansac200.tex
@@ -109,3 +109,16 @@
109%Button actions, Bookmark screen context 109%Button actions, Bookmark screen context
110\newcommand{\ActionBmDelete}{\ButtonRec} 110\newcommand{\ActionBmDelete}{\ButtonRec}
111 111
112%Plugin lib actions
113\newcommand{\PluginUp}{\ButtonUp}
114\newcommand{\PluginDown}{\ButtonDown}
115\newcommand{\PluginLeft}{\ButtonLeft}
116\newcommand{\PluginRight}{\ButtonRight}
117\newcommand{\PluginUpRepeat}{Long \ButtonUp}
118\newcommand{\PluginDownRepeat}{Long \ButtonDown}
119\newcommand{\PluginLeftRepeat}{Long \ButtonLeft}
120\newcommand{\PluginRightRepeat}{Long \ButtonRight}
121\newcommand{\PluginCancel}{\ButtonPower}
122\newcommand{\PluginExit}{Long \ButtonPower}
123\newcommand{\PluginSelect}{\ButtonSelect}
124\newcommand{\PluginSelectRepeat}{Long \ButtonSelect} \ No newline at end of file
diff --git a/manual/platform/keymap-sansaclip.tex b/manual/platform/keymap-sansaclip.tex
index fb085f2c55..4c7feed012 100644
--- a/manual/platform/keymap-sansaclip.tex
+++ b/manual/platform/keymap-sansaclip.tex
@@ -114,3 +114,17 @@
114\newcommand{\ActionAlarmCancel}{\ButtonPower} 114\newcommand{\ActionAlarmCancel}{\ButtonPower}
115\newcommand{\ActionAlarmHoursInc}{\ButtonRight} 115\newcommand{\ActionAlarmHoursInc}{\ButtonRight}
116\newcommand{\ActionAlarmHoursDec}{\ButtonLeft} 116\newcommand{\ActionAlarmHoursDec}{\ButtonLeft}
117
118%Plugin lib actions
119\newcommand{\PluginUp}{\ButtonUp}
120\newcommand{\PluginDown}{\ButtonDown}
121\newcommand{\PluginLeft}{\ButtonLeft}
122\newcommand{\PluginRight}{\ButtonRight}
123\newcommand{\PluginUpRepeat}{Long \ButtonUp}
124\newcommand{\PluginDownRepeat}{Long \ButtonDown}
125\newcommand{\PluginLeftRepeat}{Long \ButtonLeft}
126\newcommand{\PluginRightRepeat}{Long \ButtonRight}
127\newcommand{\PluginCancel}{\ButtonPower}
128\newcommand{\PluginExit}{Long \ButtonPower}
129\newcommand{\PluginSelect}{\ButtonSelect}
130\newcommand{\PluginSelectRepeat}{Long \ButtonSelect} \ No newline at end of file
diff --git a/manual/platform/keymap-sansae200.tex b/manual/platform/keymap-sansae200.tex
index eb0a704538..8cf2aaed54 100644
--- a/manual/platform/keymap-sansae200.tex
+++ b/manual/platform/keymap-sansae200.tex
@@ -113,3 +113,22 @@
113%Button actions, Bookmark screen context 113%Button actions, Bookmark screen context
114\newcommand{\ActionBmDelete}{\ButtonRec} 114\newcommand{\ActionBmDelete}{\ButtonRec}
115 115
116%Plugin lib actions
117\newcommand{\PluginUp}{\ButtonUp}
118\newcommand{\PluginDown}{\ButtonDown}
119\newcommand{\PluginLeft}{\ButtonLeft}
120\newcommand{\PluginRight}{\ButtonRight}
121\newcommand{\PluginUpRepeat}{Long \ButtonUp}
122\newcommand{\PluginDownRepeat}{Long \ButtonDown}
123\newcommand{\PluginLeftRepeat}{Long \ButtonLeft}
124\newcommand{\PluginRightRepeat}{Long \ButtonRight}
125\newcommand{\PluginCancel}{\ButtonPower}
126\newcommand{\PluginExit}{Long \ButtonPower}
127\newcommand{\PluginSelect}{\ButtonSelect}
128\newcommand{\PluginSelectRepeat}{Long \ButtonSelect}
129
130\newcommand{\PluginScrollFwd}{\ButtonScrollFwd}
131\newcommand{\PluginScrollFwdRepeat}{Long \ButtonScrollFwd}
132\newcommand{\PluginScrollBack}{\ButtonScrollBack}
133\newcommand{\PluginScrollBackRepeat}{Long \ButtonScrollBack}
134
diff --git a/manual/platform/keymap-sansafuze.tex b/manual/platform/keymap-sansafuze.tex
index ab240e5cbf..4c0d289031 100644
--- a/manual/platform/keymap-sansafuze.tex
+++ b/manual/platform/keymap-sansafuze.tex
@@ -116,3 +116,22 @@
116\newcommand{\ActionAlarmCancel}{\ButtonLeft} 116\newcommand{\ActionAlarmCancel}{\ButtonLeft}
117\newcommand{\ActionAlarmHoursInc}{\ButtonDown} 117\newcommand{\ActionAlarmHoursInc}{\ButtonDown}
118\newcommand{\ActionAlarmHoursDec}{\ButtonUp} 118\newcommand{\ActionAlarmHoursDec}{\ButtonUp}
119
120%Plugin lib actions
121\newcommand{\PluginUp}{\ButtonUp}
122\newcommand{\PluginDown}{\ButtonDown}
123\newcommand{\PluginLeft}{\ButtonLeft}
124\newcommand{\PluginRight}{\ButtonRight}
125\newcommand{\PluginUpRepeat}{Long \ButtonUp}
126\newcommand{\PluginDownRepeat}{Long \ButtonDown}
127\newcommand{\PluginLeftRepeat}{Long \ButtonLeft}
128\newcommand{\PluginRightRepeat}{Long \ButtonRight}
129\newcommand{\PluginCancel}{\ButtonHome}
130\newcommand{\PluginExit}{Long \ButtonHome}
131\newcommand{\PluginSelect}{\ButtonSelect}
132\newcommand{\PluginSelectRepeat}{Long \ButtonSelect}
133
134\newcommand{\PluginScrollFwd}{\ButtonScrollFwd}
135\newcommand{\PluginScrollFwdRepeat}{Long \ButtonScrollFwd}
136\newcommand{\PluginScrollBack}{\ButtonScrollBack}
137\newcommand{\PluginScrollBackRepeat}{Long \ButtonScrollBack}
diff --git a/manual/platform/keymap-vibe500.tex b/manual/platform/keymap-vibe500.tex
index b5b8b33b3f..96b4f096af 100644
--- a/manual/platform/keymap-vibe500.tex
+++ b/manual/platform/keymap-vibe500.tex
@@ -98,3 +98,17 @@
98%Button actions, Bookmark screen context 98%Button actions, Bookmark screen context
99\newcommand{\ActionBmDelete}{Long \ButtonCancel} 99\newcommand{\ActionBmDelete}{Long \ButtonCancel}
100 100
101%Plugin lib actions
102\newcommand{\PluginUp}{\ButtonUp}
103\newcommand{\PluginDown}{\ButtonDown}
104\newcommand{\PluginLeft}{\ButtonLeft}
105\newcommand{\PluginRight}{\ButtonRight}
106\newcommand{\PluginUpRepeat}{Long \ButtonUp}
107\newcommand{\PluginDownRepeat}{Long \ButtonDown}
108\newcommand{\PluginLeftRepeat}{Long \ButtonLeft}
109\newcommand{\PluginRightRepeat}{Long \ButtonRight}
110\newcommand{\PluginCancel}{\ButtonMenu}
111\newcommand{\PluginExit}{Long \ButtonRec}
112\newcommand{\PluginSelect}{\ButtonOK}
113\newcommand{\PluginSelectRepeat}{Long \ButtonOK}
114
diff --git a/manual/platform/remote-keymap-gigabeat.tex b/manual/platform/remote-keymap-gigabeat.tex
index a0a06ebf98..2284701849 100644
--- a/manual/platform/remote-keymap-gigabeat.tex
+++ b/manual/platform/remote-keymap-gigabeat.tex
@@ -102,3 +102,13 @@
102 102
103%Button actions, Bookmark screen context 103%Button actions, Bookmark screen context
104\newcommand{\ActionRCBmDelete}{Long \ButtonRCDsp} 104\newcommand{\ActionRCBmDelete}{Long \ButtonRCDsp}
105
106%Plugin lib actions
107\newcommand{\PluginRCUp}{\ButtonRCFF}
108\newcommand{\PluginRCDown}{\ButtonRCRew}
109\newcommand{\PluginRCLeft}{\ButtonRCVolDown}
110\newcommand{\PluginRCRight}{\ButtonRCVolUp}
111\newcommand{\PluginRCUpRepeat}{Long \ButtonRCFF}
112\newcommand{\PluginRCDownRepeat}{Long \ButtonRCRew}
113\newcommand{\PluginRCLeftRepeat}{Long \ButtonRCVolDown}
114\newcommand{\PluginRCRightRepeat}{Long \ButtonRCVolUp} \ No newline at end of file
diff --git a/manual/platform/remote-keymap-iaudio.tex b/manual/platform/remote-keymap-iaudio.tex
index 3c21ac847b..a10aa7ddaf 100644
--- a/manual/platform/remote-keymap-iaudio.tex
+++ b/manual/platform/remote-keymap-iaudio.tex
@@ -93,3 +93,15 @@
93 93
94%Button actions, Bookmark screen context 94%Button actions, Bookmark screen context
95\newcommand{\ActionRCBmDelete}{Long \ButtonRec} 95\newcommand{\ActionRCBmDelete}{Long \ButtonRec}
96
97%Plugin lib actions
98\newcommand{\PluginRCUp}{\ButtonRCFF}
99\newcommand{\PluginRCDown}{\ButtonRCRew}
100\newcommand{\PluginRCLeft}{\ButtonRCVolDown}
101\newcommand{\PluginRCRight}{\ButtonRCVolUp}
102\newcommand{\PluginRCUpRepeat}{Long \ButtonRCFF}
103\newcommand{\PluginRCDownRepeat}{Long \ButtonRCRew}
104\newcommand{\PluginRCLeftRepeat}{Long \ButtonRCVolDown}
105\newcommand{\PluginRCRightRepeat}{Long \ButtonRCVolUp}
106\newcommand{\PluginRCSelect}{\ButtonRCMode}
107\newcommand{\PluginRCSelectRepeat}{Long \ButtonRCMode}
diff --git a/manual/platform/remote-keymap-iriverh100.tex b/manual/platform/remote-keymap-iriverh100.tex
index cc0537047b..c423f9e500 100644
--- a/manual/platform/remote-keymap-iriverh100.tex
+++ b/manual/platform/remote-keymap-iriverh100.tex
@@ -78,7 +78,7 @@
78\newcommand{\ActionRCPsDecSmall}{\ButtonRCRew} 78\newcommand{\ActionRCPsDecSmall}{\ButtonRCRew}
79\newcommand{\ActionRCPsDecBig}{Long \ButtonRCRew} 79\newcommand{\ActionRCPsDecBig}{Long \ButtonRCRew}
80\newcommand{\ActionRCPsNudgeLeft}{\ButtonRCSource} 80\newcommand{\ActionRCPsNudgeLeft}{\ButtonRCSource}
81\newcommand{\ActionRCPsNudgeRight}{\ButtonRCBitratet} 81\newcommand{\ActionRCPsNudgeRight}{\ButtonRCBitrate}
82\newcommand{\ActionRCPsReset}{\ButtonRCSelect} 82\newcommand{\ActionRCPsReset}{\ButtonRCSelect}
83\newcommand{\ActionRCPsExit}{\ButtonRCOn{} or \ButtonRCStop} 83\newcommand{\ActionRCPsExit}{\ButtonRCOn{} or \ButtonRCStop}
84 84
@@ -107,4 +107,17 @@
107\newcommand{\ActionRCFMVolDown}{\ButtonRCVolDown} 107\newcommand{\ActionRCFMVolDown}{\ButtonRCVolDown}
108 108
109%Button actions, Bookmark screen context 109%Button actions, Bookmark screen context
110\newcommand{\ActionRCBmDelete}{\ButtonRCRec} \ No newline at end of file 110\newcommand{\ActionRCBmDelete}{\ButtonRCRec}
111
112%Plugin lib actions
113\newcommand{\PluginRCUp}{\ButtonRCBitrate}
114\newcommand{\PluginRCDown}{\ButtonRCSource}
115\newcommand{\PluginRCLeft}{\ButtonRCVolDown}
116\newcommand{\PluginRCRight}{\ButtonRCVolUp}
117\newcommand{\PluginRCUpRepeat}{Long \ButtonRCBitrate}
118\newcommand{\PluginRCDownRepeat}{Long \ButtonRCSource}
119\newcommand{\PluginRCLeftRepeat}{Long \ButtonRCVolDown}
120\newcommand{\PluginRCRightRepeat}{Long \ButtonRCVolUp}
121\newcommand{\PluginRCCancel}{\ButtonRCStop}
122\newcommand{\PluginRCSelect}{\ButtonRCOn}
123\newcommand{\PluginRCSelectRepeat}{Long \ButtonRCOn} \ No newline at end of file
diff --git a/manual/platform/remote-keymap-mrobe100.tex b/manual/platform/remote-keymap-mrobe100.tex
index 59a23fb10f..5c13cd843b 100644
--- a/manual/platform/remote-keymap-mrobe100.tex
+++ b/manual/platform/remote-keymap-mrobe100.tex
@@ -106,3 +106,13 @@
106 106
107%Button actions, Bookmark screen context 107%Button actions, Bookmark screen context
108\newcommand{\ActionRCBmDelete}{} 108\newcommand{\ActionRCBmDelete}{}
109
110%Plugin lib actions
111\newcommand{\PluginRCUp}{\ButtonRCPlay}
112\newcommand{\PluginRCDown}{\ButtonRCDisplay}
113\newcommand{\PluginRCLeft}{\ButtonRCRew}
114\newcommand{\PluginRCRight}{\ButtonRCFF}
115\newcommand{\PluginRCUpRepeat}{Long \ButtonRCPlay}
116\newcommand{\PluginRCDownRepeat}{Long \ButtonRCDisplay}
117\newcommand{\PluginRCLeftRepeat}{Long \ButtonRCRew}
118\newcommand{\PluginRCRightRepeat}{Long \ButtonRCFF} \ No newline at end of file