diff options
| author | Rafaël Carré <rafael.carre@gmail.com> | 2010-05-20 19:53:44 +0000 |
|---|---|---|
| committer | Rafaël Carré <rafael.carre@gmail.com> | 2010-05-20 19:53:44 +0000 |
| commit | f39ef96676deac217b13a422c58ddf1a84f0e8c0 (patch) | |
| tree | 95ba937816726e4cec0b042e758300285e76c302 | |
| parent | 9d7d0b5af6a2cd35eea760f6158cf30f696b881b (diff) | |
| download | rockbox-f39ef96676deac217b13a422c58ddf1a84f0e8c0.zip rockbox-f39ef96676deac217b13a422c58ddf1a84f0e8c0.tar.gz rockbox-f39ef96676deac217b13a422c58ddf1a84f0e8c0.tar.bz2 rockbox-f39ef96676deac217b13a422c58ddf1a84f0e8c0.tar.xz | |
Clip+: add description of buttons for blind users
Also change 'clip' options into correct 'clipv1'
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26212 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/rockbox_interface/main.tex | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/manual/rockbox_interface/main.tex b/manual/rockbox_interface/main.tex index 067e98c..95c21f4 100644 --- a/manual/rockbox_interface/main.tex +++ b/manual/rockbox_interface/main.tex @@ -387,13 +387,27 @@ detail in the following paragraph. \ButtonHold{} switch is on, none of the other buttons have any effect. } % - \opt{clip,clipv2}{ + \opt{clipplus,clipv1,clipv2}{ Hold the \dap{} with the controls on the bottom and the screen on the top. The main controls are a four-way pad with a button in the centre; pressing this centre button functions as \ButtonSelect{}. Going clockwise from the top, the four-way pad contains the \ButtonUp{}, \ButtonRight{}, \ButtonDown{}, and \ButtonLeft{} buttons. Immediately above and to the right of the four-way pad is the \ButtonHome{} button. + } + % + \opt{clipplus}{ + The \ButtonPower{} button is on the top of the \dap{}, towards the right side. + At the bottom of the right side of the \dap{} is a slot for microSD cards. + Above this slot on the right side is the headphone socket. + + On the left hand panel is a two-way button that acts as \ButtonVolDown{} when + pressed on the bottom, and \ButtonVolUp{} when pressed on the top. Immediately + above the switch is a mini-USB port to connect the \dap{} to a computer. + + } + % + \opt{clipv1,clipv2}{ On the left hand panel is a two way switch. Pressing this switch up acts as \ButtonPower{}, and clicking it down until it locks acts as the \ButtonHold{} switch. When the \ButtonHold{} switch is on, none of the other buttons have any |