summaryrefslogtreecommitdiff
path: root/manual/plugins/bounce.tex
diff options
context:
space:
mode:
authorChristian Soffke <christian.soffke@gmail.com>2022-12-18 21:13:15 +0100
committerChristian Soffke <christian.soffke@gmail.com>2022-12-29 04:39:22 +0100
commitfaa2cb99429214de745bbc3e64e48a7432db51ae (patch)
treede2967e0e8237cb86422cd82488e110b97ff831e /manual/plugins/bounce.tex
parent52f59f637dfcb24900b30ed52c1d7725eab93364 (diff)
downloadrockbox-faa2cb99429214de745bbc3e64e48a7432db51ae.tar.gz
rockbox-faa2cb99429214de745bbc3e64e48a7432db51ae.zip
plugins: Improve usability of iPod keymaps
- Reduce need to press multiple buttons at the same time to quit a plugin - Have "Menu" be default way to quit plugins or to access plugin menu - Fall back to (Long) "Select" or Long "Menu" in cases where Menu button isn't available (e.g. in ImageViewer and many games) out of scope: boomshine, lua_scripts, Rockpaint, Doom, Duke3D, Pacbox, Quake, Sgt-Puzzles, Wolf3D, XWorld, Minesweeper, Pixel Painter, Spacerocks Change-Id: I6d4dc7174695fe4b8ee9cbaccb21bdbfe6af5c48
Diffstat (limited to 'manual/plugins/bounce.tex')
-rw-r--r--manual/plugins/bounce.tex6
1 files changed, 4 insertions, 2 deletions
diff --git a/manual/plugins/bounce.tex b/manual/plugins/bounce.tex
index fe26c67198..93fddd89bf 100644
--- a/manual/plugins/bounce.tex
+++ b/manual/plugins/bounce.tex
@@ -6,7 +6,8 @@ In \setting{Scroll mode} the bouncing text is replaced by a different one
6scrolling from right to left. 6scrolling from right to left.
7 7
8\begin{btnmap} 8\begin{btnmap}
9 \PluginUp / \PluginDown 9 \nopt{IPOD_4G_PAD,IPOD_3G_PAD}{\PluginUp{} / \PluginDown}
10 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\PluginLeft{} / \PluginRight}
10 \opt{HAVEREMOTEKEYMAP}{& } 11 \opt{HAVEREMOTEKEYMAP}{& }
11 & Moves to next/previous option\\ 12 & Moves to next/previous option\\
12 \nopt{scrollwheel} { 13 \nopt{scrollwheel} {
@@ -20,7 +21,8 @@ scrolling from right to left.
20 \PluginSelect 21 \PluginSelect
21 \opt{HAVEREMOTEKEYMAP}{& } 22 \opt{HAVEREMOTEKEYMAP}{& }
22 & Toggles Scroll mode\\ 23 & Toggles Scroll mode\\
23 \PluginCancel{} or \PluginExit 24 \nopt{IPOD_4G_PAD,IPOD_3G_PAD}{\PluginCancel{} or \PluginExit}
25 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\PluginUp}
24 \opt{HAVEREMOTEKEYMAP}{& } 26 \opt{HAVEREMOTEKEYMAP}{& }
25 & Exits bounce demo\\ 27 & Exits bounce demo\\
26\end{btnmap} 28\end{btnmap}