forked from len0rd/rockbox
'Enable' the virtual keyboard button table in the c200 manual and correct the platform file accordingly. The latter needs to be changed when there will be an improved button assignment but the information should be given for now.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15883 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a46ca7a1d4
commit
1114dc5868
2 changed files with 4 additions and 4 deletions
|
@ -84,14 +84,14 @@
|
|||
\newcommand{\ActionKbdLeft}{\ButtonLeft}
|
||||
\newcommand{\ActionKbdRight}{\ButtonRight}
|
||||
\newcommand{\ActionKbdSelect}{\ButtonSelect}
|
||||
\newcommand{\ActionKbdDone}{\ButtonUp}
|
||||
\newcommand{\ActionKbdDone}{\ButtonVolUp{}/ \ButtonVolDown}
|
||||
\newcommand{\ActionKbdAbort}{\ButtonPower}
|
||||
\newcommand{\ActionKbdUp}{\ButtonUp}
|
||||
\newcommand{\ActionKbdDown}{\ButtonDown}
|
||||
\newcommand{\ActionKbdCursorLeft}{\ButtonRec{} + \ButtonLeft}
|
||||
\newcommand{\ActionKbdCursorRight}{\ButtonRec{} + \ButtonRight}
|
||||
\newcommand{\ActionKbdBackSpace}{\ButtonDown}
|
||||
\newcommand{\ActionKbdPageFlip}{\ButtonRec{} + \ButtonSelect}
|
||||
\newcommand{\ActionKbdBackSpace}{\ButtonRec{} + \ButtonSelect}
|
||||
\newcommand{\ActionKbdPageFlip}{\ButtonRec{} + \ButtonVolUp}
|
||||
|
||||
%Button actions, Pitch Screen context
|
||||
\newcommand{\ActionPsToggleMode}{\ButtonRec}
|
||||
|
|
|
@ -164,7 +164,7 @@ 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,GIGABEAT_PAD,SANSA_E200_PAD}{
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD,GIGABEAT_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{
|
||||
\begin{table}
|
||||
\begin{btnmap}{}{}
|
||||
\ActionKbdLeft{}/ \ActionKbdRight{}/ \ActionKbdUp{}/ \ActionKbdDown
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue