diff options
| author | Nils Wallménius <nils@rockbox.org> | 2006-11-03 17:23:38 +0000 |
|---|---|---|
| committer | Nils Wallménius <nils@rockbox.org> | 2006-11-03 17:23:38 +0000 |
| commit | 157b3cc87415c3c0512072b7b2b33cf509625205 (patch) | |
| tree | 871f9a4f78eef8e9cb8795dc155e3ff04df2b169 | |
| parent | ba992741765fc93281ec8d6d76e73f7743aa046c (diff) | |
| download | rockbox-157b3cc87415c3c0512072b7b2b33cf509625205.zip rockbox-157b3cc87415c3c0512072b7b2b33cf509625205.tar.gz rockbox-157b3cc87415c3c0512072b7b2b33cf509625205.tar.bz2 rockbox-157b3cc87415c3c0512072b7b2b33cf509625205.tar.xz | |
Add Quickscreen button to the WPS buttontable
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11424 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/rockbox_interface/wps.tex | 30 |
1 files changed, 16 insertions, 14 deletions
diff --git a/manual/rockbox_interface/wps.tex b/manual/rockbox_interface/wps.tex index b685f3a..e09e498 100644 --- a/manual/rockbox_interface/wps.tex +++ b/manual/rockbox_interface/wps.tex @@ -72,38 +72,40 @@ your WPS (While Playing Screen). % \ActionWpsStop & Stop playback.\\ % - \ActionWpsBrowse & Return to the \setting{File Browser}.\\ + \ActionWpsBrowse & Return to the \setting{File Browser}.\\% % - \nopt{PLAYER_PAD}{\ActionWpsContext & Enter the \setting{WPS Context Menu}.\\}% + \nopt{PLAYER_PAD}{\ActionWpsContext & Enter \setting{WPS Context Menu}.\\}% % \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IRIVER_H10_PAD}{% \ActionWpsPitchScreen & Show pitch setting screen.\\}% % \nopt{ONDIO_PAD}{\ActionWpsMenu}% - \opt{ONDIO_PAD}{Hold \ButtonMenu\ then \ButtonMenu\ again}% - & Go to Main menu.\\ + \opt{ONDIO_PAD}{Hold \ButtonMenu{} then \ButtonMenu{} again}% + & Enter \setting{Main Menu}.\\% + % + \nopt{PLAYER_PAD,ONDIO_PAD}{% + \ActionWpsQuickScreen & Enter \setting{Quick Screen}.\\}% % %These actions need definitions for the other targets - \opt{RECORDER_PAD}{ - \ButtonFTwo & Toggles Play/browse quick menu.\\ + \opt{RECORDER_PAD}{% \ButtonFThree & Toggles Display quick menu.\\ \ButtonFOne+\ButtonDown & Key lock on/off.\\ \ButtonFOne+\ButtonPlay & Mute on/off.\\ - } - \opt{PLAYER_PAD}{ + }% + \opt{PLAYER_PAD}{% \ButtonMenu+\ButtonStop & Key lock on/off.\\ \ButtonMenu+\ButtonPlay & Mute on/off.\\ - } - \opt{ONDIO_PAD}{ + }% + \opt{ONDIO_PAD}{% Hold \ButtonMenu+\ButtonDown & Key lock on/off.\\ - } + }% \opt{PLAYER_PAD,RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IRIVER_H10_PAD}{ \ActionWpsIdThreeScreen & Enter \setting{ID3 Viewer}.\\ - } - \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{ + }% + \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{% \ActionWpsAbSetBNextDir & Skip to the next directory.\\ \ActionWpsAbSetAPrevDir & Skip to the previous directory.\\ - } + }% \end{btnmap} \end{table} |