forked from len0rd/rockbox
Add the virtual keyboard paging keys. Closes FS#8839.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19649 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
48249d3678
commit
b06b9be2e1
1 changed files with 5 additions and 2 deletions
|
|
@ -187,10 +187,13 @@ can be easily changed by making a text file with the required layout. More
|
||||||
SANSA_C200_PAD,MROBE100_PAD}{
|
SANSA_C200_PAD,MROBE100_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) \\
|
||||||
%
|
%
|
||||||
\ActionKbdCursorLeft{} or \ActionKbdCursorRight
|
\ActionKbdPageFlip
|
||||||
|
& Flip to the next page of characters (if there is more than one) \\
|
||||||
|
%
|
||||||
|
\ActionKbdCursorLeft or \ActionKbdCursorRight
|
||||||
& Move the line cursor within the text line \\
|
& Move the line cursor within the text line \\
|
||||||
%
|
%
|
||||||
\ActionKbdSelect
|
\ActionKbdSelect
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue