diff options
author | Rafaël Carré <rafael.carre@gmail.com> | 2009-10-09 06:30:36 +0000 |
---|---|---|
committer | Rafaël Carré <rafael.carre@gmail.com> | 2009-10-09 06:30:36 +0000 |
commit | 2628fa4bba1b37de5ada2ed50a526bd04a00dc74 (patch) | |
tree | bb44901cf98c0d8c8257fc70c68688cfaa896efd | |
parent | 8a4278f24ba3f609591c9d5f220b3f1e9311fbb0 (diff) |
cube manual: correct mistakes
highspeed button is select, not rec, on c200, e200 and iaudio x5
pause button is up, not select, on c200, e200 and mrobe 100
mode cycle button is down, not long select, on c200 and e200
a
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23028 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | manual/plugins/cube.tex | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/manual/plugins/cube.tex b/manual/plugins/cube.tex index 76ec8b2b2d..93e0661c4b 100644 --- a/manual/plugins/cube.tex +++ b/manual/plugins/cube.tex @@ -5,9 +5,9 @@ This is a rotating cube screen saver in 3D. \begin{btnmap}{}{} \opt{PLAYER_PAD,RECORDER_PAD}{\ButtonOn} \opt{ONDIO_PAD}{\ButtonMenu+\ButtonRight} - \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_S_PAD}{\ButtonSelect} + \opt{IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD,IRIVER_H100_PAD% + ,IRIVER_H300_PAD,GIGABEAT_S_PAD}{\ButtonSelect} \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay} - \opt{IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec} \opt{IRIVER_H10_PAD}{\ButtonFF} \opt{GIGABEAT_PAD}{\ButtonA} \opt{MROBE100_PAD}{\ButtonDisplay} @@ -17,7 +17,8 @@ This is a rotating cube screen saver in 3D. ,IRIVER_H10_PAD,GIGABEAT_S_PAD}{\ButtonPlay} \opt{ONDIO_PAD}{\ButtonMenu+\ButtonLeft} \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} - \opt{SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonSelect} + \opt{GIGABEAT_PAD}{\ButtonSelect} + \opt{SANSA_E200_PAD,SANSA_C200_PAD,MROBE100_PAD}{\ButtonUp} \opt{HAVEREMOTEKEYMAP}{& } & Pause\\ \opt{PLAYER_PAD,ONDIO_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonMenu} @@ -26,7 +27,7 @@ This is a rotating cube screen saver in 3D. \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} \opt{IAUDIO_X5_PAD}{\ButtonSelect} \opt{IRIVER_H10_PAD}{\ButtonRew} - \opt{SANSA_E200_PAD,SANSA_C200_PAD}{Long \ButtonSelect} + \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonDown} \opt{HAVEREMOTEKEYMAP}{& } & Cycle draw mode\\ \opt{PLAYER_PAD}{\ButtonOn+\ButtonRight{} / \ButtonOn+\ButtonLeft} |