diff options
| author | Marianne Arnold <pixelma@rockbox.org> | 2007-12-05 22:23:03 +0000 |
|---|---|---|
| committer | Marianne Arnold <pixelma@rockbox.org> | 2007-12-05 22:23:03 +0000 |
| commit | 1114dc58685e29e173641f78d939ec1a8c0d28f7 (patch) | |
| tree | 78b91823cf08e7e7f5d3f585ac2f7b9204585d93 | |
| parent | a46ca7a1d40b514382e7f1405a7bb01a77de335c (diff) | |
| download | rockbox-1114dc58685e29e173641f78d939ec1a8c0d28f7.zip rockbox-1114dc58685e29e173641f78d939ec1a8c0d28f7.tar.gz rockbox-1114dc58685e29e173641f78d939ec1a8c0d28f7.tar.bz2 rockbox-1114dc58685e29e173641f78d939ec1a8c0d28f7.tar.xz | |
'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
| -rw-r--r-- | manual/platform/c200.tex | 6 | ||||
| -rw-r--r-- | manual/rockbox_interface/browsing_and_playing.tex | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/manual/platform/c200.tex b/manual/platform/c200.tex index b4f5d6f..a01979a 100644 --- a/manual/platform/c200.tex +++ b/manual/platform/c200.tex @@ -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} diff --git a/manual/rockbox_interface/browsing_and_playing.tex b/manual/rockbox_interface/browsing_and_playing.tex index 807b6a0..6beae05 100644 --- a/manual/rockbox_interface/browsing_and_playing.tex +++ b/manual/rockbox_interface/browsing_and_playing.tex @@ -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 |