summaryrefslogtreecommitdiff
path: root/manual/rockbox_interface/browsing_and_playing.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/rockbox_interface/browsing_and_playing.tex')
-rw-r--r--manual/rockbox_interface/browsing_and_playing.tex17
1 files changed, 14 insertions, 3 deletions
diff --git a/manual/rockbox_interface/browsing_and_playing.tex b/manual/rockbox_interface/browsing_and_playing.tex
index 002ff36abb..a84926004b 100644
--- a/manual/rockbox_interface/browsing_and_playing.tex
+++ b/manual/rockbox_interface/browsing_and_playing.tex
@@ -108,6 +108,11 @@ the \setting{Show Files} setting to all.
108 \ActionStdRec & Switch to the \setting{Recording Screen}.\\ 108 \ActionStdRec & Switch to the \setting{Recording Screen}.\\
109 % 109 %
110 } 110 }
111 \opt{hotkey}{
112 \ActionTreeHotkey & Activate the \setting{Hotkey} function
113 (see \reference{ref:Hotkeys}).\\
114 %
115 }
111 \end{btnmap} 116 \end{btnmap}
112\end{table} 117\end{table}
113 118
@@ -128,6 +133,11 @@ or directory and access the context menu with \ActionStdContext{}.\\
128for files. If the \setting{Context Menu} is invoked on a directory, 133for files. If the \setting{Context Menu} is invoked on a directory,
129it will display options for directories.\\} 134it will display options for directories.\\}
130 135
136\opt{hotkey}{
137Some of these options can be set to the \setting{Hotkey} (see \reference{ref:Hotkeys})
138for that context by pressing \ActionWpsHotkey.\\
139}
140
131The \setting{Context Menu} contains the following options (unless otherwise noted, 141The \setting{Context Menu} contains the following options (unless otherwise noted,
132each option pertains both to files and directories): 142each option pertains both to files and directories):
133 143
@@ -152,11 +162,11 @@ each option pertains both to files and directories):
152 Deletes the currently selected file. This option applies only to files, and 162 Deletes the currently selected file. This option applies only to files, and
153 not to directories. Rockbox will ask for confirmation before deleting a file. 163 not to directories. Rockbox will ask for confirmation before deleting a file.
154 Press \ActionYesNoAccept{} 164 Press \ActionYesNoAccept{}
155 to confirm deletion or any other key to cancel. 165 to confirm deletion or any other key to cancel. \opt{hotkey}{\setting{Hotkey}able.}
156\item [Delete Directory.] 166\item [Delete Directory.]
157 Deletes the currently selected directory and all of the files and subdirectories 167 Deletes the currently selected directory and all of the files and subdirectories
158 it may contain. Deleted directories cannot be recovered. Use this feature with 168 it may contain. Deleted directories cannot be recovered. Use this feature with
159 caution! 169 caution! \opt{hotkey}{\setting{Hotkey}able.}
160\opt{lcd_non-mono}{ 170\opt{lcd_non-mono}{
161\item [Set As Backdrop.] 171\item [Set As Backdrop.]
162 Set the selected \fname{bmp} file as background image. The bitmaps need to meet the 172 Set the selected \fname{bmp} file as background image. The bitmaps need to meet the
@@ -170,7 +180,7 @@ each option pertains both to files and directories):
170 For example, this function can be used to view a text file 180 For example, this function can be used to view a text file
171 even if the file has a non-standard extension (i.e., the file has an extension 181 even if the file has a non-standard extension (i.e., the file has an extension
172 of something other than \fname{.txt}). See \reference{ref:Viewersplugins} 182 of something other than \fname{.txt}). See \reference{ref:Viewersplugins}
173 for more details on viewers. 183 for more details on viewers. \opt{hotkey}{\setting{Hotkey}able.}
174\item [Create Directory.] 184\item [Create Directory.]
175 Create a new directory in the current directory on the disk. 185 Create a new directory in the current directory on the disk.
176\item [Properties.] 186\item [Properties.]
@@ -337,3 +347,4 @@ example when renaming a file or creating a new directory.
337 347
338%Include playlist section 348%Include playlist section
339\input{working_with_playlists/main.tex} 349\input{working_with_playlists/main.tex}
350\input{rockbox_interface/hotkeys.tex}