[prev in list] [next in list] [prev in thread] [next in thread] 

List:       rockbox-cvs
Subject:    xduoox3:  Fix a few issues with the manual
From:       rockbox-gerrit-noreply--- via rockbox-cvs <rockbox-cvs () cool ! haxx ! se>
Date:       2020-11-22 1:02:42
Message-ID: 202011220102.0AM12gij2264535 () stuffed ! shaftnet ! org
[Download RAW message or body]

commit 4641d86c466a1a8bc620e8ce273d8b3abdd2acef
Author: Solomon Peachy <pizza@shaftnet.org>
Date:   Sat Nov 21 19:55:47 2020 -0500

    xduoox3:  Fix a few issues with the manual
    
    Change-Id: I5055fc280170686f4f0bb1f298d66fb362a5d963

diff --git a/manual/platform/keymap-xduoox3.tex b/manual/platform/keymap-xduoox3.tex
index 6cc0978e4a..d99a605c12 100644
--- a/manual/platform/keymap-xduoox3.tex
+++ b/manual/platform/keymap-xduoox3.tex
@@ -9,6 +9,7 @@
 \newcommand{\ButtonVolDown}{\btnfnt{Volume Down}}
 \newcommand{\ButtonVolUp}{\btnfnt{Volume Up}}
 \newcommand{\ButtonLock}{\btnfnt{Lock}}
+\newcommand{\ButtonHold}{\btnfnt{Hold Switch}}
 
 %Button actions, standard context
 \newcommand{\ActionStdPrev}{\ButtonPrev}
diff --git a/manual/plugins/pegbox.tex b/manual/plugins/pegbox.tex
index d5341a12ac..59e6fef73f 100644
--- a/manual/plugins/pegbox.tex
+++ b/manual/plugins/pegbox.tex
@@ -2,7 +2,7 @@
 \subsection{Pegbox}
 \screenshot{plugins/images/ss-pegbox}{pegbox}{img:pegbox}
 To beat each level, you must destroy all of the pegs. If two like pegs are
-pushed into each other they disappear except for triangles which form a solid 
+pushed into each other they disappear except for triangles which form a solid
 block and crosses which allow you to choose a replacement block.
 
 \begin{btnmap}
@@ -15,7 +15,7 @@ block and crosses which allow you to choose a replacement block.
     \opt{touchscreen}{\TouchTopMiddle, \TouchBottomMiddle, }%
     \opt{XDUOO_X3_PAD}{\ButtonPrev, \ButtonNext,}%
     %
-    \nopt{touchscreen,MPIO_HD200_PAD,MPIO_HD300_PAD,IAUDIO_M3_PAD}{\ButtonLeft, \
\ButtonRight} +    \nopt{touchscreen,MPIO_HD200_PAD,MPIO_HD300_PAD,IAUDIO_M3_PAD,XDUOO_X3_PAD}{\ButtonLeft, \
\ButtonRight}  \opt{MPIO_HD200_PAD}{\ButtonVolDown, \ButtonVolUp}
     \opt{MPIO_HD300_PAD}{\ButtonRew, \ButtonFF}
     \opt{touchscreen}{\TouchMidLeft, \TouchMidRight}
@@ -28,7 +28,7 @@ block and crosses which allow you to choose a replacement block.
 
     \nopt{IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD%
         ,PBELL_VIBE500_PAD,touchscreen,IAUDIO_M3_PAD,MPIO_HD200_PAD%
-        ,MPIO_HD300_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonSelect}
+        ,MPIO_HD300_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,XDUOO_X3_PAD}{\ButtonSelect}
  \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect{} + \ButtonRight}
     \opt{IRIVER_H10_PAD,PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,XDUOO_X3_PAD}{\ButtonPlay}
  \opt{MPIO_HD200_PAD}{\ButtonFunc}
diff --git a/manual/plugins/wormlet.tex b/manual/plugins/wormlet.tex
index 8041352d34..cf81f58cb1 100644
--- a/manual/plugins/wormlet.tex
+++ b/manual/plugins/wormlet.tex
@@ -53,7 +53,7 @@ Game controls:}
 
 \nopt{MULTIPLAYER_PAD}{
     \begin{btnmap}
-        \nopt{MPIO_HD200_PAD,MPIO_HD300_PAD,touchscreen}{\ButtonLeft}
+        \nopt{MPIO_HD200_PAD,MPIO_HD300_PAD,XDUOO_X3_PAD,touchscreen}{\ButtonLeft}
         \opt{MPIO_HD200_PAD}{\ButtonVolDown}
         \opt{MPIO_HD300_PAD}{\ButtonRew}
         \opt{XDUOO_X3_PAD}{\ButtonPrev}
@@ -64,7 +64,7 @@ Game controls:}
         Turn left
         \\
 
-        \nopt{MPIO_HD200_PAD,MPIO_HD300_PAD,touchscreen}{\ButtonRight}
+        \nopt{MPIO_HD200_PAD,MPIO_HD300_PAD,XDUOO_X3_PAD,touchscreen}{\ButtonRight}
         \opt{MPIO_HD200_PAD}{\ButtonVolUp}
         \opt{MPIO_HD300_PAD}{\ButtonFF}
         \opt{XDUOO_X3_PAD}{\ButtonNext}
@@ -76,7 +76,7 @@ Game controls:}
         \\
 
         \nopt{IPOD_3G_PAD,IPOD_4G_PAD,IRIVER_H10_PAD,MPIO_HD200_PAD%
-            ,MPIO_HD300_PAD,touchscreen}{\ButtonUp}
+            ,MPIO_HD300_PAD,XDUOO_X3_PAD,touchscreen}{\ButtonUp}
         \opt{IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonMenu}
         \opt{IRIVER_H10_PAD}{\ButtonScrollUp}
         \opt{MPIO_HD200_PAD}{\ButtonRew}
@@ -90,7 +90,7 @@ Game controls:}
         \\
 
         \nopt{IPOD_3G_PAD,IPOD_4G_PAD,IRIVER_H10_PAD,MPIO_HD200_PAD%
-            ,MPIO_HD300_PAD,touchscreen}{\ButtonDown}
+            ,MPIO_HD300_PAD,XDUOO_X3_PAD,touchscreen}{\ButtonDown}
         \opt{IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonPlay}
         \opt{IRIVER_H10_PAD}{\ButtonScrollDown}
         \opt{MPIO_HD200_PAD}{\ButtonFF}
_______________________________________________
rockbox-cvs mailing list
rockbox-cvs@cool.haxx.se
https://cool.haxx.se/cgi-bin/mailman/listinfo/rockbox-cvs


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic