summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorAlex Parker <rockbox@aeparker.com>2010-06-14 20:15:56 +0000
committerAlex Parker <rockbox@aeparker.com>2010-06-14 20:15:56 +0000
commit7a72a291cbba5fb727a76966ffc72920427b71b3 (patch)
treeaa953103d910c22d6dd53f405a1d34400bfef3b1 /manual
parentcf985f038107b9431bbbf025263d96e54fecfa46 (diff)
downloadrockbox-7a72a291cbba5fb727a76966ffc72920427b71b3.tar.gz
rockbox-7a72a291cbba5fb727a76966ffc72920427b71b3.zip
Add WPS hotkey for the D2, and make the tree hotkey only valid for non-touchscreen targets. This will have to be revisited if we gain touchscreen targets with tree hotkey capabilities.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26848 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-rw-r--r--manual/appendix/config_file_options.tex4
-rwxr-xr-xmanual/configure_rockbox/hotkey_settings.tex15
-rw-r--r--manual/platform/keymap-cowond2.tex2
-rw-r--r--manual/rockbox_interface/browsing_and_playing.tex4
-rw-r--r--manual/rockbox_interface/hotkeys.tex17
5 files changed, 23 insertions, 19 deletions
diff --git a/manual/appendix/config_file_options.tex b/manual/appendix/config_file_options.tex
index 65b024a924..f98f24e788 100644
--- a/manual/appendix/config_file_options.tex
+++ b/manual/appendix/config_file_options.tex
@@ -126,8 +126,8 @@
126 \opt{hotkey}{ 126 \opt{hotkey}{
127 hotkey wps & off, view playlist, show track info, 127 hotkey wps & off, view playlist, show track info,
128 pitchscreen, open with, delete & N/A\\ 128 pitchscreen, open with, delete & N/A\\
129 hotkey tree & off, open with, delete, insert, 129 \nopt{touchscreen}{hotkey tree & off, open with, delete, insert,
130 insert shuffled & N/A\\ 130 insert shuffled & N/A\\}
131 } 131 }
132 sort files & alpha, oldest, newest, type & N/A\\ 132 sort files & alpha, oldest, newest, type & N/A\\
133 sort dirs & alpha, oldest, newest & N/A\\ 133 sort dirs & alpha, oldest, newest & N/A\\
diff --git a/manual/configure_rockbox/hotkey_settings.tex b/manual/configure_rockbox/hotkey_settings.tex
index b38d72471d..34432764d8 100755
--- a/manual/configure_rockbox/hotkey_settings.tex
+++ b/manual/configure_rockbox/hotkey_settings.tex
@@ -3,12 +3,13 @@
3\section{\label{ref:HotkeySettings}Hotkey} 3\section{\label{ref:HotkeySettings}Hotkey}
4 4
5 \begin{description} 5 \begin{description}
6 \item[WPS Hotkey.] 6 \item[WPS Hotkey.] \opt{touchscreen}{This options sets the hotkey function for
7 \item[File Browser Hotkey.] 7 the WPS screen (see \reference{ref:Hotkeys}). The
8 These options set the hotkey function for their respective screens 8 default is \setting{View Playlist}.}
9 (see \reference{ref:Hotkeys}). The default for the WPS screen is 9 \nopt{touchscreen}{\item[File Browser Hotkey.]}
10 \setting{View Playlist}. The File Browser default is \setting{Off}. 10 \end{description}
11
12 \end{description}
13 11
12 \nopt{touchscreen}{These options set the hotkey function for their respective
13 screens (see \reference{ref:Hotkeys}). The default for the WPS screen is
14 \setting{View Playlist}. The File Browser default is \setting{Off}.}
14} 15}
diff --git a/manual/platform/keymap-cowond2.tex b/manual/platform/keymap-cowond2.tex
index ebe3b8a2f7..53140c8fe0 100644
--- a/manual/platform/keymap-cowond2.tex
+++ b/manual/platform/keymap-cowond2.tex
@@ -42,6 +42,8 @@
42\newcommand{\ActionWpsAbSetAPrevDir}{\TouchActionWpsAbSetAPrevDir} 42\newcommand{\ActionWpsAbSetAPrevDir}{\TouchActionWpsAbSetAPrevDir}
43\newcommand{\ActionWpsAbReset}{\TouchActionWpsAbReset} 43\newcommand{\ActionWpsAbReset}{\TouchActionWpsAbReset}
44 44
45\newcommand{\ActionWpsHotkey}{\TouchBottomRight}
46
45%Button actions, tree context 47%Button actions, tree context
46\newcommand{\ActionTreeWps}{\ButtonPlus{}+\ButtonMenu{} or \TouchActionTreeWps} 48\newcommand{\ActionTreeWps}{\ButtonPlus{}+\ButtonMenu{} or \TouchActionTreeWps}
47\newcommand{\ActionTreeStop}{\ButtonMinus{}+\ButtonPower{} or \TouchActionTreeStop} 49\newcommand{\ActionTreeStop}{\ButtonMinus{}+\ButtonPower{} or \TouchActionTreeStop}
diff --git a/manual/rockbox_interface/browsing_and_playing.tex b/manual/rockbox_interface/browsing_and_playing.tex
index b5d19cb844..286fc7ad23 100644
--- a/manual/rockbox_interface/browsing_and_playing.tex
+++ b/manual/rockbox_interface/browsing_and_playing.tex
@@ -107,7 +107,7 @@ the \setting{Show Files} setting to all.
107 \ActionStdRec & Switch to the \setting{Recording Screen}.\\ 107 \ActionStdRec & Switch to the \setting{Recording Screen}.\\
108 % 108 %
109 } 109 }
110 \opt{hotkey}{ 110 \nopt{cowond2}{\opt{hotkey}{
111 \ActionTreeHotkey 111 \ActionTreeHotkey
112 & 112 &
113 \opt{HAVEREMOTEKEYMAP}{ 113 \opt{HAVEREMOTEKEYMAP}{
@@ -115,7 +115,7 @@ the \setting{Show Files} setting to all.
115 Activate the \setting{Hotkey} function 115 Activate the \setting{Hotkey} function
116 (see \reference{ref:Hotkeys}). 116 (see \reference{ref:Hotkeys}).
117 \\ 117 \\
118 } 118 }}
119\end{btnmap} 119\end{btnmap}
120 120
121\opt{RECORDER_PAD}{ 121\opt{RECORDER_PAD}{
diff --git a/manual/rockbox_interface/hotkeys.tex b/manual/rockbox_interface/hotkeys.tex
index 56dafa9589..ec12bd00ca 100644
--- a/manual/rockbox_interface/hotkeys.tex
+++ b/manual/rockbox_interface/hotkeys.tex
@@ -1,16 +1,17 @@
1% $Id$ % 1% $Id$ %
2\opt{hotkey}{ 2\opt{hotkey}{
3 \section{\label{ref:Hotkeys}Hotkeys} 3 \section{\label{ref:Hotkeys}Hotkeys}
4 Hotkeys are shortcut keys for use in the \setting{File Browser} 4 Hotkeys are shortcut keys for use in the \nopt{touchscreen}{\setting{File Browser}
5 and \setting{WPS} screens. To use one, press \ActionWpsHotkey{} 5 and }\setting{WPS} screen. To use one, press
6 within the \setting{File Browser} or \setting{WPS} screens. 6 \nopt{touchscreen}{\ActionTreeHotkey{} within the \setting{File Browser} or}
7 The assigned function will launch with reference to the current 7 \ActionWpsHotkey{} within the \setting{WPS}
8 file or directory, if applicable. Each screen has its own 8 screen.\nopt{touchscreen}{ The assigned function will launch with reference
9 assignment. If there is no assignment for a given screen, 9 to the current file or directory, if applicable. Each screen has its own
10 assignment.} If there is no assignment for a given screen,
10 the hotkey is ignored. 11 the hotkey is ignored.
11 12
12 The default assignment for the File Browser hotkey is 13 The default assignment for the \nopt{touchscreen}{File Browser hotkey is
13 \setting{Off}, but the WPS hotkey defaults to 14 \setting{Off}, while the default for the }WPS hotkey is
14 \setting{View Playlist}. 15 \setting{View Playlist}.
15 16
16 The hotkey assignments are changed in the Hotkey menu (see 17 The hotkey assignments are changed in the Hotkey menu (see