diff options
| author | Marc Guay <marcguay@rockbox.org> | 2008-06-23 20:50:55 +0000 |
|---|---|---|
| committer | Marc Guay <marcguay@rockbox.org> | 2008-06-23 20:50:55 +0000 |
| commit | 4af7f3191c527c69ea54f5c69c688dcb5d65fc72 (patch) | |
| tree | 00b8faa27abb7b0e6afafa1ac1aa7ce2a8cb8f85 | |
| parent | ab211e7fc078ebe833dfb4f09d17a4869f1c46fc (diff) | |
| download | rockbox-4af7f3191c527c69ea54f5c69c688dcb5d65fc72.zip rockbox-4af7f3191c527c69ea54f5c69c688dcb5d65fc72.tar.gz rockbox-4af7f3191c527c69ea54f5c69c688dcb5d65fc72.tar.bz2 rockbox-4af7f3191c527c69ea54f5c69c688dcb5d65fc72.tar.xz | |
Add missing keymaps to the manual. Skip to next/prev dir from WPS using short-left/right+long-left/right.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17771 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/rockbox_interface/wps.tex | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/manual/rockbox_interface/wps.tex b/manual/rockbox_interface/wps.tex index b1c7807..645bee7 100644 --- a/manual/rockbox_interface/wps.tex +++ b/manual/rockbox_interface/wps.tex @@ -106,10 +106,20 @@ your WPS (While Playing Screen). MROBE100_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{% \ActionWpsIdThreeScreen & Enter \setting{ID3 Viewer}.\\% }% - \opt{h1xx,h300,e200,gigabeat,h10,h10_5gb,RECORDER_PAD,MROBE100_PAD}{% - \ActionWpsAbSetBNextDir & Skip to the next directory.\\% - \ActionWpsAbSetAPrevDir & Skip to the previous directory.\\% + \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IRIVER_H10_PAD, + MROBE100_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{% + \ActionWpsAbSetBNextDir{} or Short \ActionWpsSkipNext + + Long \ActionWpsSkipNext & Skip to the next directory.\\% + \ActionWpsAbSetAPrevDir{} or Short \ActionWpsSkipPrev + + Long \ActionWpsSkipPrev & Skip to the previous directory.\\% }% + \nopt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IRIVER_H10_PAD, + MROBE100_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{% + Short \ActionWpsSkipNext + Long \ActionWpsSkipNext & + Skip to the next directory.\\% + Short \ActionWpsSkipPrev + Long \ActionWpsSkipPrev & + Skip to the previous directory.\\% + }% \opt{SANSA_E200_PAD,SANSA_C200_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{ \ActionStdRec & Switches to the Recording screen \\ }% |