summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 @@
%Button actions, Bookmark screen context
\newcommand{\ActionBmDelete}{Long \ButtonLeft}
+%Plugin lib actions
+\newcommand{\PluginUp}{\ButtonUp}
+\newcommand{\PluginDown}{\ButtonDown}
+\newcommand{\PluginLeft}{\ButtonLeft}
+\newcommand{\PluginRight}{\ButtonRight}
+\newcommand{\PluginUpRepeat}{Long \ButtonUp}
+\newcommand{\PluginDownRepeat}{Long \ButtonDown}
+\newcommand{\PluginLeftRepeat}{Long \ButtonLeft}
+\newcommand{\PluginRightRepeat}{Long \ButtonRight}
+\newcommand{\PluginCancel}{\ButtonOff}
+\newcommand{\PluginExit}{Long \ButtonOff}
+\newcommand{\PluginSelect}{\ButtonMenu}
+\newcommand{\PluginSelectRepeat}{Long \ButtonMenu}
+
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 @@
%Button actions, Bookmark screen context
\newcommand{\ActionBmDelete}{\ButtonOn{} + \ButtonPlay}
+
+%Plugin lib actions
+\newcommand{\PluginUp}{\ButtonPlay}
+\newcommand{\PluginDown}{\ButtonStop}
+\newcommand{\PluginLeft}{\ButtonLeft}
+\newcommand{\PluginRight}{\ButtonRight}
+\newcommand{\PluginUpRepeat}{Long \ButtonPlay}
+\newcommand{\PluginDownRepeat}{Long \ButtonStop}
+\newcommand{\PluginLeftRepeat}{Long \ButtonLeft}
+\newcommand{\PluginRightRepeat}{Long \ButtonRight}
+\newcommand{\PluginCancel}{\ButtonMenu}
+\newcommand{\PluginExit}{Long \ButtonMenu}
+\newcommand{\PluginSelect}{\ButtonOn}
+\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 @@
\newcommand{\ActionFMNext}{\ButtonRight}
\newcommand{\ActionBmDelete}{\ButtonOn{} + \ButtonPlay}
+
+%Plugin lib actions
+\newcommand{\PluginUp}{\ButtonUp}
+\newcommand{\PluginDown}{\ButtonDown}
+\newcommand{\PluginLeft}{\ButtonLeft}
+\newcommand{\PluginRight}{\ButtonRight}
+\newcommand{\PluginUpRepeat}{Long \ButtonUp}
+\newcommand{\PluginDownRepeat}{Long \ButtonDown}
+\newcommand{\PluginLeftRepeat}{Long \ButtonLeft}
+\newcommand{\PluginRightRepeat}{Long \ButtonRight}
+\newcommand{\PluginCancel}{\ButtonOn}
+\newcommand{\PluginExit}{\ButtonOff}
+\newcommand{\PluginSelect}{\ButtonPlay}
+\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 @@
%Button actions, Bookmark screen context
\newcommand{\ActionBmDelete}{\TouchActionBmDelete}
+%Plugin lib actions
+\newcommand{\PluginUp}{\TouchTopMiddle}
+\newcommand{\PluginDown}{\TouchBottomMidde}
+\newcommand{\PluginLeft}{\TouchMidLeft}
+\newcommand{\PluginRight}{\TouchMidRight}
+\newcommand{\PluginUpRepeat}{Long \TouchTopMiddle}
+\newcommand{\PluginDownRepeat}{Long \TouchBottomMidde}
+\newcommand{\PluginLeftRepeat}{Long \TouchMidLeft}
+\newcommand{\PluginRightRepeat}{Long \TouchMidRight}
+\newcommand{\PluginCancel}{\ButtonPower or \TouchBottomRight}
+\newcommand{\PluginExit}{Long \ButtonPower}
+\newcommand{\PluginSelect}{\ButtonMinus or TouchCenter}
+\newcommand{\PluginSelectRepeat}{Long \ButtonMinus or Long \TouchCenter}
+
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 @@
\newcommand{\ActionPsExit}{\ButtonPower}
%Button actions, Bookmark screen context
-\newcommand{\ActionBmDelete}{\ButtonA} \ No newline at end of file
+\newcommand{\ActionBmDelete}{\ButtonA}
+
+%Plugin lib actions
+\newcommand{\PluginUp}{\ButtonUp}
+\newcommand{\PluginDown}{\ButtonDown}
+\newcommand{\PluginLeft}{\ButtonLeft}
+\newcommand{\PluginRight}{\ButtonRight}
+\newcommand{\PluginUpRepeat}{Long \ButtonUp}
+\newcommand{\PluginDownRepeat}{Long \ButtonDown}
+\newcommand{\PluginLeftRepeat}{Long \ButtonLeft}
+\newcommand{\PluginRightRepeat}{Long \ButtonRight}
+\newcommand{\PluginCancel}{\ButtonPower}
+\newcommand{\PluginExit}{Long \ButtonPower}
+\newcommand{\PluginSelect}{\ButtonSelect}
+\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 @@
%Button actions, Bookmark screen context
\newcommand{\ActionBmDelete}{\ButtonBack{} + \ButtonSelect}
+
+%Plugin lib actions
+\newcommand{\PluginUp}{\ButtonUp}
+\newcommand{\PluginDown}{\ButtonDown}
+\newcommand{\PluginLeft}{\ButtonLeft}
+\newcommand{\PluginRight}{\ButtonRight}
+\newcommand{\PluginUpRepeat}{Long \ButtonUp}
+\newcommand{\PluginDownRepeat}{Long \ButtonDown}
+\newcommand{\PluginLeftRepeat}{Long \ButtonLeft}
+\newcommand{\PluginRightRepeat}{Long \ButtonRight}
+\newcommand{\PluginCancel}{\ButtonBack}
+\newcommand{\PluginExit}{\ButtonMenu}
+\newcommand{\PluginSelect}{\ButtonSelect}
+\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 @@
%Button actions, Bookmark screen context
\newcommand{\ActionBmDelete}{Long \ButtonRec}
+
+%Plugin lib actions
+\newcommand{\PluginUp}{\ButtonUp}
+\newcommand{\PluginDown}{\ButtonDown}
+\newcommand{\PluginLeft}{\ButtonLeft}
+\newcommand{\PluginRight}{\ButtonRight}
+\newcommand{\PluginUpRepeat}{Long \ButtonUp}
+\newcommand{\PluginDownRepeat}{Long \ButtonDown}
+\newcommand{\PluginLeftRepeat}{Long \ButtonLeft}
+\newcommand{\PluginRightRepeat}{Long \ButtonRight}
+\newcommand{\PluginCancel}{\ButtonRec}
+\newcommand{\PluginExit}{Long \ButtonRec}
+\newcommand{\PluginSelect}{\ButtonMode}
+\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 @@
\newcommand{\ActionFMSettingsDec}{\ActionSettingDec}
\newcommand{\ActionFMPrev}{\ButtonLeft}
\newcommand{\ActionFMNext}{\ButtonRight}
+
%Button actions, Bookmark screen context
\newcommand{\ActionBmDelete}{Long \ButtonRec}
+%Plugin lib actions
+\newcommand{\PluginUp}{\ButtonUp}
+\newcommand{\PluginDown}{\ButtonDown}
+\newcommand{\PluginLeft}{\ButtonLeft}
+\newcommand{\PluginRight}{\ButtonRight}
+\newcommand{\PluginUpRepeat}{Long \ButtonUp}
+\newcommand{\PluginDownRepeat}{Long \ButtonDown}
+\newcommand{\PluginLeftRepeat}{Long \ButtonLeft}
+\newcommand{\PluginRightRepeat}{Long \ButtonRight}
+\newcommand{\PluginCancel}{\ButtonPower}
+\newcommand{\PluginExit}{\ButtonPlay + \ButtonSelect}
+\newcommand{\PluginSelect}{\ButtonSelect}
+\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 @@
%Button actions, Bookmark screen context
\newcommand{\ActionBmDelete}{Long \ButtonMenu}
+
+%Plugin lib actions
+\newcommand{\PluginUp}{\ButtonMenu}
+\newcommand{\PluginDown}{\ButtonPlay}
+\newcommand{\PluginLeft}{\ButtonLeft}
+\newcommand{\PluginRight}{\ButtonRight}
+\newcommand{\PluginUpRepeat}{Long \ButtonMenu}
+\newcommand{\PluginDownRepeat}{Long \ButtonPlay}
+\newcommand{\PluginLeftRepeat}{Long \ButtonLeft}
+\newcommand{\PluginRightRepeat}{Long \ButtonRight}
+\newcommand{\PluginCancel}{\ButtonMenu + \ButtonSelect}
+\newcommand{\PluginExit}{\ButtonPlay + \ButtonSelect}
+\newcommand{\PluginSelect}{\ButtonSelect}
+\newcommand{\PluginSelectRepeat}{Long \ButtonSelect}
+
+\newcommand{\PluginScrollFwd}{\ButtonScrollFwd}
+\newcommand{\PluginScrollFwdRepeat}{Long \ButtonScrollFwd}
+\newcommand{\PluginScrollBack}{\ButtonScrollBack}
+\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 @@
%Button actions, Bookmark screen context
\newcommand{\ActionBmDelete}{Long \ButtonMenu}
+
+%Plugin lib actions
+\newcommand{\PluginUp}{\ButtonMenu}
+\newcommand{\PluginDown}{\ButtonPlay}
+\newcommand{\PluginLeft}{\ButtonLeft}
+\newcommand{\PluginRight}{\ButtonRight}
+\newcommand{\PluginUpRepeat}{Long \ButtonMenu}
+\newcommand{\PluginDownRepeat}{Long \ButtonPlay}
+\newcommand{\PluginLeftRepeat}{Long \ButtonLeft}
+\newcommand{\PluginRightRepeat}{Long \ButtonRight}
+\newcommand{\PluginCancel}{\ButtonMenu + \ButtonSelect}
+\newcommand{\PluginExit}{\ButtonPlay + \ButtonSelect}
+\newcommand{\PluginSelect}{\ButtonSelect}
+\newcommand{\PluginSelectRepeat}{Long \ButtonSelect}
+
+\newcommand{\PluginScrollFwd}{\ButtonScrollFwd}
+\newcommand{\PluginScrollFwdRepeat}{Long \ButtonScrollFwd}
+\newcommand{\PluginScrollBack}{\ButtonScrollBack}
+\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 @@
\newcommand{\ActionFMSettingsDec}{\ButtonScrollBack}
\newcommand{\ActionFMPrev}{\ButtonLeft}
\newcommand{\ActionFMNext}{\ButtonRight}
+
+%Plugin lib actions
+\newcommand{\PluginUp}{\ButtonMenu}
+\newcommand{\PluginDown}{\ButtonPlay}
+\newcommand{\PluginLeft}{\ButtonLeft}
+\newcommand{\PluginRight}{\ButtonRight}
+\newcommand{\PluginUpRepeat}{Long \ButtonMenu}
+\newcommand{\PluginDownRepeat}{Long \ButtonPlay}
+\newcommand{\PluginLeftRepeat}{Long \ButtonLeft}
+\newcommand{\PluginRightRepeat}{Long \ButtonRight}
+\newcommand{\PluginCancel}{\ButtonMenu + \ButtonSelect}
+\newcommand{\PluginExit}{\ButtonPlay + \ButtonSelect}
+\newcommand{\PluginSelect}{\ButtonSelect}
+\newcommand{\PluginSelectRepeat}{Long \ButtonSelect}
+
+\newcommand{\PluginScrollFwd}{\ButtonScrollFwd}
+\newcommand{\PluginScrollFwdRepeat}{Long \ButtonScrollFwd}
+\newcommand{\PluginScrollBack}{\ButtonScrollBack}
+\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 @@
%Button actions, Bookmark screen context
\newcommand{\ActionBmDelete}{Long \ButtonRew}
+%Plugin lib actions
+\newcommand{\PluginUp}{\ButtonScrollUp}
+\newcommand{\PluginDown}{\ButtonScrollDown}
+\newcommand{\PluginLeft}{\ButtonLeft}
+\newcommand{\PluginRight}{\ButtonRight}
+\newcommand{\PluginUpRepeat}{Long \ButtonScrollUp}
+\newcommand{\PluginDownRepeat}{Long \ButtonScrollDown}
+\newcommand{\PluginLeftRepeat}{Long \ButtonLeft}
+\newcommand{\PluginRightRepeat}{Long \ButtonRight}
+\newcommand{\PluginCancel}{\ButtonRew}
+\newcommand{\PluginExit}{\ButtonPower}
+\newcommand{\PluginSelect}{\ButtonPlay}
+\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 @@
\newcommand{\ActionFMNext}{\ButtonRight}
%Button actions, Bookmark screen context
-\newcommand{\ActionBmDelete}{\ButtonRec} \ No newline at end of file
+\newcommand{\ActionBmDelete}{\ButtonRec}
+
+%Plugin lib actions
+\newcommand{\PluginUp}{\ButtonUp}
+\newcommand{\PluginDown}{\ButtonDown}
+\newcommand{\PluginLeft}{\ButtonLeft}
+\newcommand{\PluginRight}{\ButtonRight}
+\newcommand{\PluginUpRepeat}{Long \ButtonUp}
+\newcommand{\PluginDownRepeat}{Long \ButtonDown}
+\newcommand{\PluginLeftRepeat}{Long \ButtonLeft}
+\newcommand{\PluginRightRepeat}{Long \ButtonRight}
+\newcommand{\PluginCancel}{\ButtonOff}
+\newcommand{\PluginExit}{\ButtonOn}
+\newcommand{\PluginSelect}{\ButtonSelect}
+\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 @@
%Button actions, Bookmark screen context
\newcommand{\ActionBmDelete}{\ButtonDisplay}
+
+%Plugin lib actions
+\newcommand{\PluginUp}{\ButtonUp}
+\newcommand{\PluginDown}{\ButtonDown}
+\newcommand{\PluginLeft}{\ButtonLeft}
+\newcommand{\PluginRight}{\ButtonRight}
+\newcommand{\PluginUpRepeat}{Long \ButtonUp}
+\newcommand{\PluginDownRepeat}{Long \ButtonDown}
+\newcommand{\PluginLeftRepeat}{Long \ButtonLeft}
+\newcommand{\PluginRightRepeat}{Long \ButtonRight}
+\newcommand{\PluginCancel}{\ButtonPower}
+\newcommand{\PluginExit}{Long \ButtonPower}
+\newcommand{\PluginSelect}{\ButtonSelect}
+\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 @@
%Button actions, Bookmark screen context
\newcommand{\ActionBmDelete}{\ButtonRec}
+%Plugin lib actions
+\newcommand{\PluginUp}{\ButtonUp}
+\newcommand{\PluginDown}{\ButtonDown}
+\newcommand{\PluginLeft}{\ButtonLeft}
+\newcommand{\PluginRight}{\ButtonRight}
+\newcommand{\PluginUpRepeat}{Long \ButtonUp}
+\newcommand{\PluginDownRepeat}{Long \ButtonDown}
+\newcommand{\PluginLeftRepeat}{Long \ButtonLeft}
+\newcommand{\PluginRightRepeat}{Long \ButtonRight}
+\newcommand{\PluginCancel}{\ButtonPower}
+\newcommand{\PluginExit}{Long \ButtonPower}
+\newcommand{\PluginSelect}{\ButtonSelect}
+\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 @@
\newcommand{\ActionAlarmCancel}{\ButtonPower}
\newcommand{\ActionAlarmHoursInc}{\ButtonRight}
\newcommand{\ActionAlarmHoursDec}{\ButtonLeft}
+
+%Plugin lib actions
+\newcommand{\PluginUp}{\ButtonUp}
+\newcommand{\PluginDown}{\ButtonDown}
+\newcommand{\PluginLeft}{\ButtonLeft}
+\newcommand{\PluginRight}{\ButtonRight}
+\newcommand{\PluginUpRepeat}{Long \ButtonUp}
+\newcommand{\PluginDownRepeat}{Long \ButtonDown}
+\newcommand{\PluginLeftRepeat}{Long \ButtonLeft}
+\newcommand{\PluginRightRepeat}{Long \ButtonRight}
+\newcommand{\PluginCancel}{\ButtonPower}
+\newcommand{\PluginExit}{Long \ButtonPower}
+\newcommand{\PluginSelect}{\ButtonSelect}
+\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 @@
%Button actions, Bookmark screen context
\newcommand{\ActionBmDelete}{\ButtonRec}
+%Plugin lib actions
+\newcommand{\PluginUp}{\ButtonUp}
+\newcommand{\PluginDown}{\ButtonDown}
+\newcommand{\PluginLeft}{\ButtonLeft}
+\newcommand{\PluginRight}{\ButtonRight}
+\newcommand{\PluginUpRepeat}{Long \ButtonUp}
+\newcommand{\PluginDownRepeat}{Long \ButtonDown}
+\newcommand{\PluginLeftRepeat}{Long \ButtonLeft}
+\newcommand{\PluginRightRepeat}{Long \ButtonRight}
+\newcommand{\PluginCancel}{\ButtonPower}
+\newcommand{\PluginExit}{Long \ButtonPower}
+\newcommand{\PluginSelect}{\ButtonSelect}
+\newcommand{\PluginSelectRepeat}{Long \ButtonSelect}
+
+\newcommand{\PluginScrollFwd}{\ButtonScrollFwd}
+\newcommand{\PluginScrollFwdRepeat}{Long \ButtonScrollFwd}
+\newcommand{\PluginScrollBack}{\ButtonScrollBack}
+\newcommand{\PluginScrollBackRepeat}{Long \ButtonScrollBack}
+
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 @@
\newcommand{\ActionAlarmCancel}{\ButtonLeft}
\newcommand{\ActionAlarmHoursInc}{\ButtonDown}
\newcommand{\ActionAlarmHoursDec}{\ButtonUp}
+
+%Plugin lib actions
+\newcommand{\PluginUp}{\ButtonUp}
+\newcommand{\PluginDown}{\ButtonDown}
+\newcommand{\PluginLeft}{\ButtonLeft}
+\newcommand{\PluginRight}{\ButtonRight}
+\newcommand{\PluginUpRepeat}{Long \ButtonUp}
+\newcommand{\PluginDownRepeat}{Long \ButtonDown}
+\newcommand{\PluginLeftRepeat}{Long \ButtonLeft}
+\newcommand{\PluginRightRepeat}{Long \ButtonRight}
+\newcommand{\PluginCancel}{\ButtonHome}
+\newcommand{\PluginExit}{Long \ButtonHome}
+\newcommand{\PluginSelect}{\ButtonSelect}
+\newcommand{\PluginSelectRepeat}{Long \ButtonSelect}
+
+\newcommand{\PluginScrollFwd}{\ButtonScrollFwd}
+\newcommand{\PluginScrollFwdRepeat}{Long \ButtonScrollFwd}
+\newcommand{\PluginScrollBack}{\ButtonScrollBack}
+\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 @@
%Button actions, Bookmark screen context
\newcommand{\ActionBmDelete}{Long \ButtonCancel}
+%Plugin lib actions
+\newcommand{\PluginUp}{\ButtonUp}
+\newcommand{\PluginDown}{\ButtonDown}
+\newcommand{\PluginLeft}{\ButtonLeft}
+\newcommand{\PluginRight}{\ButtonRight}
+\newcommand{\PluginUpRepeat}{Long \ButtonUp}
+\newcommand{\PluginDownRepeat}{Long \ButtonDown}
+\newcommand{\PluginLeftRepeat}{Long \ButtonLeft}
+\newcommand{\PluginRightRepeat}{Long \ButtonRight}
+\newcommand{\PluginCancel}{\ButtonMenu}
+\newcommand{\PluginExit}{Long \ButtonRec}
+\newcommand{\PluginSelect}{\ButtonOK}
+\newcommand{\PluginSelectRepeat}{Long \ButtonOK}
+
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 @@
%Button actions, Bookmark screen context
\newcommand{\ActionRCBmDelete}{Long \ButtonRCDsp}
+
+%Plugin lib actions
+\newcommand{\PluginRCUp}{\ButtonRCFF}
+\newcommand{\PluginRCDown}{\ButtonRCRew}
+\newcommand{\PluginRCLeft}{\ButtonRCVolDown}
+\newcommand{\PluginRCRight}{\ButtonRCVolUp}
+\newcommand{\PluginRCUpRepeat}{Long \ButtonRCFF}
+\newcommand{\PluginRCDownRepeat}{Long \ButtonRCRew}
+\newcommand{\PluginRCLeftRepeat}{Long \ButtonRCVolDown}
+\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 @@
%Button actions, Bookmark screen context
\newcommand{\ActionRCBmDelete}{Long \ButtonRec}
+
+%Plugin lib actions
+\newcommand{\PluginRCUp}{\ButtonRCFF}
+\newcommand{\PluginRCDown}{\ButtonRCRew}
+\newcommand{\PluginRCLeft}{\ButtonRCVolDown}
+\newcommand{\PluginRCRight}{\ButtonRCVolUp}
+\newcommand{\PluginRCUpRepeat}{Long \ButtonRCFF}
+\newcommand{\PluginRCDownRepeat}{Long \ButtonRCRew}
+\newcommand{\PluginRCLeftRepeat}{Long \ButtonRCVolDown}
+\newcommand{\PluginRCRightRepeat}{Long \ButtonRCVolUp}
+\newcommand{\PluginRCSelect}{\ButtonRCMode}
+\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 @@
\newcommand{\ActionRCPsDecSmall}{\ButtonRCRew}
\newcommand{\ActionRCPsDecBig}{Long \ButtonRCRew}
\newcommand{\ActionRCPsNudgeLeft}{\ButtonRCSource}
-\newcommand{\ActionRCPsNudgeRight}{\ButtonRCBitratet}
+\newcommand{\ActionRCPsNudgeRight}{\ButtonRCBitrate}
\newcommand{\ActionRCPsReset}{\ButtonRCSelect}
\newcommand{\ActionRCPsExit}{\ButtonRCOn{} or \ButtonRCStop}
@@ -107,4 +107,17 @@
\newcommand{\ActionRCFMVolDown}{\ButtonRCVolDown}
%Button actions, Bookmark screen context
-\newcommand{\ActionRCBmDelete}{\ButtonRCRec} \ No newline at end of file
+\newcommand{\ActionRCBmDelete}{\ButtonRCRec}
+
+%Plugin lib actions
+\newcommand{\PluginRCUp}{\ButtonRCBitrate}
+\newcommand{\PluginRCDown}{\ButtonRCSource}
+\newcommand{\PluginRCLeft}{\ButtonRCVolDown}
+\newcommand{\PluginRCRight}{\ButtonRCVolUp}
+\newcommand{\PluginRCUpRepeat}{Long \ButtonRCBitrate}
+\newcommand{\PluginRCDownRepeat}{Long \ButtonRCSource}
+\newcommand{\PluginRCLeftRepeat}{Long \ButtonRCVolDown}
+\newcommand{\PluginRCRightRepeat}{Long \ButtonRCVolUp}
+\newcommand{\PluginRCCancel}{\ButtonRCStop}
+\newcommand{\PluginRCSelect}{\ButtonRCOn}
+\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 @@
%Button actions, Bookmark screen context
\newcommand{\ActionRCBmDelete}{}
+
+%Plugin lib actions
+\newcommand{\PluginRCUp}{\ButtonRCPlay}
+\newcommand{\PluginRCDown}{\ButtonRCDisplay}
+\newcommand{\PluginRCLeft}{\ButtonRCRew}
+\newcommand{\PluginRCRight}{\ButtonRCFF}
+\newcommand{\PluginRCUpRepeat}{Long \ButtonRCPlay}
+\newcommand{\PluginRCDownRepeat}{Long \ButtonRCDisplay}
+\newcommand{\PluginRCLeftRepeat}{Long \ButtonRCRew}
+\newcommand{\PluginRCRightRepeat}{Long \ButtonRCFF} \ No newline at end of file