1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Nils Wallménius 2007-01-05 13:37:53 +00:00
parent 5efed097fd
commit 504c040c08
3 changed files with 14 additions and 11 deletions

View file

@ -75,6 +75,8 @@
\newcommand{\ActionKbdAbort}{\ButtonFF} \newcommand{\ActionKbdAbort}{\ButtonFF}
\newcommand{\ActionKbdUp}{\ButtonScrollUp} \newcommand{\ActionKbdUp}{\ButtonScrollUp}
\newcommand{\ActionKbdDown}{\ButtonScrollDown} \newcommand{\ActionKbdDown}{\ButtonScrollDown}
\newcommand{\ActionKbdMorseInput}{\ButtonPlay+\ButtonRew}
\newcommand{\ActionKbdMorseSelect}{\ButtonRew}
%Button actions, Pitch Screen context %Button actions, Pitch Screen context
\newcommand{\ActionPsToggleMode}{\ButtonPower} \newcommand{\ActionPsToggleMode}{\ButtonPower}

View file

@ -75,6 +75,8 @@
\newcommand{\ActionKbdAbort}{\ButtonFF} \newcommand{\ActionKbdAbort}{\ButtonFF}
\newcommand{\ActionKbdUp}{\ButtonScrollUp} \newcommand{\ActionKbdUp}{\ButtonScrollUp}
\newcommand{\ActionKbdDown}{\ButtonScrollDown} \newcommand{\ActionKbdDown}{\ButtonScrollDown}
\newcommand{\ActionKbdMorseInput}{\ButtonPlay+\ButtonRew}
\newcommand{\ActionKbdMorseSelect}{\ButtonRew}
%Button actions, Pitch Screen context %Button actions, Pitch Screen context
\newcommand{\ActionPsToggleMode}{\ButtonPower} \newcommand{\ActionPsToggleMode}{\ButtonPower}

View file

@ -198,7 +198,7 @@ before shutdown.
This is the virtual keyboard that is used when entering text in Rockbox, for This is the virtual keyboard that is used when entering text in Rockbox, for
example when renaming a file or creating a new directory. 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{table}
\begin{btnmap}{}{} \begin{btnmap}{}{}
\ActionKbdLeft{}/ \ActionKbdRight{}/ \ActionKbdUp{}/ \ActionKbdDown \ActionKbdLeft{}/ \ActionKbdRight{}/ \ActionKbdUp{}/ \ActionKbdDown
@ -222,11 +222,8 @@ This is the virtual keyboard that is used when entering text in Rockbox, for
% %
\ActionKbdDone \ActionKbdDone
& Exits the virtual keyboard and saves any changes \\ & Exits the virtual keyboard and saves any changes \\
% \ActionKbdBackSpace
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD}{ & Deletes the character before the line cursor \\
\ActionKbdBackSpace
& Deletes the character before the line cursor \\
}
% %
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{ \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{
\ActionKbdMorseInput \ActionKbdMorseInput
@ -238,7 +235,7 @@ This is the virtual keyboard that is used when entering text in Rockbox, for
\end{table} \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} \textbf{Picker area}
\begin{table} \begin{table}
\begin{btnmap}{}{} \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 \\ & Exits the virtual keyboard and saves any changes \\
\ActionKbdAbort \ActionKbdAbort
& Exits the virtual keyboard without saving any changes\\ & Exits the virtual keyboard without saving any changes\\
\ActionKbdMorseInput \opt{IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD}{
& Enters Morse input mode \\ \ActionKbdMorseInput
\ActionKbdMorseSelect & Enters Morse input mode \\
& Tap to select a character in Morse input mode \\ \ActionKbdMorseSelect
& Tap to select a character in Morse input mode \\
}
\end{btnmap} \end{btnmap}
\end{table} \end{table}
\textbf{Line edit mode} \textbf{Line edit mode}