summaryrefslogtreecommitdiff
path: root/manual/plugins/bubbles.tex
diff options
context:
space:
mode:
authorSebastian Leonhardt <sebastian.leonhardt@web.de>2015-12-27 18:14:41 +0100
committerSebastian Leonhardt <sebastian.leonhardt@web.de>2015-12-27 18:14:41 +0100
commit5e91ec14011656d8952007aceb99189cd28786ba (patch)
tree6e0d8a4850f5f7ec85f01bf599e840c25659881f /manual/plugins/bubbles.tex
parentad65f8cc71bfe9e98936d5f781263850a9d50cc0 (diff)
downloadrockbox-5e91ec14011656d8952007aceb99189cd28786ba.tar.gz
rockbox-5e91ec14011656d8952007aceb99189cd28786ba.zip
Samsung YH820/92x keymap bugfixes
This patch fixes some (mostly small) plugin issues with the "big" YH-keymap patch (a507b). Only one fix affects the main keymaps (virtual keyboard "DONE" now exits after long key /release/ instead of long button /press/). Change-Id: Id34f925ebfa97ae4974cd9405fbe1fee4f597833
Diffstat (limited to 'manual/plugins/bubbles.tex')
-rw-r--r--manual/plugins/bubbles.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/manual/plugins/bubbles.tex b/manual/plugins/bubbles.tex
index 3bb6f1c1d1..c9722624d5 100644
--- a/manual/plugins/bubbles.tex
+++ b/manual/plugins/bubbles.tex
@@ -9,8 +9,8 @@ entire board is shifted down every time a certain number of shots have been
9fired. Points are awarded depending on how quickly the level was completed. 9fired. Points are awarded depending on how quickly the level was completed.
10 10
11 \begin{btnmap} 11 \begin{btnmap}
12 \opt{ONDIO_PAD,IRIVER_H10_PAD}{\PluginSelect} 12 \opt{ONDIO_PAD,IRIVER_H10_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\PluginSelect}
13 \nopt{ONDIO_PAD,IRIVER_H10_PAD}{\PluginUp} 13 \nopt{ONDIO_PAD,IRIVER_H10_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\PluginUp}
14 \opt{HAVEREMOTEKEYMAP}{& \PluginRCUp} 14 \opt{HAVEREMOTEKEYMAP}{& \PluginRCUp}
15 & Pause game\\ 15 & Pause game\\
16 16
@@ -19,8 +19,8 @@ fired. Points are awarded depending on how quickly the level was completed.
19 \opt{HAVEREMOTEKEYMAP}{& \PluginRCLeft{} / \PluginRCRight} 19 \opt{HAVEREMOTEKEYMAP}{& \PluginRCLeft{} / \PluginRCRight}
20 & Aim the bubble\\ 20 & Aim the bubble\\
21 21
22 \opt{ONDIO_PAD,IRIVER_H10_PAD}{\PluginUp} 22 \opt{ONDIO_PAD,IRIVER_H10_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\PluginUp}
23 \nopt{ONDIO_PAD,IRIVER_H10_PAD}{\PluginSelect} 23 \nopt{ONDIO_PAD,IRIVER_H10_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\PluginSelect}
24 \opt{HAVEREMOTEKEYMAP}{& \PluginRCSelect} 24 \opt{HAVEREMOTEKEYMAP}{& \PluginRCSelect}
25 & Fire bubble\\ 25 & Fire bubble\\
26 26