summaryrefslogtreecommitdiff
path: root/manual/configure_rockbox/bookmarking.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/configure_rockbox/bookmarking.tex')
-rw-r--r--manual/configure_rockbox/bookmarking.tex35
1 files changed, 28 insertions, 7 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}