diff options
| author | Marc Guay <marcguay@rockbox.org> | 2009-01-03 01:05:58 +0000 |
|---|---|---|
| committer | Marc Guay <marcguay@rockbox.org> | 2009-01-03 01:05:58 +0000 |
| commit | b06b9be2e1c7efd492fa2ffa66b2376f8bedaa72 (patch) | |
| tree | 70e8e0059971146754a5c648ba731c6342116350 | |
| parent | 48249d367881e0148f1e6300eee6008dec1e5b8f (diff) | |
| download | rockbox-b06b9be2e1c7efd492fa2ffa66b2376f8bedaa72.zip rockbox-b06b9be2e1c7efd492fa2ffa66b2376f8bedaa72.tar.gz rockbox-b06b9be2e1c7efd492fa2ffa66b2376f8bedaa72.tar.bz2 rockbox-b06b9be2e1c7efd492fa2ffa66b2376f8bedaa72.tar.xz | |
Add the virtual keyboard paging keys. Closes FS#8839.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19649 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/rockbox_interface/browsing_and_playing.tex | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/manual/rockbox_interface/browsing_and_playing.tex b/manual/rockbox_interface/browsing_and_playing.tex index 693d8e4..b866257 100644 --- a/manual/rockbox_interface/browsing_and_playing.tex +++ b/manual/rockbox_interface/browsing_and_playing.tex @@ -187,10 +187,13 @@ can be easily changed by making a text file with the required layout. More SANSA_C200_PAD,MROBE100_PAD}{ \begin{table} \begin{btnmap}{}{} - \ActionKbdLeft{}~/ \ActionKbdRight{}~/ \ActionKbdUp{}~/ \ActionKbdDown + \ActionKbdLeft~/ \ActionKbdRight~/ \ActionKbdUp~/ \ActionKbdDown & 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 \\ % \ActionKbdSelect |