summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmanual/configure_rockbox/hotkey_settings.tex17
-rw-r--r--manual/configure_rockbox/main.tex1
-rwxr-xr-xmanual/rockbox_interface/hotkeys.tex26
3 files changed, 44 insertions, 0 deletions
diff --git a/manual/configure_rockbox/hotkey_settings.tex b/manual/configure_rockbox/hotkey_settings.tex
new file mode 100755
index 0000000000..eac606716f
--- /dev/null
+++ b/manual/configure_rockbox/hotkey_settings.tex
@@ -0,0 +1,17 @@
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[View Hotkey Settings.]
7 This option brings up a screen listing the current assignment associated
8 with each hotkey.
9
10 \item[Reset Settings.]
11 This option sets all hotkeys to their default assignments. The default
12 for the WPS screen is View Playlist. The File Browser hotkey has no
13 default assignment.
14
15 \end{description}
16
17}
diff --git a/manual/configure_rockbox/main.tex b/manual/configure_rockbox/main.tex
index 5412d77ccc..ef26c7c23f 100644
--- a/manual/configure_rockbox/main.tex
+++ b/manual/configure_rockbox/main.tex
@@ -17,6 +17,7 @@
17 \input{configure_rockbox/bookmarking.tex} 17 \input{configure_rockbox/bookmarking.tex}
18 \input{configure_rockbox/language.tex} 18 \input{configure_rockbox/language.tex}
19 \input{configure_rockbox/voice.tex} 19 \input{configure_rockbox/voice.tex}
20 \input{configure_rockbox/hotkey_settings.tex}
20 21
21\chapter{Theme Settings} 22\chapter{Theme Settings}
22\label{ref:configure_rockbox_themes} 23\label{ref:configure_rockbox_themes}
diff --git a/manual/rockbox_interface/hotkeys.tex b/manual/rockbox_interface/hotkeys.tex
new file mode 100755
index 0000000000..262356f2be
--- /dev/null
+++ b/manual/rockbox_interface/hotkeys.tex
@@ -0,0 +1,26 @@
1% $Id: hotkeys.tex 24792 2010-02-20 19:06:44Z kugel $ %
2\opt{hotkey}{
3 \section{\label{ref:Hotkeys}Hotkeys}
4 Hotkeys are user-assignable shortcut keys to functions within the
5 \setting{File Browser} and \setting{WPS Context Menus}. To use one,
6 press \ActionWpsHotkey within the \setting{File Browser} or
7 \setting{WPS} screens. The assigned function will launch with
8 reference to the current file or directory, if applicable. Each
9 screen has its own assignment. If there is no assignment for
10 a given screen, the message "No Hotkey Set" appears briefly.
11
12 There is no default assignment for the File Browser hotkey, but the WPS
13 hotkey defaults to View Playlist.
14
15 To change the assignment of a hotkey, go into the associated
16 \setting{Context Menu} from the File Browser or WPS screen by pressing
17 \ActionWpsContext, then highlighting the function you wish to assign.
18 Press the hotkey (\ActionWpsHotkey) and if the function you've chosen
19 is assignable a confirmation dialog screen will appear. Press
20 \ActionYesNoAccept to confirm the assignment or anything else to reject
21 it. If accepted, you'll see a short message confirming your choice.
22
23 You can view the current assignments and reset to the default assignments
24 from the Hotkey menu under General Settings. See \reference{ref:HotkeySettings}
25 for details.
26}