summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2006-11-03 17:23:38 +0000
committerNils Wallménius <nils@rockbox.org>2006-11-03 17:23:38 +0000
commit157b3cc87415c3c0512072b7b2b33cf509625205 (patch)
tree871f9a4f78eef8e9cb8795dc155e3ff04df2b169
parentba992741765fc93281ec8d6d76e73f7743aa046c (diff)
downloadrockbox-157b3cc87415c3c0512072b7b2b33cf509625205.tar.gz
rockbox-157b3cc87415c3c0512072b7b2b33cf509625205.zip
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.tex30
1 files changed, 16 insertions, 14 deletions
diff --git a/manual/rockbox_interface/wps.tex b/manual/rockbox_interface/wps.tex
index b685f3a039..e09e4987bf 100644
--- a/manual/rockbox_interface/wps.tex
+++ b/manual/rockbox_interface/wps.tex
@@ -72,38 +72,40 @@ your WPS (While Playing Screen).
72 % 72 %
73 \ActionWpsStop & Stop playback.\\ 73 \ActionWpsStop & Stop playback.\\
74 % 74 %
75 \ActionWpsBrowse & Return to the \setting{File Browser}.\\ 75 \ActionWpsBrowse & Return to the \setting{File Browser}.\\%
76 % 76 %
77 \nopt{PLAYER_PAD}{\ActionWpsContext & Enter the \setting{WPS Context Menu}.\\}% 77 \nopt{PLAYER_PAD}{\ActionWpsContext & Enter \setting{WPS Context Menu}.\\}%
78 % 78 %
79 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IRIVER_H10_PAD}{% 79 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IRIVER_H10_PAD}{%
80 \ActionWpsPitchScreen & Show pitch setting screen.\\}% 80 \ActionWpsPitchScreen & Show pitch setting screen.\\}%
81 % 81 %
82 \nopt{ONDIO_PAD}{\ActionWpsMenu}% 82 \nopt{ONDIO_PAD}{\ActionWpsMenu}%
83 \opt{ONDIO_PAD}{Hold \ButtonMenu\ then \ButtonMenu\ again}% 83 \opt{ONDIO_PAD}{Hold \ButtonMenu{} then \ButtonMenu{} again}%
84 & Go to Main menu.\\ 84 & Enter \setting{Main Menu}.\\%
85 %
86 \nopt{PLAYER_PAD,ONDIO_PAD}{%
87 \ActionWpsQuickScreen & Enter \setting{Quick Screen}.\\}%
85 % 88 %
86 %These actions need definitions for the other targets 89 %These actions need definitions for the other targets
87 \opt{RECORDER_PAD}{ 90 \opt{RECORDER_PAD}{%
88 \ButtonFTwo & Toggles Play/browse quick menu.\\
89 \ButtonFThree & Toggles Display quick menu.\\ 91 \ButtonFThree & Toggles Display quick menu.\\
90 \ButtonFOne+\ButtonDown & Key lock on/off.\\ 92 \ButtonFOne+\ButtonDown & Key lock on/off.\\
91 \ButtonFOne+\ButtonPlay & Mute on/off.\\ 93 \ButtonFOne+\ButtonPlay & Mute on/off.\\
92 } 94 }%
93 \opt{PLAYER_PAD}{ 95 \opt{PLAYER_PAD}{%
94 \ButtonMenu+\ButtonStop & Key lock on/off.\\ 96 \ButtonMenu+\ButtonStop & Key lock on/off.\\
95 \ButtonMenu+\ButtonPlay & Mute on/off.\\ 97 \ButtonMenu+\ButtonPlay & Mute on/off.\\
96 } 98 }%
97 \opt{ONDIO_PAD}{ 99 \opt{ONDIO_PAD}{%
98 Hold \ButtonMenu+\ButtonDown & Key lock on/off.\\ 100 Hold \ButtonMenu+\ButtonDown & Key lock on/off.\\
99 } 101 }%
100 \opt{PLAYER_PAD,RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IRIVER_H10_PAD}{ 102 \opt{PLAYER_PAD,RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IRIVER_H10_PAD}{
101 \ActionWpsIdThreeScreen & Enter \setting{ID3 Viewer}.\\ 103 \ActionWpsIdThreeScreen & Enter \setting{ID3 Viewer}.\\
102 } 104 }%
103 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{ 105 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{%
104 \ActionWpsAbSetBNextDir & Skip to the next directory.\\ 106 \ActionWpsAbSetBNextDir & Skip to the next directory.\\
105 \ActionWpsAbSetAPrevDir & Skip to the previous directory.\\ 107 \ActionWpsAbSetAPrevDir & Skip to the previous directory.\\
106 } 108 }%
107 \end{btnmap} 109 \end{btnmap}
108\end{table} 110\end{table}
109 111