mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Add a shortcut type 'shutdown' which will turn off the player
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31157 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a55982d130
commit
565191ad50
3 changed files with 22 additions and 0 deletions
|
@ -32,6 +32,7 @@ enum shortcut_type {
|
|||
SHORTCUT_BROWSER,
|
||||
SHORTCUT_PLAYLISTMENU,
|
||||
SHORTCUT_SEPARATOR,
|
||||
SHORTCUT_SHUTDOWN,
|
||||
|
||||
SHORTCUT_TYPE_COUNT
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue