diff options
author | Dave Chapman <dave@dchapman.com> | 2010-02-25 01:04:15 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2010-02-25 01:04:15 +0000 |
commit | 3849569afce03e6e67655e5b5d6fb197f294f9b3 (patch) | |
tree | a633da1267b70d35b747e301cff9584d2ba7dcb2 /manual | |
parent | b6033c9aa01c8f9253359078500b044e5f406ffb (diff) |
Correct the button table for scrollwheel targets (direction was reversed). Also, use full (British English) words for the directions, instead of the abbreviations CW and CCW.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24900 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-rw-r--r-- | manual/plugins/rockblox.tex | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/manual/plugins/rockblox.tex b/manual/plugins/rockblox.tex index 73786dbd1d..5ea8be52bd 100644 --- a/manual/plugins/rockblox.tex +++ b/manual/plugins/rockblox.tex @@ -53,7 +53,7 @@ the blocks fall faster. If the pile of blocks reaches the ceiling, the game is o \opt{RECORDER_PAD}{\ButtonPlay} \opt{ONDIO_PAD}{\ButtonMenu+\ButtonUp} \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonSelect} - \opt{scrollwheel}{\ButtonScrollFwd} + \opt{scrollwheel}{\ButtonScrollBack} \opt{IAUDIO_X5_PAD}{\ButtonPower} \opt{IRIVER_H10_PAD}{\ButtonRew} \opt{SANSA_C200_PAD}{\ButtonVolDown} @@ -61,19 +61,19 @@ the blocks fall faster. If the pile of blocks reaches the ceiling, the game is o \opt{MROBE100_PAD}{\ButtonMenu} \opt{COWON_D2_PAD}{\TouchBottomLeft} \opt{HAVEREMOTEKEYMAP}{& } - & Rotate CCW\\ + & Rotate anticlockwise\\ \opt{PLAYER_PAD}{\ButtonPlay} \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD} {\ButtonUp} - \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollBack{} / \ButtonMenu} - \opt{SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollBack} + \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd{} / \ButtonMenu} + \opt{SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollFwd} \opt{IRIVER_H10_PAD}{\ButtonScrollUp} \opt{SANSA_C200_PAD}{\ButtonVolUp/\ButtonUp} \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown} \opt{MROBE100_PAD}{\ButtonPlay} \opt{COWON_D2_PAD}{\TouchBottomRight{} / \TouchTopMiddle } \opt{HAVEREMOTEKEYMAP}{& } - & Rotate CW\\ + & Rotate clockwise\\ \opt{PLAYER_PAD,RECORDER_PAD}{\ButtonOn} \opt{ONDIO_PAD}{\ButtonMenu} \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} |