forked from len0rd/rockbox
[Feature] Set values of settings from shortcuts
Adds 'Add Current to Shortcuts' for settings alowing you to save the current value and restore it with a shortcut Change-Id: I0d5c5da9553248a70fd46d5553486ebf7865a20a
This commit is contained in:
parent
bdf89bf4b0
commit
43068ef270
7 changed files with 329 additions and 224 deletions
|
@ -286,6 +286,8 @@ settings. With a shortcut,
|
|||
a specified file or folder
|
||||
\item A file's or folder's ``Playing Next...'' context menu item can
|
||||
be displayed
|
||||
\item A settings current value (any which can be added to the
|
||||
\setting{Quick Screen})
|
||||
\item A setting can be configured (any which can be added to the
|
||||
\setting{Quick Screen})
|
||||
\item A debug menu item can be displayed (useful for developers mostly)
|
||||
|
@ -321,6 +323,9 @@ Available types are:
|
|||
``Playing Next...'' context menu item on (see \reference{ref:playingnext_submenu})
|
||||
\item[setting] \config{data} is the config name of the setting you want to change
|
||||
(see \reference{ref:config_file_options} for the list of the possible settings)
|
||||
\item[apply] \config{data} is the config name of the setting followed by ':'
|
||||
and the value you want applied. ex. 'data: volume: 20' would set the volume to 20 when selected
|
||||
(see \reference{ref:config_file_options} for the list of the possible settings)
|
||||
\item[debug] \config{data} is the name of the debug menu item to display
|
||||
\item[separator] \config{data} is ignored; \config{name} can be used to display text,
|
||||
or left blank to make the list more accessible with visual gaps
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue