summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2009-02-14 15:01:04 +0000
committerNils Wallménius <nils@rockbox.org>2009-02-14 15:01:04 +0000
commit459b4f632bb880aabcc10a0940c48b8fb471eb29 (patch)
tree22f5ed0b14cecc965262a2b6f87956c0da454610
parent1fb115a753a8ad8db5dde381f76f660a2b8c4e2b (diff)
downloadrockbox-459b4f632bb880aabcc10a0940c48b8fb471eb29.tar.gz
rockbox-459b4f632bb880aabcc10a0940c48b8fb471eb29.zip
Accept FS#9908 by Alex Parker 'Add missing keys to main menu and bookmarking'
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20005 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/configure_rockbox/bookmarking.tex35
-rw-r--r--manual/main_menu/main.tex100
-rw-r--r--manual/platform/keymap-c200.tex3
-rw-r--r--manual/platform/keymap-e200.tex9
-rw-r--r--manual/platform/keymap-gigabeatf.tex3
-rw-r--r--manual/platform/keymap-h10.tex3
-rw-r--r--manual/platform/keymap-h100_h300.tex2
-rw-r--r--manual/platform/keymap-ipod1g2g.tex3
-rw-r--r--manual/platform/keymap-ipod3g.tex3
-rw-r--r--manual/platform/keymap-ipod4g.tex3
-rw-r--r--manual/platform/keymap-mx5.tex4
-rw-r--r--manual/platform/keymap-ondio.tex3
-rw-r--r--manual/platform/keymap-player.tex3
-rw-r--r--manual/platform/keymap-recorder.tex1
14 files changed, 116 insertions, 59 deletions
diff --git a/manual/configure_rockbox/bookmarking.tex b/manual/configure_rockbox/bookmarking.tex
index 002e6c3ccd..158ade2f4a 100644
--- a/manual/configure_rockbox/bookmarking.tex
+++ b/manual/configure_rockbox/bookmarking.tex
@@ -59,12 +59,33 @@
59 but in addition all older entries for the current (dynamic) playlist will 59 but in addition all older entries for the current (dynamic) playlist will
60 be removed from the MRB whenever a new entry is added. 60 be removed from the MRB whenever a new entry is added.
61 61
62 \item [Bookmark Actions context menu.] 62 \item [Bookmark list keys.] The following keys can be used to navigate in
63 63 any bookmark list.\\
64 When viewing any bookmark list, pressing the standard 64\begin{table}
65 context menu key (\ActionStdContext) will bring up the Bookmark Actions context menu. 65 \begin{btnmap}{}{}
66 \ActionStdNext
67 & Selects the next bookmark.\\
68 %
69 \ActionStdPrev
70 & Selects the previous bookmark.\\
71 %
72 \ActionStdOk
73 & Resumes from the selected bookmark.\\
74 %
75 \ActionStdCancel
76 & Exits Recent Bookmark menu\\
77 %
78 \nopt{GIGABEATS_PAD}{\ActionBmDelete}
79 & Deletes the currently selected bookmark\\
80 %
81 \ActionStdContext
82 & Enters the context menu for the selected bookmark.\\
83 \end{btnmap}
84\end{table}
85
86There are two options in the context menu:\\*
66 87
67 \setting{Resume} will commence playback of the currently-selected bookmark entry. 88 \setting{Resume} will commence playback of the currently selected bookmark entry.
68 89
69 \setting{Delete} will remove just the currently-selected bookmark entry from the list. 90 \setting{Delete} will remove the currently selected bookmark entry from the list.
70 \end{description} 91\end{description}
diff --git a/manual/main_menu/main.tex b/manual/main_menu/main.tex
index 83414db2b7..f526193f1a 100644
--- a/manual/main_menu/main.tex
+++ b/manual/main_menu/main.tex
@@ -16,60 +16,64 @@ Changes to settings may therefore not be saved unless the \dap{} is shut down
16safely (see \reference{ref:Safeshutdown}). 16safely (see \reference{ref:Safeshutdown}).
17 17
18\section{Navigating the Main Menu} 18\section{Navigating the Main Menu}
19\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD}{ 19\begin{table}
20 \begin{table} 20 \begin{btnmap}{}{}
21 \begin{btnmap}{}{} 21 \ActionStdNext
22 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_VIDEO_PAD}{\ButtonScrollFwd} 22 & Selects the next option in the menu.\\
23 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonUp} 23 & Inside a setting, increases the value or
24 \opt{IRIVER_H10_PAD}{\ButtonScrollUp} 24 chooses next option \\
25 & Moves up in the menu.\\ 25 %
26 & Inside a setting, increases the value or 26 \ActionStdPrev
27 chooses next option \\ 27 & Selects the previous option in the menu.\\
28 % 28 & Inside a setting, decreases the value or
29 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_VIDEO_PAD}{\ButtonScrollBack} 29 chooses previous option \\
30 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonDown} 30 %
31 \opt{IRIVER_H10_PAD}{\ButtonScrollDown} 31 \ActionStdOk
32 & Moves down in the menu.\\ 32 & Selects option \\
33 & Inside a setting, decreases the value or 33 %
34 chooses previous option \\ 34 \ActionStdCancel
35 % 35 & Exits menu, setting or moves to parent menu\\
36 \opt{RECORDER_PAD}{\ButtonPlay/\ButtonRight} 36 \end{btnmap}
37 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonSelect/\ButtonRight} 37\end{table}
38 \opt{ONDIO_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IPOD_VIDEO_PAD,IRIVER_H10_PAD}{\ButtonRight}
39 & Selects option \\
40 %
41 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff/\ButtonLeft}
42 \opt{IAUDIO_X5_PAD,ONDIO_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IPOD_VIDEO_PAD,IRIVER_H10_PAD}{\ButtonLeft}
43 & Exits menu, setting or moves to parent menu\\
44 \end{btnmap}
45 \end{table}
46}
47\opt{PLAYER_PAD}{
48 \begin{table}
49 \begin{btnmap}{}{}
50 %
51 \ButtonLeft & Selects previous option in the menu.\\
52 & Inside an setting, decreases the value or chooses previous option \\
53 %
54 \ButtonRight & Selects next option in the menu.\\
55 & Inside an setting increases the value or chooses next option \\
56 %
57 \ButtonPlay & Selects item \\
58 %
59 \ButtonStop & Exit menu, setting or moves to parent menu.\\
60 \end{btnmap}
61 \end{table}
62}
63 38
64\section {Recent Bookmarks} 39\section {Recent Bookmarks}
65\screenshot{main_menu/images/ss-list-bookmarks}% 40\screenshot{main_menu/images/ss-list-bookmarks}%
66 {The list bookmarks screen}{} 41{The list bookmarks screen}{}
67If the \setting{Save a list of recently created bookmarks} option is enabled 42If the \setting{Save a list of recently created bookmarks} option is enabled
68then you can view a list of several recent bookmarks here and select one to 43then you can view a list of several recent bookmarks here and select one to
69jump straight to that track. See \reference{ref:Bookmarkconfigactual} 44jump straight to that track.
45
46\begin{table}
47 \begin{btnmap}{}{}
48 \ActionStdNext
49 & Selects the next bookmark.\\
50 %
51 \ActionStdPrev
52 & Selects the previous bookmark.\\
53 %
54 \ActionStdOk
55 & Resumes from the selected bookmark.\\
56 %
57 \ActionStdCancel
58 & Exits Recent Bookmark menu\\
59 %
60 \nopt{GIGABEATS_PAD}{\ActionBmDelete}
61 & Deletes the currently selected bookmark\\
62 %
63 \ActionStdContext
64 & Enters the context menu for the selected bookmark.\\
65 \end{btnmap}
66\end{table}
67
68There are two options in the context menu:\\*
69
70 \setting{Resume} will commence playback of the currently selected bookmark entry.
71
72 \setting{Delete} will remove the currently selected bookmark entry from the list.\\*
73
74This entry is not shown in the \setting{Main Menu} when the option is off
75(the default setting). See \reference{ref:Bookmarkconfigactual}
70for more details on configuring bookmarking in Rockbox. 76for more details on configuring bookmarking in Rockbox.
71\note{This entry is not shown in the \setting{Main Menu} when the option is off
72 and the option is off by default.}
73 77
74\section{Files} 78\section{Files}
75Browse the files on your \dap{} (see \reference{ref:file_browser}). 79Browse the files on your \dap{} (see \reference{ref:file_browser}).
diff --git a/manual/platform/keymap-c200.tex b/manual/platform/keymap-c200.tex
index 4039228f4c..84bc06b985 100644
--- a/manual/platform/keymap-c200.tex
+++ b/manual/platform/keymap-c200.tex
@@ -108,3 +108,6 @@
108\newcommand{\ActionFMPrev}{\ButtonLeft} 108\newcommand{\ActionFMPrev}{\ButtonLeft}
109\newcommand{\ActionFMNext}{\ButtonRight} 109\newcommand{\ActionFMNext}{\ButtonRight}
110 110
111%Button actions, Bookmark screen context
112\newcommand{\ActionBmDelete}{\ButtonRec}
113
diff --git a/manual/platform/keymap-e200.tex b/manual/platform/keymap-e200.tex
index 3f562954c5..ab1182c091 100644
--- a/manual/platform/keymap-e200.tex
+++ b/manual/platform/keymap-e200.tex
@@ -16,7 +16,7 @@
16\newcommand{\ActionStdPrevRepeat}{Long \ButtonScrollBack} 16\newcommand{\ActionStdPrevRepeat}{Long \ButtonScrollBack}
17\newcommand{\ActionStdNext}{\ButtonScrollFwd} 17\newcommand{\ActionStdNext}{\ButtonScrollFwd}
18\newcommand{\ActionStdNextRepeat}{Long \ButtonScrollFwd} 18\newcommand{\ActionStdNextRepeat}{Long \ButtonScrollFwd}
19\newcommand{\ActionStdCancel}{\ButtonLeft} 19\newcommand{\ActionStdCancel}{\ButtonLeft{} or \ButtonPower}
20\newcommand{\ActionStdContext}{Long \ButtonSelect} 20\newcommand{\ActionStdContext}{Long \ButtonSelect}
21\newcommand{\ActionStdQuickScreen}{Long \ButtonDown} 21\newcommand{\ActionStdQuickScreen}{Long \ButtonDown}
22\newcommand{\ActionQuickScreenExit}{\ButtonPower} 22\newcommand{\ActionQuickScreenExit}{\ButtonPower}
@@ -57,8 +57,8 @@
57\newcommand{\ActionYesNoAccept}{\ButtonSelect} 57\newcommand{\ActionYesNoAccept}{\ButtonSelect}
58 58
59%Button actions, Setting context 59%Button actions, Setting context
60\newcommand{\ActionSettingInc}{\ButtonScrollBack} 60\newcommand{\ActionSettingInc}{\ButtonScrollFwd}
61\newcommand{\ActionSettingDec}{\ButtonScrollFwd} 61\newcommand{\ActionSettingDec}{\ButtonScrollBack}
62 62
63%Button actions, Virtual Keyboard Context 63%Button actions, Virtual Keyboard Context
64\newcommand{\ActionKbdLeft}{\ButtonLeft} 64\newcommand{\ActionKbdLeft}{\ButtonLeft}
@@ -106,3 +106,6 @@
106\newcommand{\ActionFMPrev}{\ActionRecSettingsInc} 106\newcommand{\ActionFMPrev}{\ActionRecSettingsInc}
107\newcommand{\ActionFMNext}{\ActionRecSettingsDec} 107\newcommand{\ActionFMNext}{\ActionRecSettingsDec}
108 108
109%Button actions, Bookmark screen context
110\newcommand{\ActionBmDelete}{\ButtonRec}
111
diff --git a/manual/platform/keymap-gigabeatf.tex b/manual/platform/keymap-gigabeatf.tex
index e74b53576e..39d51b0dd5 100644
--- a/manual/platform/keymap-gigabeatf.tex
+++ b/manual/platform/keymap-gigabeatf.tex
@@ -82,3 +82,6 @@
82\newcommand{\ActionPsNudgeRight}{\ButtonRight} 82\newcommand{\ActionPsNudgeRight}{\ButtonRight}
83\newcommand{\ActionPsReset}{\ButtonA} 83\newcommand{\ActionPsReset}{\ButtonA}
84\newcommand{\ActionPsExit}{\ButtonPower} 84\newcommand{\ActionPsExit}{\ButtonPower}
85
86%Button actions, Bookmark screen context
87\newcommand{\ActionBmDelete}{\ButtonA} \ No newline at end of file
diff --git a/manual/platform/keymap-h10.tex b/manual/platform/keymap-h10.tex
index 20b93a7da1..364504fcd7 100644
--- a/manual/platform/keymap-h10.tex
+++ b/manual/platform/keymap-h10.tex
@@ -108,3 +108,6 @@
108\newcommand{\ActionRecPrev}{\ButtonRew} 108\newcommand{\ActionRecPrev}{\ButtonRew}
109\newcommand{\ActionRecNext}{\ButtonFF} 109\newcommand{\ActionRecNext}{\ButtonFF}
110 110
111%Button actions, Bookmark screen context
112\newcommand{\ActionBmDelete}{Long \ButtonRew}
113
diff --git a/manual/platform/keymap-h100_h300.tex b/manual/platform/keymap-h100_h300.tex
index 925d2fb20a..419dc0bfcf 100644
--- a/manual/platform/keymap-h100_h300.tex
+++ b/manual/platform/keymap-h100_h300.tex
@@ -105,3 +105,5 @@
105\newcommand{\ActionFMPrev}{\ButtonLeft} 105\newcommand{\ActionFMPrev}{\ButtonLeft}
106\newcommand{\ActionFMNext}{\ButtonRight} 106\newcommand{\ActionFMNext}{\ButtonRight}
107 107
108%Button actions, Bookmark screen context
109\newcommand{\ActionBmDelete}{\ButtonRec} \ No newline at end of file
diff --git a/manual/platform/keymap-ipod1g2g.tex b/manual/platform/keymap-ipod1g2g.tex
index 4656391bde..f3bf5d6785 100644
--- a/manual/platform/keymap-ipod1g2g.tex
+++ b/manual/platform/keymap-ipod1g2g.tex
@@ -77,3 +77,6 @@
77\newcommand{\ActionPsNudgeRight}{\ButtonRight} 77\newcommand{\ActionPsNudgeRight}{\ButtonRight}
78\newcommand{\ActionPsReset}{\ButtonMenu} 78\newcommand{\ActionPsReset}{\ButtonMenu}
79\newcommand{\ActionPsExit}{\ButtonSelect} 79\newcommand{\ActionPsExit}{\ButtonSelect}
80
81%Button actions, Bookmark screen context
82\newcommand{\ActionBmDelete}{Long \ButtonMenu}
diff --git a/manual/platform/keymap-ipod3g.tex b/manual/platform/keymap-ipod3g.tex
index 4656391bde..f3bf5d6785 100644
--- a/manual/platform/keymap-ipod3g.tex
+++ b/manual/platform/keymap-ipod3g.tex
@@ -77,3 +77,6 @@
77\newcommand{\ActionPsNudgeRight}{\ButtonRight} 77\newcommand{\ActionPsNudgeRight}{\ButtonRight}
78\newcommand{\ActionPsReset}{\ButtonMenu} 78\newcommand{\ActionPsReset}{\ButtonMenu}
79\newcommand{\ActionPsExit}{\ButtonSelect} 79\newcommand{\ActionPsExit}{\ButtonSelect}
80
81%Button actions, Bookmark screen context
82\newcommand{\ActionBmDelete}{Long \ButtonMenu}
diff --git a/manual/platform/keymap-ipod4g.tex b/manual/platform/keymap-ipod4g.tex
index 7ec3f97771..281d16682a 100644
--- a/manual/platform/keymap-ipod4g.tex
+++ b/manual/platform/keymap-ipod4g.tex
@@ -88,3 +88,6 @@
88\newcommand{\ActionRecSettingsDec}{\ButtonLeft} 88\newcommand{\ActionRecSettingsDec}{\ButtonLeft}
89\newcommand{\ActionRecPrev}{\ButtonScrollBack} 89\newcommand{\ActionRecPrev}{\ButtonScrollBack}
90\newcommand{\ActionRecNext}{\ButtonScrollFwd} 90\newcommand{\ActionRecNext}{\ButtonScrollFwd}
91
92%Button actions, Bookmark screen context
93\newcommand{\ActionBmDelete}{Long \ButtonMenu}
diff --git a/manual/platform/keymap-mx5.tex b/manual/platform/keymap-mx5.tex
index 50d2ace0ad..aea09f4496 100644
--- a/manual/platform/keymap-mx5.tex
+++ b/manual/platform/keymap-mx5.tex
@@ -90,4 +90,6 @@
90\newcommand{\ActionFMSettingsDec}{\ActionSettingDec} 90\newcommand{\ActionFMSettingsDec}{\ActionSettingDec}
91\newcommand{\ActionFMPrev}{\ButtonLeft} 91\newcommand{\ActionFMPrev}{\ButtonLeft}
92\newcommand{\ActionFMNext}{\ButtonRight} 92\newcommand{\ActionFMNext}{\ButtonRight}
93 93 %Button actions, Bookmark screen context
94\newcommand{\ActionBmDelete}{Long \ButtonRec}
95
diff --git a/manual/platform/keymap-ondio.tex b/manual/platform/keymap-ondio.tex
index d2114ec6d4..dd0cf25061 100644
--- a/manual/platform/keymap-ondio.tex
+++ b/manual/platform/keymap-ondio.tex
@@ -81,3 +81,6 @@
81\newcommand{\ActionFMPrev}{\ButtonLeft} 81\newcommand{\ActionFMPrev}{\ButtonLeft}
82\newcommand{\ActionFMNext}{\ButtonRight} 82\newcommand{\ActionFMNext}{\ButtonRight}
83 83
84%Button actions, Bookmark screen context
85\newcommand{\ActionBmDelete}{Long \ButtonLeft}
86
diff --git a/manual/platform/keymap-player.tex b/manual/platform/keymap-player.tex
index efd9da4002..651239b4d9 100644
--- a/manual/platform/keymap-player.tex
+++ b/manual/platform/keymap-player.tex
@@ -44,3 +44,6 @@
44%Button actions, Setting context 44%Button actions, Setting context
45\newcommand{\ActionSettingInc}{\ButtonRight} 45\newcommand{\ActionSettingInc}{\ButtonRight}
46\newcommand{\ActionSettingDec}{\ButtonLeft} 46\newcommand{\ActionSettingDec}{\ButtonLeft}
47
48%Button actions, Bookmark screen context
49\newcommand{\ActionBmDelete}{\ButtonOn{} + \ButtonPlay}
diff --git a/manual/platform/keymap-recorder.tex b/manual/platform/keymap-recorder.tex
index 0862c65aa3..ac194a4422 100644
--- a/manual/platform/keymap-recorder.tex
+++ b/manual/platform/keymap-recorder.tex
@@ -109,3 +109,4 @@
109\newcommand{\ActionFMPrev}{\ButtonLeft} 109\newcommand{\ActionFMPrev}{\ButtonLeft}
110\newcommand{\ActionFMNext}{\ButtonRight} 110\newcommand{\ActionFMNext}{\ButtonRight}
111 111
112\newcommand{\ActionBmDelete}{\ButtonOn{} + \ButtonPlay} \ No newline at end of file