summaryrefslogtreecommitdiff
path: root/manual/plugins/wormlet.tex
diff options
context:
space:
mode:
authorSebastian Leonhardt <sebastian.leonhardt@web.de>2015-07-20 01:50:26 +0200
committerGerrit Rockbox <gerrit@rockbox.org>2015-11-15 23:46:39 +0100
commita507bb283782ee3adb1fc9ba0c6f094108ef558c (patch)
treeacae6cf04f8e34172375061b6fbdc11b6ffb84cb /manual/plugins/wormlet.tex
parenta8758c953d50fb020b245d5739c41de113638b49 (diff)
downloadrockbox-a507bb283782ee3adb1fc9ba0c6f094108ef558c.tar.gz
rockbox-a507bb283782ee3adb1fc9ba0c6f094108ef558c.zip
YH8xx,YH9xx: Keymap improvement
The main "innovation" in this patch are two "virtual buttons" for the record switch on YH92x targets. When the switch state changes, a single BUTTON_REC_SW_ON or .._OFF button event will be generated. Thus keymap code can react on switching, but not on the actual state of the switch. Wherever sensible, the following user scheme is applied: - use PLAY as confirm button - use REW button or Long REW to exit - use REC (YH820) or FFWD (YH92X) as modifier key for button combos Change-Id: Ic8d1db9cc6869daed8dda98990dfdf7f6fd5d5a1
Diffstat (limited to 'manual/plugins/wormlet.tex')
-rw-r--r--manual/plugins/wormlet.tex10
1 files changed, 6 insertions, 4 deletions
diff --git a/manual/plugins/wormlet.tex b/manual/plugins/wormlet.tex
index 9ccc49f319..fd02fa8110 100644
--- a/manual/plugins/wormlet.tex
+++ b/manual/plugins/wormlet.tex
@@ -152,7 +152,8 @@ There are two ways to stop a running game.
152\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu+\ButtonSelect}% 152\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu+\ButtonSelect}%
153\opt{IAUDIO_X5_PAD,SANSA_E200_PAD,GIGABEAT_PAD}{\ButtonPower}% 153\opt{IAUDIO_X5_PAD,SANSA_E200_PAD,GIGABEAT_PAD}{\ButtonPower}%
154\opt{SANSA_FUZE_PAD}{Long \ButtonHome}% 154\opt{SANSA_FUZE_PAD}{Long \ButtonHome}%
155\opt{PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRec}% 155\opt{PBELL_VIBE500_PAD}{\ButtonRec}%
156\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew}%
156\opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay}% 157\opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay}%
157\opt{MPIO_HD300_PAD}{Long \ButtonMenu}% 158\opt{MPIO_HD300_PAD}{Long \ButtonMenu}%
158\opt{GIGABEAT_S_PAD}{\ButtonBack}. 159\opt{GIGABEAT_S_PAD}{\ButtonBack}.
@@ -165,7 +166,7 @@ The game will stop immediately and you will return to the game menu.
165\opt{SANSA_FUZE_PAD}{\ButtonSelect+\ButtonUp}% 166\opt{SANSA_FUZE_PAD}{\ButtonSelect+\ButtonUp}%
166\opt{GIGABEAT_PAD}{\ButtonA}% 167\opt{GIGABEAT_PAD}{\ButtonA}%
167\opt{PBELL_VIBE500_PAD}{\ButtonCancel}% 168\opt{PBELL_VIBE500_PAD}{\ButtonCancel}%
168\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew}% 169\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonFF}%
169\opt{MPIO_HD200_PAD}{Long \ButtonFunc}% 170\opt{MPIO_HD200_PAD}{Long \ButtonFunc}%
170\opt{MPIO_HD300_PAD}{Long \ButtonPlay}% 171\opt{MPIO_HD300_PAD}{Long \ButtonPlay}%
171\opt{GIGABEAT_S_PAD}{\ButtonMenu}. 172\opt{GIGABEAT_S_PAD}{\ButtonMenu}.
@@ -177,7 +178,7 @@ This freezes the game. If you hit
177\opt{SANSA_FUZE_PAD}{\ButtonSelect+\ButtonUp}% 178\opt{SANSA_FUZE_PAD}{\ButtonSelect+\ButtonUp}%
178\opt{GIGABEAT_PAD}{\ButtonA}% 179\opt{GIGABEAT_PAD}{\ButtonA}%
179\opt{PBELL_VIBE500_PAD}{\ButtonCancel}% 180\opt{PBELL_VIBE500_PAD}{\ButtonCancel}%
180\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew}% 181\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonFF}%
181\opt{MPIO_HD200_PAD}{Long \ButtonFunc}% 182\opt{MPIO_HD200_PAD}{Long \ButtonFunc}%
182\opt{MPIO_HD300_PAD}{Long \ButtonPlay}% 183\opt{MPIO_HD300_PAD}{Long \ButtonPlay}%
183\opt{GIGABEAT_S_PAD}{\ButtonMenu} 184\opt{GIGABEAT_S_PAD}{\ButtonMenu}
@@ -187,7 +188,8 @@ games menu you can hit
187\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu+\ButtonSelect}% 188\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu+\ButtonSelect}%
188\opt{IAUDIO_X5_PAD,SANSA_E200_PAD,GIGABEAT_PAD}{\ButtonPower}% 189\opt{IAUDIO_X5_PAD,SANSA_E200_PAD,GIGABEAT_PAD}{\ButtonPower}%
189\opt{SANSA_FUZE_PAD}{Long \ButtonHome} 190\opt{SANSA_FUZE_PAD}{Long \ButtonHome}
190\opt{PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRec}% 191\opt{PBELL_VIBE500_PAD}{\ButtonRec}%
192\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew}%
191\opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay}% 193\opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay}%
192\opt{MPIO_HD300_PAD}{Long \ButtonMenu}% 194\opt{MPIO_HD300_PAD}{Long \ButtonMenu}%
193\opt{GIGABEAT_S_PAD}{\ButtonBack}. A stopped game can not be resumed. 195\opt{GIGABEAT_S_PAD}{\ButtonBack}. A stopped game can not be resumed.