summaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2007-01-05 13:37:53 +0000
committerNils Wallménius <nils@rockbox.org>2007-01-05 13:37:53 +0000
commit504c040c08af37c77f8834d88ec768cb985456e2 (patch)
treecf1834bd47eaf62d643ca083ae4e0af926f39571 /manual
parent5efed097fd1948fe19bfd9bf1cbbcd7461f3b68d (diff)
downloadrockbox-504c040c08af37c77f8834d88ec768cb985456e2.tar.gz
rockbox-504c040c08af37c77f8834d88ec768cb985456e2.zip
Include keys for entering Morse mode in vkeyboard for H10 and use the correct buttontable for H10 and X5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11917 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-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 @@
\newcommand{\ActionKbdAbort}{\ButtonFF}
\newcommand{\ActionKbdUp}{\ButtonScrollUp}
\newcommand{\ActionKbdDown}{\ButtonScrollDown}
+\newcommand{\ActionKbdMorseInput}{\ButtonPlay+\ButtonRew}
+\newcommand{\ActionKbdMorseSelect}{\ButtonRew}
%Button actions, Pitch Screen context
\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 @@
\newcommand{\ActionKbdAbort}{\ButtonFF}
\newcommand{\ActionKbdUp}{\ButtonScrollUp}
\newcommand{\ActionKbdDown}{\ButtonScrollDown}
+\newcommand{\ActionKbdMorseInput}{\ButtonPlay+\ButtonRew}
+\newcommand{\ActionKbdMorseSelect}{\ButtonRew}
%Button actions, Pitch Screen context
\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.
This is the virtual keyboard that is used when entering text in Rockbox, for
example when renaming a file or creating a new directory.
-\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD,IRIVER_H10_PAD,IAUDIO_X5_PAD}{
+\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD}{
\begin{table}
\begin{btnmap}{}{}
\ActionKbdLeft{}/ \ActionKbdRight{}/ \ActionKbdUp{}/ \ActionKbdDown
@@ -222,11 +222,8 @@ This is the virtual keyboard that is used when entering text in Rockbox, for
%
\ActionKbdDone
& Exits the virtual keyboard and saves any changes \\
- %
- \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD}{
- \ActionKbdBackSpace
- & Deletes the character before the line cursor \\
- }
+ \ActionKbdBackSpace
+ & Deletes the character before the line cursor \\
%
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{
\ActionKbdMorseInput
@@ -238,7 +235,7 @@ This is the virtual keyboard that is used when entering text in Rockbox, for
\end{table}
}
-\opt{IPOD_4G_PAD,IPOD_3G_PAD}{
+\opt{IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD,IAUDIO_X5_PAD}{
\textbf{Picker area}
\begin{table}
\begin{btnmap}{}{}
@@ -252,10 +249,12 @@ This is the virtual keyboard that is used when entering text in Rockbox, for
& Exits the virtual keyboard and saves any changes \\
\ActionKbdAbort
& Exits the virtual keyboard without saving any changes\\
- \ActionKbdMorseInput
- & Enters Morse input mode \\
- \ActionKbdMorseSelect
- & Tap to select a character in Morse input mode \\
+ \opt{IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD}{
+ \ActionKbdMorseInput
+ & Enters Morse input mode \\
+ \ActionKbdMorseSelect
+ & Tap to select a character in Morse input mode \\
+ }
\end{btnmap}
\end{table}
\textbf{Line edit mode}