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:
parent
5efed097fd
commit
504c040c08
3 changed files with 14 additions and 11 deletions
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue