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{\ActionKbdDone}{\ButtonPower}
|
||||||
\newcommand{\ActionKbdAbort}{\ButtonA}
|
\newcommand{\ActionKbdAbort}{\ButtonA}
|
||||||
\newcommand{\ActionKbdBackSpace}{\ButtonMenu}
|
\newcommand{\ActionKbdBackSpace}{\ButtonMenu}
|
||||||
|
\newcommand{\ActionKbdMorseInput}{\ButtonPower{} + \ButtonA}
|
||||||
|
\newcommand{\ActionKbdMorseSelect}{\ButtonSelect}
|
||||||
\newcommand{\ActionKbdUp}{\ButtonUp}
|
\newcommand{\ActionKbdUp}{\ButtonUp}
|
||||||
\newcommand{\ActionKbdDown}{\ButtonDown}
|
\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
|
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}{
|
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD,GIGABEAT_PAD}{
|
||||||
\begin{table}
|
\begin{table}
|
||||||
\begin{btnmap}{}{}
|
\begin{btnmap}{}{}
|
||||||
\ActionKbdLeft{}/ \ActionKbdRight{}/ \ActionKbdUp{}/ \ActionKbdDown
|
\ActionKbdLeft{}/ \ActionKbdRight{}/ \ActionKbdUp{}/ \ActionKbdDown
|
||||||
& Move about the virtual keyboard (moves the solid cursor) \\
|
& Move about the virtual keyboard (moves the solid cursor) \\
|
||||||
%
|
%
|
||||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD}{
|
\ActionKbdCursorLeft{} or \ActionKbdCursorRight
|
||||||
\ActionKbdCursorLeft{} or \ActionKbdCursorRight
|
& Move the line cursor within the text line \\
|
||||||
& Move the line cursor within the text line \\
|
|
||||||
}
|
|
||||||
%
|
%
|
||||||
\ActionKbdSelect
|
\ActionKbdSelect
|
||||||
& Inserts the selected keyboard letter at the current cursor position \\
|
& 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
|
\ActionKbdBackSpace
|
||||||
& Deletes the character before the line cursor \\
|
& Deletes the character before the line cursor \\
|
||||||
%
|
%
|
||||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{
|
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD}{
|
||||||
\ActionKbdMorseInput
|
\ActionKbdMorseInput
|
||||||
& Enters Morse input mode \\
|
& Enters Morse input mode \\
|
||||||
\ActionKbdMorseSelect
|
\ActionKbdMorseSelect
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue