summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Goode <jeffg7@gmail.com>2010-04-02 23:37:07 +0000
committerJeffrey Goode <jeffg7@gmail.com>2010-04-02 23:37:07 +0000
commit6a55b2307d253a520ed873f8368760ca2b69c8f5 (patch)
treee1ca0f3e4b0582e8e3ddb8df8f638f6f0ff4fb56
parent1cc1f4ee77e2778a0cdde199689980fc3b8167fc (diff)
downloadrockbox-6a55b2307d253a520ed873f8368760ca2b69c8f5.tar.gz
rockbox-6a55b2307d253a520ed873f8368760ca2b69c8f5.zip
Manual update for hotkeys
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25443 a1c6a512-1295-4272-9138-f99709370657
-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}