summaryrefslogtreecommitdiff
path: root/manual/rockbox_interface/browsing_and_playing.tex
diff options
context:
space:
mode:
authorAlex Parker <rockbox@aeparker.com>2009-07-22 18:08:51 +0000
committerAlex Parker <rockbox@aeparker.com>2009-07-22 18:08:51 +0000
commit8d194f08d784d221897c024f295003ea73b957d6 (patch)
tree0ad44f45940fcdb4ec62add85f362516f556c46c /manual/rockbox_interface/browsing_and_playing.tex
parent308522b60e98dc8fda31f3b35de70aa473062257 (diff)
downloadrockbox-8d194f08d784d221897c024f295003ea73b957d6.tar.gz
rockbox-8d194f08d784d221897c024f295003ea73b957d6.zip
Add a generic \opt{HAVEREMOTEKEYMAP}{& } to button maps to allow all
manuals with HAVEREMOTEKEYMAP defined to build, regardless of whether tables have been edited for the specific remote keymap. The actual button can be added inside this opt. Change many IRIVER_RC_H100_PAD opts to the generic HAVEREMOTEKEYMAP git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21997 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/rockbox_interface/browsing_and_playing.tex')
-rw-r--r--manual/rockbox_interface/browsing_and_playing.tex29
1 files changed, 23 insertions, 6 deletions
diff --git a/manual/rockbox_interface/browsing_and_playing.tex b/manual/rockbox_interface/browsing_and_playing.tex
index d7a614bb76..7658c8f524 100644
--- a/manual/rockbox_interface/browsing_and_playing.tex
+++ b/manual/rockbox_interface/browsing_and_playing.tex
@@ -53,7 +53,9 @@ the \setting{Show Files} setting to all.
53 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD} 53 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD}
54 { 54 {
55 \ButtonOn+\ButtonUp{}/ \ButtonDown 55 \ButtonOn+\ButtonUp{}/ \ButtonDown
56 \opt{IRIVER_RC_H100_PAD}{& \ButtonRCSource{}/ \ButtonRCBitrate} 56 \opt{HAVEREMOTEKEYMAP}{&
57 \opt{IRIVER_RC_H100_PAD}{\ButtonRCSource{}/ \ButtonRCBitrate}
58 }
57 & Move one page up/down in the list.\\ 59 & Move one page up/down in the list.\\
58 } 60 }
59 \opt{IRIVER_H10_PAD} 61 \opt{IRIVER_H10_PAD}
@@ -248,20 +250,29 @@ can be easily changed by making a text file with the required layout. More
248 \textbf{Picker area} 250 \textbf{Picker area}
249 \begin{table} 251 \begin{table}
250 \begin{btnmap}{}{} 252 \begin{btnmap}{}{}
251 \ActionKbdUp/\ActionKbdDown & Move about the virtual keyboard. 253 \ActionKbdUp/\ActionKbdDown
254 \opt{HAVEREMOTEKEYMAP}{& }
255 & Move about the virtual keyboard.
252 If you move out of the picker area, you get to the \emph{Line edit mode}. \\ 256 If you move out of the picker area, you get to the \emph{Line edit mode}. \\
253 \ActionKbdLeft/\ActionKbdRight & (moves the solid cursor). \\ 257 \ActionKbdLeft/\ActionKbdRight
258 \opt{HAVEREMOTEKEYMAP}{& }
259 & (moves the solid cursor). \\
254 \ActionKbdSelect 260 \ActionKbdSelect
261 \opt{HAVEREMOTEKEYMAP}{& }
255 & Inserts the currently selected keyboard letter at the current 262 & Inserts the currently selected keyboard letter at the current
256 filename cursor position \\ 263 filename cursor position \\
257 \ActionKbdDone 264 \ActionKbdDone
265 \opt{HAVEREMOTEKEYMAP}{& }
258 & Exits the virtual keyboard and saves any changes \\ 266 & Exits the virtual keyboard and saves any changes \\
259 \ActionKbdAbort 267 \ActionKbdAbort
268 \opt{HAVEREMOTEKEYMAP}{& }
260 & Exits the virtual keyboard without saving any changes\\ 269 & Exits the virtual keyboard without saving any changes\\
261 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD}{ 270 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD}{
262 \ActionKbdMorseInput 271 \ActionKbdMorseInput
272 \opt{HAVEREMOTEKEYMAP}{& }
263 & Enters Morse input mode \\ 273 & Enters Morse input mode \\
264 \ActionKbdMorseSelect 274 \ActionKbdMorseSelect
275 \opt{HAVEREMOTEKEYMAP}{& }
265 & Tap to select a character in Morse input mode \\ 276 & Tap to select a character in Morse input mode \\
266 } 277 }
267 \end{btnmap} 278 \end{btnmap}
@@ -269,9 +280,15 @@ can be easily changed by making a text file with the required layout. More
269 \textbf{Line edit mode} 280 \textbf{Line edit mode}
270 \begin{table} 281 \begin{table}
271 \begin{btnmap}{}{} 282 \begin{btnmap}{}{}
272 \ActionKbdLeft/\ActionKbdRight & Move left and right\\ 283 \ActionKbdLeft/\ActionKbdRight
273 \ActionKbdSelect & Deletes the letter to the left of the cursor\\ 284 \opt{HAVEREMOTEKEYMAP}{& }
274 \ActionKbdUp/\ActionKbdDown & Returns to the picker area\\ 285 & Move left and right\\
286 \ActionKbdSelect
287 \opt{HAVEREMOTEKEYMAP}{& }
288 & Deletes the letter to the left of the cursor\\
289 \ActionKbdUp/\ActionKbdDown
290 \opt{HAVEREMOTEKEYMAP}{& }
291 & Returns to the picker area\\
275 \end{btnmap} 292 \end{btnmap}
276 \end{table} 293 \end{table}
277} 294}