forked from len0rd/rockbox
Add button table for the virual keyboard to gigabeat manual
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12608 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f2ccc525ec
commit
fa6c449565
2 changed files with 6 additions and 6 deletions
|
|
@ -83,6 +83,8 @@
|
|||
\newcommand{\ActionKbdDone}{\ButtonPower}
|
||||
\newcommand{\ActionKbdAbort}{\ButtonA}
|
||||
\newcommand{\ActionKbdBackSpace}{\ButtonMenu}
|
||||
\newcommand{\ActionKbdMorseInput}{\ButtonPower{} + \ButtonA}
|
||||
\newcommand{\ActionKbdMorseSelect}{\ButtonSelect}
|
||||
\newcommand{\ActionKbdUp}{\ButtonUp}
|
||||
\newcommand{\ActionKbdDown}{\ButtonDown}
|
||||
|
||||
|
|
|
|||
|
|
@ -147,16 +147,14 @@ each option pertains both to files and directories):
|
|||
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}{
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD,GIGABEAT_PAD}{
|
||||
\begin{table}
|
||||
\begin{btnmap}{}{}
|
||||
\ActionKbdLeft{}/ \ActionKbdRight{}/ \ActionKbdUp{}/ \ActionKbdDown
|
||||
& Move about the virtual keyboard (moves the solid cursor) \\
|
||||
%
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD}{
|
||||
\ActionKbdCursorLeft{} or \ActionKbdCursorRight
|
||||
& Move the line cursor within the text line \\
|
||||
}
|
||||
%
|
||||
\ActionKbdSelect
|
||||
& Inserts the selected keyboard letter at the current cursor position \\
|
||||
|
|
@ -174,7 +172,7 @@ This is the virtual keyboard that is used when entering text in Rockbox, for
|
|||
\ActionKbdBackSpace
|
||||
& Deletes the character before the line cursor \\
|
||||
%
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD}{
|
||||
\ActionKbdMorseInput
|
||||
& Enters Morse input mode \\
|
||||
\ActionKbdMorseSelect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue