blob: dd03c2b2983da9e6c9114ab5fac4c5fe35d2220d [file] [log] [blame]
Dominik Riebelingb7eef892006-04-10 21:47:09 +00001% $Id$ %
Martin Arver8e8207f2006-02-11 00:57:17 +00002\chapter{The Main Menu}
Nils Wallménius909b9462007-03-03 00:07:31 +00003\section{\label{ref:main_menu}Introducing the Main Menu}
Dominik Riebeling2cf5abb2006-04-02 17:29:44 +00004\screenshot{main_menu/images/ss-main-menu}{The main menu}{}
Martin Arver167a27d2008-07-14 20:40:28 +00005The \setting{Main Menu} is the screen from which all of the Rockbox functions
6can be accessed. This is the first screen you will see when starting Rockbox.
7To return to the \setting{Main Menu},
Nils Wallménius909b9462007-03-03 00:07:31 +00008 \nopt{ONDIO_PAD}{press the \ActionStdMenu{} button.}%
Martin Arver7bdd03a2006-08-27 15:00:50 +00009 \opt{ONDIO_PAD}{hold the \ButtonMenu{} button.}%
Michael DiFebboe28e2fc2006-05-12 16:56:21 +000010
Nils Wallméniusb2f51422010-10-12 13:43:38 +000011All settings are stored on the unit. However, Rockbox does not access
12the \disk{} solely for the purpose of saving settings. Instead, Rockbox will
13save settings when it accesses the \disk{} the next time, for example when
14refilling the music buffer or navigating through the \setting{File Browser}.
Nils Wallménius909b9462007-03-03 00:07:31 +000015Changes to settings may therefore not be saved unless the \dap{} is shut down
16safely (see \reference{ref:Safeshutdown}).
Martin Arver8e8207f2006-02-11 00:57:17 +000017
Michael DiFebbod8848062006-04-01 15:43:04 +000018\section{Navigating the Main Menu}
Alexander Levin97365802010-05-20 17:38:38 +000019 \begin{btnmap}
Nils Wallménius459b4f62009-02-14 15:01:04 +000020 \ActionStdNext
Marianne Arnold82ff7762010-06-11 20:31:38 +000021 &
22 \opt{HAVEREMOTEKEYMAP}{\ActionRCStdNext
23 &}
24 Select the next option in the menu.\newline
25 Inside a setting, increase the value or choose next option.
26 \\
Nils Wallménius459b4f62009-02-14 15:01:04 +000027 %
28 \ActionStdPrev
Marianne Arnold82ff7762010-06-11 20:31:38 +000029 &
30 \opt{HAVEREMOTEKEYMAP}{\ActionRCStdPrev
31 &}
32 Select the previous option in the menu.\newline
33 Inside a setting,decrease the value or choose previous option.
34 \\
Nils Wallménius459b4f62009-02-14 15:01:04 +000035 %
36 \ActionStdOk
Marianne Arnold82ff7762010-06-11 20:31:38 +000037 &
38 \opt{HAVEREMOTEKEYMAP}{\ActionRCStdOk
39 &}
40 Select option.
41 \\
Nils Wallménius459b4f62009-02-14 15:01:04 +000042 %
43 \ActionStdCancel
Marianne Arnold82ff7762010-06-11 20:31:38 +000044 &
45 \opt{HAVEREMOTEKEYMAP}{\ActionRCStdCancel
46 &}
47 Exit menu or setting, or move to parent menu.
48 \\
Nils Wallménius459b4f62009-02-14 15:01:04 +000049 \end{btnmap}
Martin Arver8e8207f2006-02-11 00:57:17 +000050
Dominik Riebeling1212dce2006-04-02 10:57:54 +000051\section {Recent Bookmarks}
Dominik Riebeling2cf5abb2006-04-02 17:29:44 +000052\screenshot{main_menu/images/ss-list-bookmarks}%
Nils Wallménius459b4f62009-02-14 15:01:04 +000053{The list bookmarks screen}{}
Michael DiFebboe28e2fc2006-05-12 16:56:21 +000054If the \setting{Save a list of recently created bookmarks} option is enabled
Dominik Riebeling1212dce2006-04-02 10:57:54 +000055then you can view a list of several recent bookmarks here and select one to
Alex Parkerc0f69bb2009-12-17 22:48:49 +000056jump straight to that track.\\*
57
58 \note{Bookmarking only works when tracks are launched from the file browser,
59 and does not currently work for tracks launched via the
Alex Parkerb2814142009-12-17 23:52:14 +000060 database. In addition, they do not currently work with dynamic
61 playlists.\\*}
Nils Wallménius459b4f62009-02-14 15:01:04 +000062
Alexander Levin97365802010-05-20 17:38:38 +000063 \begin{btnmap}
Nils Wallménius459b4f62009-02-14 15:01:04 +000064 \ActionStdNext
Marianne Arnold6f169b42009-07-05 18:21:19 +000065 \opt{HAVEREMOTEKEYMAP}{& \ActionRCStdNext}
Alex Parker54e163a2009-12-17 19:00:48 +000066 & Select the next bookmark.\\
Nils Wallménius459b4f62009-02-14 15:01:04 +000067 %
68 \ActionStdPrev
Marianne Arnold6f169b42009-07-05 18:21:19 +000069 \opt{HAVEREMOTEKEYMAP}{& \ActionRCStdPrev}
Alex Parker54e163a2009-12-17 19:00:48 +000070 & Select the previous bookmark.\\
Nils Wallménius459b4f62009-02-14 15:01:04 +000071 %
72 \ActionStdOk
Marianne Arnold6f169b42009-07-05 18:21:19 +000073 \opt{HAVEREMOTEKEYMAP}{& \ActionRCStdOk}
Alex Parker54e163a2009-12-17 19:00:48 +000074 & Resume from the selected bookmark.\\
Nils Wallménius459b4f62009-02-14 15:01:04 +000075 %
76 \ActionStdCancel
Marianne Arnold6f169b42009-07-05 18:21:19 +000077 \opt{HAVEREMOTEKEYMAP}{& \ActionRCStdCancel}
Alex Parker54e163a2009-12-17 19:00:48 +000078 & Exit Recent Bookmark menu.\\
Nils Wallménius459b4f62009-02-14 15:01:04 +000079 %
Alex Parker6c00e1c2009-05-21 11:39:22 +000080 \nopt{GIGABEAT_S_PAD}{\ActionBmDelete
Marianne Arnold6f169b42009-07-05 18:21:19 +000081 \opt{HAVEREMOTEKEYMAP}{& \ActionRCBmDelete}
Alex Parker54e163a2009-12-17 19:00:48 +000082 & Delete the currently selected bookmark.\\}
Nils Wallménius459b4f62009-02-14 15:01:04 +000083 %
Alex Parker41ff2872009-06-28 18:02:04 +000084 \ActionStdContext
Marianne Arnold6f169b42009-07-05 18:21:19 +000085 \opt{HAVEREMOTEKEYMAP}{& \ActionRCStdContext}
Alex Parker54e163a2009-12-17 19:00:48 +000086 & Enter the context menu for the selected bookmark.\\
Nils Wallménius459b4f62009-02-14 15:01:04 +000087 \end{btnmap}
Nils Wallménius459b4f62009-02-14 15:01:04 +000088
89There are two options in the context menu:\\*
90
91 \setting{Resume} will commence playback of the currently selected bookmark entry.
92
93 \setting{Delete} will remove the currently selected bookmark entry from the list.\\*
94
95This entry is not shown in the \setting{Main Menu} when the option is off
96(the default setting). See \reference{ref:Bookmarkconfigactual}
Dominik Riebelingcb3e6962006-04-04 12:27:28 +000097for more details on configuring bookmarking in Rockbox.
Dominik Riebeling1212dce2006-04-02 10:57:54 +000098
Nils Wallménius909b9462007-03-03 00:07:31 +000099\section{Files}
100Browse the files on your \dap{} (see \reference{ref:file_browser}).
101
102\section{Database}
103Browse by the meta-data in your audio files (see \reference{ref:database}).
104
105\section{Now Playing/Resume Playback}
106Go to the \setting{While Playing Screen} and resume if music playback is
107stopped or paused and there is something to resume (see \reference{ref:WPS}).
108
109\section{Settings}
Dominik Riebelingab547ef2008-04-23 19:34:15 +0000110
Michael Chicoine2bfcb6e2009-11-29 20:50:54 +0000111The \setting{Settings} menu allows you to set or adjust many parameters that
112affect the way your \dap{} works. There are many submenus for different
113parameter areas. Every time you are setting a value of a parameter, and that
114value is selected from a list of some predefined available values, you can press
Dominik Riebelingab547ef2008-04-23 19:34:15 +0000115\ActionStdContext, and the selection cursor will jump to the default value for
116the parameter. You can then confirm or cancel the value. This is useful if you
117have changed the value of the parameter from the default to some other value and
118would like to restore the default value.
119
Nils Wallménius909b9462007-03-03 00:07:31 +0000120\subsection{Sound Settings}
Michael DiFebboe28e2fc2006-05-12 16:56:21 +0000121The \setting{Sound Settings} menu offers a selection of sound properties you may
Nils Wallménius8b782092007-10-13 07:59:32 +0000122change to customise your listening experience. The details of this menu are covered
123in \reference{ref:configure_rockbox_sound}.
Dominik Riebeling1212dce2006-04-02 10:57:54 +0000124
Nils Wallménius01177052008-10-19 11:18:05 +0000125\subsection{Playback Settings}
126The \setting{Playback Settings} menu allows you to configure settings related
127to audio playback. The details of this menu are covered
128in \reference{ref:configure_rockbox_playback}.
129
Nils Wallménius909b9462007-03-03 00:07:31 +0000130\subsection{General Settings}
Martin Arverf8e2f3e2006-10-17 12:18:51 +0000131The \setting{General Settings} menu allows you to customise the way Rockbox looks
Nils Wallménius8b782092007-10-13 07:59:32 +0000132and the way it plays music. The details of this menu are covered in
Martin Arver26c6e7b2006-08-01 11:57:38 +0000133\reference{ref:configure_rockbox_general}.
Dominik Riebeling1212dce2006-04-02 10:57:54 +0000134
Alex Parker3ea02a82009-04-26 14:20:27 +0000135\subsection{Theme Settings}
136The \setting{Theme Settings} menu contains options that control the visual
Bertrik Sikken04b9ca22011-04-11 22:42:09 +0000137appearance of Rockbox. The details of this menu are covered in
Alex Parker3ea02a82009-04-26 14:20:27 +0000138\reference{ref:configure_rockbox_themes}.
139
140\opt{recording}{
141\subsection{Recording Settings}
142The \setting{Recording Settings} menu allows you to configure settings related
143to recording. The details of this menu are covered in detail in
144\reference{ref:Recordingsettings}.
145}
146
Nils Wallménius909b9462007-03-03 00:07:31 +0000147\subsection{Manage Settings}
Michael DiFebboe28e2fc2006-05-12 16:56:21 +0000148The \setting{Manage Settings} option allows the saving and re-loading of user
Michael DiFebbo06238412006-08-12 15:56:33 +0000149configuration settings, browsing the hard drive for alternate firmwares, and finally
Martin Arverdcf83af2006-08-27 17:05:57 +0000150resetting your \dap{} back to initial configuration.
Michael DiFebbo06238412006-08-12 15:56:33 +0000151%
Nils Wallménius8b782092007-10-13 07:59:32 +0000152The details of this menu are covered in
Michael DiFebbo06238412006-08-12 15:56:33 +0000153\reference{ref:manage_settings}.
Dominik Riebeling1212dce2006-04-02 10:57:54 +0000154
Alex Parker444080a2009-04-26 14:25:07 +0000155\opt{recording}{\input{main_menu/recording_screen.tex}}
Dominik Riebelingb7eef892006-04-10 21:47:09 +0000156
Nils Wallménius12eb0582008-03-23 22:07:09 +0000157\opt{radio}{\input{main_menu/fmradio.tex}}
Dominik Riebelingcb3e6962006-04-04 12:27:28 +0000158
Alexander Levinb1aad4c2011-02-01 21:32:19 +0000159\section{\label{ref:playlistoptions}Playlists}
Martin Arver85709112006-08-15 10:53:14 +0000160 This menu allows you to work with playlists. Playlists can be created in
Marianne Arnoldb2f7c612007-12-14 02:03:58 +0000161 three ways. Playing a file in a directory causes all the files in it
162 to be placed in a playlist. Playlists can be created manually by
Marianne Arnold90bcefa2008-03-03 23:01:44 +0000163 either using the \setting{Context Menu} (see \reference{ref:Contextmenu}) or using
Nils Wallménius909b9462007-03-03 00:07:31 +0000164 the \setting{Playlist} menu. Both automatically and manually created
Martin Arver85709112006-08-15 10:53:14 +0000165 playlists can be edited using this menu.
Martin Arver8e8207f2006-02-11 00:57:17 +0000166
Dominik Riebeling1212dce2006-04-02 10:57:54 +0000167\begin{description}
168\item[Create Playlist:]
169 Rockbox will create a playlist with all tracks in the current directory
Marianne Arnoldb2f7c612007-12-14 02:03:58 +0000170and all sub-directories. The playlist will be created one directory level ``up''
Dominik Riebeling1212dce2006-04-02 10:57:54 +0000171from where you currently are.
Martin Arver29d5dba2006-03-28 22:46:49 +0000172
Dominik Riebeling1212dce2006-04-02 10:57:54 +0000173\item[View Current Playlist:]
Martin Arver29d5dba2006-03-28 22:46:49 +0000174 Displays the contents of the playlist currently stored in memory.
175
Dominik Riebeling1212dce2006-04-02 10:57:54 +0000176\item[Save Current Playlist:]
177 Saves the current dynamic playlist, excluding queued tracks, to the
Marc Guayf6cde722008-07-06 21:32:59 +0000178specified file. If no path is provided then playlist is saved to the current
179directory.
Dominik Riebelingb7eef892006-04-10 21:47:09 +0000180
Alex Parker39cc63e2011-08-09 13:53:39 +0000181\item[View Catalogue:]
Alexander Levinb1aad4c2011-02-01 21:32:19 +0000182 Provides a simple interface to maintain
Marc Guayf6cde722008-07-06 21:32:59 +0000183 several playlists (see \reference{ref:working_with_playlists}).
Dominik Riebeling1212dce2006-04-02 10:57:54 +0000184\end{description}
Martin Arver8e8207f2006-02-11 00:57:17 +0000185
Nils Wallménius909b9462007-03-03 00:07:31 +0000186\section{Plugins}
Dominik Riebelingcb3e6962006-04-04 12:27:28 +0000187 With this option you can load and run various plugins that have been
Dominik Riebelingb7eef892006-04-10 21:47:09 +0000188written for Rockbox. There are a wide variety of these supplied with
Michael DiFebboe28e2fc2006-05-12 16:56:21 +0000189Rockbox, including several games, some impressive demos and a number of
Martin Arver7a473132006-07-31 12:21:57 +0000190utilities. A detailed description of the different plugins is to be found in
Martin Arver26c6e7b2006-08-01 11:57:38 +0000191\reference{ref:plugins}.
Martin Arver8e8207f2006-02-11 00:57:17 +0000192
Nils Wallménius909b9462007-03-03 00:07:31 +0000193\section{\label{ref:Info}System}
Dominik Riebeling1212dce2006-04-02 10:57:54 +0000194\opt{player}{Use the MINUS and PLUS keys to step through several
195pages of information.}
Martin Arver8e8207f2006-02-11 00:57:17 +0000196
Dominik Riebeling1212dce2006-04-02 10:57:54 +0000197\begin{description}
198\item[Rockbox Info:]
Nils Wallménius00a3fc72007-01-19 12:42:19 +0000199 Displays some basic system information. This is, from top to bottom,
200 the amount of memory Rockbox has available for storing music (the buffer).
201 The battery status.
Marianne Arnold88b8d6e2008-02-10 18:35:44 +0000202\opt{multivolume}{%
Nils Wallménius00a3fc72007-01-19 12:42:19 +0000203 Memory size and amount of free space on the two data volumes, this info is
Bertrik Sikken16f8f342011-04-11 20:58:19 +0000204 given separately for internal memory (\emph{Int}) and for a plugged in
Marianne Arnold88b8d6e2008-02-10 18:35:44 +0000205 memory card
206 \opt{ondio}{(\emph{MMC})}
Rafaël Carré0584edc2013-02-02 13:21:39 +0100207 \opt{sansa,e200v2,fuze,fuzev2,clipplus,clipzip}{(\emph{MSD})}.
Marianne Arnoldfdc2daf2006-12-02 09:42:09 +0000208}%
Marianne Arnold88b8d6e2008-02-10 18:35:44 +0000209\nopt{multivolume}{Hard disk size and the amount of free space on the disk.}
Martin Arver7bdd03a2006-08-27 15:00:50 +0000210
Marc Guay60359bf2009-01-03 14:20:56 +0000211\item[Credits:]
212 Display the list of contributors.
Nils Wallménius9fc68a32008-12-01 10:24:56 +0000213
Andree Buschmannc08bb632010-11-18 21:58:05 +0000214\item[Running Time:]
215 Shows the runtime of your \dap{} in hours, minutes and seconds.
216 \begin{description}
217 \item[Running Time:]
218 This item shows the cumulative overall runtime of your \dap{} since you
Alex Parker75a306e2010-11-19 12:30:22 +0000219 either disconnected it from charging (in Rockbox) or manually
Alex Parker579a7eb2010-11-19 12:33:52 +0000220 reset this item. A manual reset is done through pressing any button,
Marianne Arnolda51fa042010-11-26 19:29:50 +0000221 followed by pressing \ActionStdOk{}.
Andree Buschmannc08bb632010-11-18 21:58:05 +0000222 \item[Top Time:]
223 This item shows the cumulative overall runtime of your \dap{} since you
Alex Parker75a306e2010-11-19 12:30:22 +0000224 last manually reset this item. A manual reset is done through pressing
Marianne Arnolda51fa042010-11-26 19:29:50 +0000225 any button, followed by pressing \ActionStdOk{}.
Andree Buschmannc08bb632010-11-18 21:58:05 +0000226 \end{description}
227
Dominik Riebeling1212dce2006-04-02 10:57:54 +0000228\item[Debug (Keep Out!):]
Martin Arverf8e2f3e2006-10-17 12:18:51 +0000229 This sub menu is intended to be used \emph{only} by Rockbox developers.
Michael DiFebboe28e2fc2006-05-12 16:56:21 +0000230 It shows hardware, disk, battery status and other technical information.
Dominik Riebelingcb3e6962006-04-04 12:27:28 +0000231 \warn{It is not recommended that users access this menu unless instructed to
Michael DiFebboe28e2fc2006-05-12 16:56:21 +0000232 do so in the course of fixing a problem with Rockbox. If you think you have
Dominik Riebelingcb3e6962006-04-04 12:27:28 +0000233 messed up your settings by use of this menu please try to reset \emph{all}
234 settings before asking for help.}
Dominik Riebeling1212dce2006-04-02 10:57:54 +0000235\end{description}
Martin Arver8e8207f2006-02-11 00:57:17 +0000236
Martin Arverec3b2932006-03-30 21:21:46 +0000237\opt{player}{
Dominik Riebeling1212dce2006-04-02 10:57:54 +0000238 \section{Shutdown}
Nils Wallménius00a3fc72007-01-19 12:42:19 +0000239 This menu option saves the Rockbox configuration and turns off the hard
240 drive before shutting down the machine. For maximum safety this procedure
Michael DiFebboe28e2fc2006-05-12 16:56:21 +0000241 is recommended when turning off the \dap. (There is a very small risk
Martin Arver26c6e7b2006-08-01 11:57:38 +0000242 of hard disk corruption otherwise.) See \reference{ref:Safeshutdown}
Dominik Riebeling1212dce2006-04-02 10:57:54 +0000243 for more details.
Martin Arverec3b2932006-03-30 21:21:46 +0000244}
Dominik Riebeling1212dce2006-04-02 10:57:54 +0000245
Marianne Arnold49fcfe82009-04-08 23:40:00 +0000246\opt{quickscreen}
Michael DiFebboe28e2fc2006-05-12 16:56:21 +0000247{
Marc Guay0cb9af22008-06-30 01:27:28 +0000248\section{\label{ref:QuickScreen}Quick Screen}
Marc Guay14483f82009-01-03 01:21:25 +0000249 Although the \setting{Quick Screen} is accessible from nearly everywhere,
250 not just the \setting{Main Menu}, it is worth mentioning here. It allows
Thomas Martitzf98bd2d2009-08-29 18:39:33 +0000251 rapid access to your four favourite settings. The default settings are
Marianne Arnold49fcfe82009-04-08 23:40:00 +0000252 \setting{Shuffle} (\reference{ref:PlaybackSettings}),
253 \setting{Repeat} (\reference{ref:PlaybackSettings}) and the
254 \setting{Show Files} (\reference{ref:ShowFiles}) options, but almost all
Marc Guay14483f82009-01-03 01:21:25 +0000255 configurable options in Rockbox can be placed on this screen. To change the
256 options, navigate through the menus to the setting you want to add and press
257 \ActionStdContext. In the menu which appears you will be given options
Marc Guay67aa2f12009-01-09 11:57:33 +0000258 to place the setting on the \setting{Quick Screen}.
Marc Guay14483f82009-01-03 01:21:25 +0000259
Dominik Riebelingd2321972009-01-09 15:17:52 +0000260 Press \ActionStdQuickScreen{} to access it and \ActionQuickScreenExit{} to exit.
Marc Guay67aa2f12009-01-09 11:57:33 +0000261 The direction buttons will modify the individual setting values as indicated
Thomas Martitzf98bd2d2009-08-29 18:39:33 +0000262 by the arrow icons. Please note that the settings at opposite sides of the
263 screen cycle through the available options in opposite directions.
264 Therefore if you select the same setting at e.g. the top and bottom of the
265 quickscreen, then pressing up and down will cycle through this setting in
266 opposite directions.
Dominik Riebelingb7eef892006-04-10 21:47:09 +0000267}
Jonathan Gordon101693f2011-11-15 13:22:02 +0000268
269\section{\label{ref:MainMenuShortcuts}Shortcuts}
270
271This menu item is a container for user defined shortcuts to files, folders or
Alexander Levin3607d882011-11-15 22:38:55 +0000272settings. With a shortcut,
Jonathan Gordon101693f2011-11-15 13:22:02 +0000273\begin{itemize}
274 \item A file can be ``run'' (i.e. a music file played, plugin started or
275 a \fname{.cfg} loaded)
276 \item The file browser can be opened with the cursor positioned at
Alexander Levin3607d882011-11-15 22:38:55 +0000277 a specified file or folder
Jonathan Gordon101693f2011-11-15 13:22:02 +0000278 \item A file's or folder's ``Current Playlist'' context menu item can
279 be displayed
Alexander Levin3607d882011-11-15 22:38:55 +0000280 \item A setting can be configured (any which can be added to the
Jonathan Gordon101693f2011-11-15 13:22:02 +0000281 \setting{Quick Screen})
Alexander Levin3607d882011-11-15 22:38:55 +0000282 \item A debug menu item can be displayed (useful for developers mostly)
Alexander Levin9653ae32011-12-09 12:44:51 +0000283\opt{rtc}{
284 \item The current time can be spoken
285}
286 \item The sleep timer can be configured
Alexander Levincc95f342011-12-06 16:51:28 +0000287 \item The \dap{} can be turned off
Jonathan Gordon101693f2011-11-15 13:22:02 +0000288\end{itemize}
289
290\note{Shortcuts into the database are not possible}
291
292Shortcuts are loaded from the file \fname{/.rockbox/shortcuts.txt} which lists
293each item to be displayed. Each shortcut looks like the following:
294
295\begin{example}
296 [shortcut]
Alexander Levin3607d882011-11-15 22:38:55 +0000297 type: <shortcut type>
Jonathan Gordon101693f2011-11-15 13:22:02 +0000298 data: <what the shortcut actually links to>
Alexander Levin3607d882011-11-15 22:38:55 +0000299 name: <what the shortcut should be displayed as>
300 icon: <number of the theme icon to use (see \wikilink{CustomIcons})>
Jonathan Gordon48943632011-12-11 10:27:14 +0000301 talkclip: <filename of a talk clip to speak when voice menus are enabled>
Jonathan Gordon101693f2011-11-15 13:22:02 +0000302\end{example}
303
304Only ``type'' and ``data'' are required (except if type is ``separator'' in which case
305``data'' is also not required).
306
307Available types are:
308\begin{description}
Alexander Levin3607d882011-11-15 22:38:55 +0000309\item[file] \config{data} is the name of the file to ``run''
Jonathan Gordon101693f2011-11-15 13:22:02 +0000310\item[browse] \config{data} is the file or the folder to open the file browser at
311\item[playlist menu] \config{data} is the file or the folder to open the
312 ``Current Playlist'' context menu item on
313\item[setting] \config{data} is the config name of the setting you want to change
Alexander Levin3607d882011-11-15 22:38:55 +0000314 (see \reference{ref:config_file_options} for the list of the possible settings)
Jonathan Gordon101693f2011-11-15 13:22:02 +0000315\item[debug] \config{data} is the name of the debug menu item to display
Alexander Levin3607d882011-11-15 22:38:55 +0000316\item[separator] \config{data} is ignored; \config{name} can be used to display text,
Jonathan Gordon101693f2011-11-15 13:22:02 +0000317 or left blank to make the list more accessible with visual gaps
Alexander Levin9653ae32011-12-09 12:44:51 +0000318\item[time] \config{data} needs to be \opt{rtc}{either ``talk'' to talk the time, or }``sleep X''
Jonathan Gordon29b1ba32011-12-08 10:23:46 +0000319 where X is the number of minutes to run the sleep timer for (0 to disable). \config{name}
320 is required for this shortcut type.
Alexander Levin9653ae32011-12-09 12:44:51 +0000321\item[shutdown] \config{data} is ignored; \config{name} can be used to display text
Jonathan Gordon101693f2011-11-15 13:22:02 +0000322\end{description}
323
Alexander Levin3607d882011-11-15 22:38:55 +0000324If the name/icon items are not specified, a sensible default will be used.
Jonathan Gordon101693f2011-11-15 13:22:02 +0000325
326\note{For the ``browse'' type, if you want the file browser to start \emph{inside}
327a folder, make sure the data has the trailing slash (i.e \fname{/Music/} instead of
Franklin Weid6eefbb2017-04-17 17:30:42 -0400328\fname {/Music}). Without the trailing slash, it will cause the file browser to open
Jonathan Gordon101693f2011-11-15 13:22:02 +0000329with \fname{/Music} selected instead.}
330
331The file \fname{shortcuts.txt} can be edited with any text editor. Most items can
332also be added to it through their context menu item ``Add to shortcuts''.
333A reboot is needed for manual changes to \fname{shortcuts.txt} to be applied.
334
Jonathan Gordon4348b452012-07-26 17:51:51 +1000335Shortcuts can be manually removed by selecting the one you wish to remove and pressing
336\ActionStdContext{}.