summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
Diffstat (limited to 'manual')
-rw-r--r--manual/appendix/config_file_options.tex1
-rw-r--r--manual/configure_rockbox/file_view.tex9
-rw-r--r--manual/configure_rockbox/hotkey_settings.tex15
-rw-r--r--manual/configure_rockbox/main.tex3
-rw-r--r--manual/configure_rockbox/wps.tex16
-rw-r--r--manual/configure_rockbox/wps_context_plugin.tex6
-rw-r--r--manual/rockbox_interface/hotkeys.tex7
-rw-r--r--manual/rockbox_interface/wps.tex2
8 files changed, 31 insertions, 28 deletions
diff --git a/manual/appendix/config_file_options.tex b/manual/appendix/config_file_options.tex
index 709bc9b2ff..c4318692c4 100644
--- a/manual/appendix/config_file_options.tex
+++ b/manual/appendix/config_file_options.tex
@@ -251,6 +251,7 @@
251 dircache & on, off & N/A\\ 251 dircache & on, off & N/A\\
252 tagcache\_ram & on, off & N/A\\ 252 tagcache\_ram & on, off & N/A\\
253 database path & path to a directory & N/A\\ 253 database path & path to a directory & N/A\\
254 default browser & files, database, playlists & N/A\\
254 255
255 \opt{touchpad}{ 256 \opt{touchpad}{
256 \opt{GIGABEAT_PAD}{ 257 \opt{GIGABEAT_PAD}{
diff --git a/manual/configure_rockbox/file_view.tex b/manual/configure_rockbox/file_view.tex
index 8b86e71906..112aa4c06f 100644
--- a/manual/configure_rockbox/file_view.tex
+++ b/manual/configure_rockbox/file_view.tex
@@ -1,5 +1,5 @@
1% $Id$ % 1% $Id$ %
2\section{File View} 2\section{\label{ref:FileView}File View}
3The File View menu deals with options relating to how the File Browser 3The File View menu deals with options relating to how the File Browser
4displays files. 4displays files.
5% 5%
@@ -90,4 +90,11 @@ displays files.
90 \setting{Current Directory Only} or \setting{Full Path}, then the title of 90 \setting{Current Directory Only} or \setting{Full Path}, then the title of
91 each menu will be displayed on the first line in the \setting{Database Browser}. 91 each menu will be displayed on the first line in the \setting{Database Browser}.
92 92
93\opt{hotkey}{
94 \nopt{touchscreen}{\item[File Browser Hotkey.]
95 Sets the hotkey function for the \setting{File Browser},
96 \setting{Database} and \setting{Playlist Viewer} (see \reference{ref:Hotkeys}).
97 The default is \setting{Off}.
98 }
99}
93\end{description} 100\end{description}
diff --git a/manual/configure_rockbox/hotkey_settings.tex b/manual/configure_rockbox/hotkey_settings.tex
deleted file mode 100644
index de2b3a872a..0000000000
--- a/manual/configure_rockbox/hotkey_settings.tex
+++ /dev/null
@@ -1,15 +0,0 @@
1% $Id: hotkey_settings.tex 16765 2008-03-23 22:07:09Z nls $ %
2\opt{hotkey}{
3\section{\label{ref:HotkeySettings}Hotkey}
4
5 \begin{description}
6 \item[WPS Hotkey.] \opt{touchscreen}{This options sets the hotkey function for
7 the WPS (see \reference{ref:Hotkeys}). The
8 default is \setting{View Playlist}.}
9 \nopt{touchscreen}{\item[File Browser Hotkey.]}
10 \end{description}
11
12 \nopt{touchscreen}{These options set the hotkey function for their respective
13 screens (see \reference{ref:Hotkeys}). The default for the WPS is
14 \setting{View Playlist}. The File Browser default is \setting{Off}.}
15}
diff --git a/manual/configure_rockbox/main.tex b/manual/configure_rockbox/main.tex
index b0711e5b71..b7d980d918 100644
--- a/manual/configure_rockbox/main.tex
+++ b/manual/configure_rockbox/main.tex
@@ -9,6 +9,7 @@
9\chapter{General Settings} 9\chapter{General Settings}
10\label{ref:configure_rockbox_general} 10\label{ref:configure_rockbox_general}
11 \input{configure_rockbox/general_settings.tex} 11 \input{configure_rockbox/general_settings.tex}
12 \input{configure_rockbox/wps.tex}
12 \input{configure_rockbox/playlist_options.tex} 13 \input{configure_rockbox/playlist_options.tex}
13 \input{configure_rockbox/file_view.tex} 14 \input{configure_rockbox/file_view.tex}
14 \input{configure_rockbox/database.tex} 15 \input{configure_rockbox/database.tex}
@@ -21,8 +22,6 @@
21} 22}
22 \input{configure_rockbox/language.tex} 23 \input{configure_rockbox/language.tex}
23 \input{configure_rockbox/voice.tex} 24 \input{configure_rockbox/voice.tex}
24 \input{configure_rockbox/wps_context_plugin.tex}
25 \input{configure_rockbox/hotkey_settings.tex}
26 25
27\chapter{Theme Settings} 26\chapter{Theme Settings}
28\label{ref:configure_rockbox_themes} 27\label{ref:configure_rockbox_themes}
diff --git a/manual/configure_rockbox/wps.tex b/manual/configure_rockbox/wps.tex
new file mode 100644
index 0000000000..dca27c056b
--- /dev/null
+++ b/manual/configure_rockbox/wps.tex
@@ -0,0 +1,16 @@
1
2\section{\label{ref:WPSSettings}What's Playing Screen}
3
4 \begin{description}
5 \item[Default Browser.]
6 Decide if you want the \setting{File Browser}, \setting{Database}, or
7 \setting{Playlist Catalogue} to launch after pressing \ActionWpsBrowse{}
8 on the WPS, when no other browser has recently been used.
9 \opt{hotkey}{
10 \item[WPS Hotkey.] Sets the hotkey function for
11 the WPS (see \reference{ref:Hotkeys}). The
12 default is \setting{View Playlist}.
13 }
14 \item[Set WPS Context Plugin.]
15 This option will allow you to run a Rockbox plugin from the WPS context menu.
16 \end{description}
diff --git a/manual/configure_rockbox/wps_context_plugin.tex b/manual/configure_rockbox/wps_context_plugin.tex
deleted file mode 100644
index 469a0e5ca2..0000000000
--- a/manual/configure_rockbox/wps_context_plugin.tex
+++ /dev/null
@@ -1,6 +0,0 @@
1\section{\label{ref:SetWPSContextPlugin}Set WPS Context Plugin}
2
3 \begin{description}
4 \item[Set WPS Context Plugin.]
5 This option will allow you to run a rockbox plugin from the WPS context menu
6 \end{description}
diff --git a/manual/rockbox_interface/hotkeys.tex b/manual/rockbox_interface/hotkeys.tex
index 28c8091a05..8fe07c5cf1 100644
--- a/manual/rockbox_interface/hotkeys.tex
+++ b/manual/rockbox_interface/hotkeys.tex
@@ -11,10 +11,11 @@
11 assignment.} If there is no assignment for a given screen, 11 assignment.} If there is no assignment for a given screen,
12 the hotkey is ignored. 12 the hotkey is ignored.
13 13
14 The hotkey assignments are changed for the What's Playing Screen (see
15 \reference{ref:WPSSettings}) and browsers (see \reference{ref:FileView})
16 separately.
17
14 The default assignment for the \nopt{touchscreen}{File Browser hotkey is 18 The default assignment for the \nopt{touchscreen}{File Browser hotkey is
15 \setting{Off}, while the default for the }WPS hotkey is 19 \setting{Off}, while the default for the }WPS hotkey is
16 \setting{View Playlist}. 20 \setting{View Playlist}.
17
18 The hotkey assignments are changed in the Hotkey menu (see
19 \reference{ref:HotkeySettings}) under \setting{General Settings}.
20} 21}
diff --git a/manual/rockbox_interface/wps.tex b/manual/rockbox_interface/wps.tex
index 5f810261fa..c433b76608 100644
--- a/manual/rockbox_interface/wps.tex
+++ b/manual/rockbox_interface/wps.tex
@@ -61,7 +61,7 @@ your WPS (While Playing Screen).
61 % 61 %
62 \ActionWpsBrowse 62 \ActionWpsBrowse
63 \opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsBrowse} 63 \opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsBrowse}
64 & Return to the \setting{File Browser} / \setting{Database}.\\ 64 & Return to the \setting{File Browser} / \setting{Database} / \setting{Playlist Catalogue}.\\
65 % 65 %
66 \ActionWpsContext 66 \ActionWpsContext
67 \opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsContext} 67 \opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsContext}