summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2006-09-10 10:56:46 +0000
committerNils Wallménius <nils@rockbox.org>2006-09-10 10:56:46 +0000
commita4858cfa1c0f3c271ebc301b75769fdac74d3a20 (patch)
tree78bbbc8e0b373186efc4d0a5a2d55c91acc72c73 /manual
parentcb527ca1e463c6e91c6783b0fc92cbf75e1093d7 (diff)
downloadrockbox-a4858cfa1c0f3c271ebc301b75769fdac74d3a20.tar.gz
rockbox-a4858cfa1c0f3c271ebc301b75769fdac74d3a20.zip
Correct key for accepting delete
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10916 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-rw-r--r--manual/platform/h10.tex2
-rw-r--r--manual/platform/h10_5gb.tex2
-rw-r--r--manual/platform/h1xx.tex3
-rw-r--r--manual/platform/h300.tex5
-rw-r--r--manual/platform/ipod3g.tex2
-rw-r--r--manual/platform/ipod4g.tex2
-rw-r--r--manual/platform/ipodcolor.tex5
-rw-r--r--manual/platform/ipodmini.tex3
-rw-r--r--manual/platform/ipodnano.tex5
-rw-r--r--manual/platform/ipodvideo.tex5
-rw-r--r--manual/platform/ondiofm.tex3
-rw-r--r--manual/platform/ondiosp.tex3
-rw-r--r--manual/platform/player.tex3
-rw-r--r--manual/platform/recorder.tex3
-rw-r--r--manual/platform/recorderv2fm.tex3
-rw-r--r--manual/platform/x5.tex3
-rw-r--r--manual/rockbox_interface/playback.tex16
17 files changed, 56 insertions, 12 deletions
diff --git a/manual/platform/h10.tex b/manual/platform/h10.tex
index 3cc53bb75a..08e954d773 100644
--- a/manual/platform/h10.tex
+++ b/manual/platform/h10.tex
@@ -58,3 +58,5 @@
58\newcommand{\ActionWpsPitchScreen}{\ButtonPlay+\ButtonLeft} 58\newcommand{\ActionWpsPitchScreen}{\ButtonPlay+\ButtonLeft}
59\newcommand{\ActionWpsIdThreeScreen}{\ButtonPlay+\ButtonRight} 59\newcommand{\ActionWpsIdThreeScreen}{\ButtonPlay+\ButtonRight}
60 60
61%Button actions, YesNo context
62\newcommand{\ActionYesNoAccept}{\ButtonRight}
diff --git a/manual/platform/h10_5gb.tex b/manual/platform/h10_5gb.tex
index 347ae978be..dad0ca1f70 100644
--- a/manual/platform/h10_5gb.tex
+++ b/manual/platform/h10_5gb.tex
@@ -58,3 +58,5 @@
58\newcommand{\ActionWpsPitchScreen}{\ButtonPlay+\ButtonLeft} 58\newcommand{\ActionWpsPitchScreen}{\ButtonPlay+\ButtonLeft}
59\newcommand{\ActionWpsIdThreeScreen}{\ButtonPlay+\ButtonRight} 59\newcommand{\ActionWpsIdThreeScreen}{\ButtonPlay+\ButtonRight}
60 60
61%Button actions, YesNo context
62\newcommand{\ActionYesNoAccept}{\ButtonRight}
diff --git a/manual/platform/h1xx.tex b/manual/platform/h1xx.tex
index e8fd08588e..c25ac063e9 100644
--- a/manual/platform/h1xx.tex
+++ b/manual/platform/h1xx.tex
@@ -59,3 +59,6 @@
59\newcommand{\ActionWpsBrowse}{\ButtonSelect} 59\newcommand{\ActionWpsBrowse}{\ButtonSelect}
60\newcommand{\ActionWpsAbReset}{\ButtonOn{} + \ButtonSelect} 60\newcommand{\ActionWpsAbReset}{\ButtonOn{} + \ButtonSelect}
61\newcommand{\ActionWpsIdThreeScreen}{\ButtonOn{} + \ButtonMode} 61\newcommand{\ActionWpsIdThreeScreen}{\ButtonOn{} + \ButtonMode}
62
63%Button actions, YesNo context
64\newcommand{\ActionYesNoAccept}{\ButtonSelect}
diff --git a/manual/platform/h300.tex b/manual/platform/h300.tex
index eecbdcb839..eade9d8f76 100644
--- a/manual/platform/h300.tex
+++ b/manual/platform/h300.tex
@@ -60,4 +60,7 @@
60\newcommand{\ActionWpsContext}{Long \ButtonSelect} 60\newcommand{\ActionWpsContext}{Long \ButtonSelect}
61\newcommand{\ActionWpsBrowse}{\ButtonSelect} 61\newcommand{\ActionWpsBrowse}{\ButtonSelect}
62\newcommand{\ActionWpsAbReset}{\ButtonOn{} + \ButtonSelect} 62\newcommand{\ActionWpsAbReset}{\ButtonOn{} + \ButtonSelect}
63\newcommand{\ActionWpsIdThreeScreen}{\ButtonOn{} + \ButtonMode} \ No newline at end of file 63\newcommand{\ActionWpsIdThreeScreen}{\ButtonOn{} + \ButtonMode}
64
65%Button actions, YesNo context
66\newcommand{\ActionYesNoAccept}{\ButtonSelect}
diff --git a/manual/platform/ipod3g.tex b/manual/platform/ipod3g.tex
index 980d9c5e6c..836ac697cc 100644
--- a/manual/platform/ipod3g.tex
+++ b/manual/platform/ipod3g.tex
@@ -53,3 +53,5 @@
53\newcommand{\ActionWpsContext}{Long \ButtonSelect} 53\newcommand{\ActionWpsContext}{Long \ButtonSelect}
54\newcommand{\ActionWpsBrowse}{\ButtonSelect} 54\newcommand{\ActionWpsBrowse}{\ButtonSelect}
55 55
56%Button actions, YesNo context
57\newcommand{\ActionYesNoAccept}{\ButtonPlay}
diff --git a/manual/platform/ipod4g.tex b/manual/platform/ipod4g.tex
index 4cdf5b97bc..69309f623d 100644
--- a/manual/platform/ipod4g.tex
+++ b/manual/platform/ipod4g.tex
@@ -53,3 +53,5 @@
53\newcommand{\ActionWpsContext}{Long \ButtonSelect} 53\newcommand{\ActionWpsContext}{Long \ButtonSelect}
54\newcommand{\ActionWpsBrowse}{\ButtonSelect} 54\newcommand{\ActionWpsBrowse}{\ButtonSelect}
55 55
56%Button actions, YesNo context
57\newcommand{\ActionYesNoAccept}{\ButtonPlay}
diff --git a/manual/platform/ipodcolor.tex b/manual/platform/ipodcolor.tex
index 32df2a3c22..100e2b7d61 100644
--- a/manual/platform/ipodcolor.tex
+++ b/manual/platform/ipodcolor.tex
@@ -52,4 +52,7 @@
52\newcommand{\ActionWpsQuickScreen}{Long \ButtonMenu} 52\newcommand{\ActionWpsQuickScreen}{Long \ButtonMenu}
53\newcommand{\ActionWpsMenu}{\ButtonMenu} 53\newcommand{\ActionWpsMenu}{\ButtonMenu}
54\newcommand{\ActionWpsContext}{Long \ButtonSelect} 54\newcommand{\ActionWpsContext}{Long \ButtonSelect}
55\newcommand{\ActionWpsBrowse}{\ButtonSelect} \ No newline at end of file 55\newcommand{\ActionWpsBrowse}{\ButtonSelect}
56
57%Button actions, YesNo context
58\newcommand{\ActionYesNoAccept}{\ButtonPlay}
diff --git a/manual/platform/ipodmini.tex b/manual/platform/ipodmini.tex
index de4d51c460..b28ef3a70d 100644
--- a/manual/platform/ipodmini.tex
+++ b/manual/platform/ipodmini.tex
@@ -52,3 +52,6 @@
52\newcommand{\ActionWpsMenu}{\ButtonMenu} 52\newcommand{\ActionWpsMenu}{\ButtonMenu}
53\newcommand{\ActionWpsContext}{Long \ButtonSelect} 53\newcommand{\ActionWpsContext}{Long \ButtonSelect}
54\newcommand{\ActionWpsBrowse}{\ButtonSelect} 54\newcommand{\ActionWpsBrowse}{\ButtonSelect}
55
56%Button actions, YesNo context
57\newcommand{\ActionYesNoAccept}{\ButtonPlay}
diff --git a/manual/platform/ipodnano.tex b/manual/platform/ipodnano.tex
index 3228fe14a6..f0111bcaa3 100644
--- a/manual/platform/ipodnano.tex
+++ b/manual/platform/ipodnano.tex
@@ -52,4 +52,7 @@
52\newcommand{\ActionWpsQuickScreen}{Long \ButtonMenu} 52\newcommand{\ActionWpsQuickScreen}{Long \ButtonMenu}
53\newcommand{\ActionWpsMenu}{\ButtonMenu} 53\newcommand{\ActionWpsMenu}{\ButtonMenu}
54\newcommand{\ActionWpsContext}{Long \ButtonSelect} 54\newcommand{\ActionWpsContext}{Long \ButtonSelect}
55\newcommand{\ActionWpsBrowse}{\ButtonSelect} \ No newline at end of file 55\newcommand{\ActionWpsBrowse}{\ButtonSelect}
56
57%Button actions, YesNo context
58\newcommand{\ActionYesNoAccept}{\ButtonPlay}
diff --git a/manual/platform/ipodvideo.tex b/manual/platform/ipodvideo.tex
index e5609983b8..3d9a4f9c6b 100644
--- a/manual/platform/ipodvideo.tex
+++ b/manual/platform/ipodvideo.tex
@@ -52,4 +52,7 @@
52\newcommand{\ActionWpsQuickScreen}{Long \ButtonMenu} 52\newcommand{\ActionWpsQuickScreen}{Long \ButtonMenu}
53\newcommand{\ActionWpsMenu}{\ButtonMenu} 53\newcommand{\ActionWpsMenu}{\ButtonMenu}
54\newcommand{\ActionWpsContext}{Long \ButtonSelect} 54\newcommand{\ActionWpsContext}{Long \ButtonSelect}
55\newcommand{\ActionWpsBrowse}{\ButtonSelect} \ No newline at end of file 55\newcommand{\ActionWpsBrowse}{\ButtonSelect}
56
57%Button actions, YesNo context
58\newcommand{\ActionYesNoAccept}{\ButtonPlay}
diff --git a/manual/platform/ondiofm.tex b/manual/platform/ondiofm.tex
index b9312fda29..3db49d8331 100644
--- a/manual/platform/ondiofm.tex
+++ b/manual/platform/ondiofm.tex
@@ -50,3 +50,6 @@
50\newcommand{\ActionWpsVolUp}{\ButtonUp} 50\newcommand{\ActionWpsVolUp}{\ButtonUp}
51\newcommand{\ActionWpsContext}{Long \ButtonMenu} 51\newcommand{\ActionWpsContext}{Long \ButtonMenu}
52\newcommand{\ActionWpsBrowse}{\ButtonMenu} 52\newcommand{\ActionWpsBrowse}{\ButtonMenu}
53
54%Button actions, YesNo context
55\newcommand{\ActionYesNoAccept}{\ButtonRight}
diff --git a/manual/platform/ondiosp.tex b/manual/platform/ondiosp.tex
index 93158734aa..0dd3d23ff4 100644
--- a/manual/platform/ondiosp.tex
+++ b/manual/platform/ondiosp.tex
@@ -47,3 +47,6 @@
47\newcommand{\ActionWpsVolUp}{\ButtonUp} 47\newcommand{\ActionWpsVolUp}{\ButtonUp}
48\newcommand{\ActionWpsContext}{Long \ButtonMenu} 48\newcommand{\ActionWpsContext}{Long \ButtonMenu}
49\newcommand{\ActionWpsBrowse}{\ButtonMenu} 49\newcommand{\ActionWpsBrowse}{\ButtonMenu}
50
51%Button actions, YesNo context
52\newcommand{\ActionYesNoAccept}{\ButtonRight}
diff --git a/manual/platform/player.tex b/manual/platform/player.tex
index 1e8b14cafa..0149735294 100644
--- a/manual/platform/player.tex
+++ b/manual/platform/player.tex
@@ -48,3 +48,6 @@
48\newcommand{\ActionWpsContext}{Long \ButtonPlay} 48\newcommand{\ActionWpsContext}{Long \ButtonPlay}
49\newcommand{\ActionWpsBrowse}{\ButtonOn} 49\newcommand{\ActionWpsBrowse}{\ButtonOn}
50\newcommand{\ActionWpsIdThreeScreen}{\ButtonMenu{} + \ButtonOn} 50\newcommand{\ActionWpsIdThreeScreen}{\ButtonMenu{} + \ButtonOn}
51
52%Button actions, YesNo context
53\newcommand{\ActionYesNoAccept}{\ButtonPlay}
diff --git a/manual/platform/recorder.tex b/manual/platform/recorder.tex
index 16ca8c3a2a..f9587718d0 100644
--- a/manual/platform/recorder.tex
+++ b/manual/platform/recorder.tex
@@ -57,3 +57,6 @@
57\newcommand{\ActionWpsContext}{Long \ButtonPlay} 57\newcommand{\ActionWpsContext}{Long \ButtonPlay}
58\newcommand{\ActionWpsBrowse}{\ButtonOn} 58\newcommand{\ActionWpsBrowse}{\ButtonOn}
59\newcommand{\ActionWpsIdThreeScreen}{\ButtonFOne{} + \ButtonOn} 59\newcommand{\ActionWpsIdThreeScreen}{\ButtonFOne{} + \ButtonOn}
60
61%Button actions, YesNo context
62\newcommand{\ActionYesNoAccept}{\ButtonPlay}
diff --git a/manual/platform/recorderv2fm.tex b/manual/platform/recorderv2fm.tex
index 03186f8259..4dc71abbcd 100644
--- a/manual/platform/recorderv2fm.tex
+++ b/manual/platform/recorderv2fm.tex
@@ -57,3 +57,6 @@
57\newcommand{\ActionWpsContext}{Long \ButtonPlay} 57\newcommand{\ActionWpsContext}{Long \ButtonPlay}
58\newcommand{\ActionWpsBrowse}{\ButtonOn} 58\newcommand{\ActionWpsBrowse}{\ButtonOn}
59\newcommand{\ActionWpsIdThreeScreen}{\ButtonFOne{} + \ButtonOn} 59\newcommand{\ActionWpsIdThreeScreen}{\ButtonFOne{} + \ButtonOn}
60
61%Button actions, YesNo context
62\newcommand{\ActionYesNoAccept}{\ButtonPlay}
diff --git a/manual/platform/x5.tex b/manual/platform/x5.tex
index 178540d2d7..42f9d17229 100644
--- a/manual/platform/x5.tex
+++ b/manual/platform/x5.tex
@@ -57,4 +57,5 @@
57\newcommand{\ActionWpsContext}{Long \ButtonSelect} 57\newcommand{\ActionWpsContext}{Long \ButtonSelect}
58\newcommand{\ActionWpsBrowse}{\ButtonSelect} 58\newcommand{\ActionWpsBrowse}{\ButtonSelect}
59 59
60 60%Button actions, YesNo context
61\newcommand{\ActionYesNoAccept}{\ButtonSelect}
diff --git a/manual/rockbox_interface/playback.tex b/manual/rockbox_interface/playback.tex
index c773e28a23..de4962c02c 100644
--- a/manual/rockbox_interface/playback.tex
+++ b/manual/rockbox_interface/playback.tex
@@ -18,9 +18,10 @@ lets you select what types of files you wish to view. See
18\reference{ref:ShowFiles} for more information on the \setting{Show Files} 18\reference{ref:ShowFiles} for more information on the \setting{Show Files}
19setting. 19setting.
20 20
21\note{The \setting{File Browser} allows you to manipulate your files in ways 21\note{The \setting{File Browser} allows you to manipulate your files in ways
22that are not available within the \setting{Tag Cache Browser}. Read more about 22that are not available within the \setting{Tag Cache Browser}. Read more about
23\setting{Tag Cache} in \reference{ref:tagcache}. The remainder of this section deals with the \setting{File Browser}.} 23\setting{Tag Cache} in \reference{ref:tagcache}. The remainder of this section
24deals with the \setting{File Browser}.}
24 25
25\opt{ondio}{ 26\opt{ondio}{
26Unlike the Archos Firmware, Rockbox provides multivolume support for the 27Unlike the Archos Firmware, Rockbox provides multivolume support for the
@@ -28,7 +29,8 @@ MultiMediaCard, this means the \dap{} can access both data volumes (internal
28memory and the MMC), thus being able to for instance, build playlists with 29memory and the MMC), thus being able to for instance, build playlists with
29files from both volumes. 30files from both volumes.
30In File Browser mode a new folder will appear as soon as the device has read 31In File Browser mode a new folder will appear as soon as the device has read
31the content after inserting the card. This new folders name is generated as \fname{<MMC1>}, and will behave exactly as any other folder on the \dap{}. 32the content after inserting the card. This new folders name is generated as
33\fname{<MMC1>}, and will behave exactly as any other folder on the \dap{}.
32} 34}
33 35
34\subsection{\label{ref:controls}File Browser Controls} 36\subsection{\label{ref:controls}File Browser Controls}
@@ -108,9 +110,9 @@ each option pertains both to files and directories):
108 Only visible if a file or directory name is on the clipboard. When selected 110 Only visible if a file or directory name is on the clipboard. When selected
109 it will move or copy the clipboard to the current directory. 111 it will move or copy the clipboard to the current directory.
110\item [Delete.] 112\item [Delete.]
111 Deletes the currently selected file. This option applies only to files, and 113 Deletes the currently selected file. This option applies only to files, and
112 not to directories. Rockbox will ask for confirmation before deleting a file. 114 not to directories. Rockbox will ask for confirmation before deleting a file.
113 Press \ActionStdOk{} 115 Press \ActionYesNoAccept{}
114 to confirm deletion or any other key to cancel. 116 to confirm deletion or any other key to cancel.
115\item [Delete Directory.] 117\item [Delete Directory.]
116 Deletes the currently selected directory and all of the files and folders 118 Deletes the currently selected directory and all of the files and folders