summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manual/platform/h10.tex2
-rw-r--r--manual/platform/h10_5gb.tex2
-rw-r--r--manual/rockbox_interface/playback.tex21
3 files changed, 14 insertions, 11 deletions
diff --git a/manual/platform/h10.tex b/manual/platform/h10.tex
index a9c2e734d1..ce650fcbc1 100644
--- a/manual/platform/h10.tex
+++ b/manual/platform/h10.tex
@@ -75,6 +75,8 @@
75\newcommand{\ActionKbdAbort}{\ButtonFF} 75\newcommand{\ActionKbdAbort}{\ButtonFF}
76\newcommand{\ActionKbdUp}{\ButtonScrollUp} 76\newcommand{\ActionKbdUp}{\ButtonScrollUp}
77\newcommand{\ActionKbdDown}{\ButtonScrollDown} 77\newcommand{\ActionKbdDown}{\ButtonScrollDown}
78\newcommand{\ActionKbdMorseInput}{\ButtonPlay+\ButtonRew}
79\newcommand{\ActionKbdMorseSelect}{\ButtonRew}
78 80
79%Button actions, Pitch Screen context 81%Button actions, Pitch Screen context
80\newcommand{\ActionPsToggleMode}{\ButtonPower} 82\newcommand{\ActionPsToggleMode}{\ButtonPower}
diff --git a/manual/platform/h10_5gb.tex b/manual/platform/h10_5gb.tex
index c2aa6589ab..80decb5aa9 100644
--- a/manual/platform/h10_5gb.tex
+++ b/manual/platform/h10_5gb.tex
@@ -75,6 +75,8 @@
75\newcommand{\ActionKbdAbort}{\ButtonFF} 75\newcommand{\ActionKbdAbort}{\ButtonFF}
76\newcommand{\ActionKbdUp}{\ButtonScrollUp} 76\newcommand{\ActionKbdUp}{\ButtonScrollUp}
77\newcommand{\ActionKbdDown}{\ButtonScrollDown} 77\newcommand{\ActionKbdDown}{\ButtonScrollDown}
78\newcommand{\ActionKbdMorseInput}{\ButtonPlay+\ButtonRew}
79\newcommand{\ActionKbdMorseSelect}{\ButtonRew}
78 80
79%Button actions, Pitch Screen context 81%Button actions, Pitch Screen context
80\newcommand{\ActionPsToggleMode}{\ButtonPower} 82\newcommand{\ActionPsToggleMode}{\ButtonPower}
diff --git a/manual/rockbox_interface/playback.tex b/manual/rockbox_interface/playback.tex
index 3ce302ec01..b905229ff3 100644
--- a/manual/rockbox_interface/playback.tex
+++ b/manual/rockbox_interface/playback.tex
@@ -198,7 +198,7 @@ before shutdown.
198This is the virtual keyboard that is used when entering text in Rockbox, for 198This is the virtual keyboard that is used when entering text in Rockbox, for
199 example when renaming a file or creating a new directory. 199 example when renaming a file or creating a new directory.
200 200
201\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD,IRIVER_H10_PAD,IAUDIO_X5_PAD}{ 201\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD}{
202 \begin{table} 202 \begin{table}
203 \begin{btnmap}{}{} 203 \begin{btnmap}{}{}
204 \ActionKbdLeft{}/ \ActionKbdRight{}/ \ActionKbdUp{}/ \ActionKbdDown 204 \ActionKbdLeft{}/ \ActionKbdRight{}/ \ActionKbdUp{}/ \ActionKbdDown
@@ -222,11 +222,8 @@ This is the virtual keyboard that is used when entering text in Rockbox, for
222 % 222 %
223 \ActionKbdDone 223 \ActionKbdDone
224 & Exits the virtual keyboard and saves any changes \\ 224 & Exits the virtual keyboard and saves any changes \\
225 % 225 \ActionKbdBackSpace
226 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD}{ 226 & Deletes the character before the line cursor \\
227 \ActionKbdBackSpace
228 & Deletes the character before the line cursor \\
229 }
230 % 227 %
231 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{ 228 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{
232 \ActionKbdMorseInput 229 \ActionKbdMorseInput
@@ -238,7 +235,7 @@ This is the virtual keyboard that is used when entering text in Rockbox, for
238 \end{table} 235 \end{table}
239} 236}
240 237
241\opt{IPOD_4G_PAD,IPOD_3G_PAD}{ 238\opt{IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD,IAUDIO_X5_PAD}{
242 \textbf{Picker area} 239 \textbf{Picker area}
243 \begin{table} 240 \begin{table}
244 \begin{btnmap}{}{} 241 \begin{btnmap}{}{}
@@ -252,10 +249,12 @@ This is the virtual keyboard that is used when entering text in Rockbox, for
252 & Exits the virtual keyboard and saves any changes \\ 249 & Exits the virtual keyboard and saves any changes \\
253 \ActionKbdAbort 250 \ActionKbdAbort
254 & Exits the virtual keyboard without saving any changes\\ 251 & Exits the virtual keyboard without saving any changes\\
255 \ActionKbdMorseInput 252 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD}{
256 & Enters Morse input mode \\ 253 \ActionKbdMorseInput
257 \ActionKbdMorseSelect 254 & Enters Morse input mode \\
258 & Tap to select a character in Morse input mode \\ 255 \ActionKbdMorseSelect
256 & Tap to select a character in Morse input mode \\
257 }
259 \end{btnmap} 258 \end{btnmap}
260 \end{table} 259 \end{table}
261 \textbf{Line edit mode} 260 \textbf{Line edit mode}