Shortcuts Main Menu item ------------------------ Custom shortcuts can be added to the 'Shortcuts' menu item to give the user quick access to most of the user interface. The following are valid shortcuts: * Any file can be "run" directly from the shortcut menu (i.e a plugin started or a .cfg loaded) * The filebrowser can be opened to any file or folder * A file or folders "Current Playlist" context menu item * Most settings can be configured from the shortcut menu (any which can be added to the quickscreen can be added as a shortcut) * Any debug menu item (useful for developers mostly). (Shortcuts into the database are not currently possible but will be implemented when that becomes possible) Shortcuts are loaded from the file /.rockbox/shortcuts.txt which simply lists each item you want to have displayed. Each shortcut looks like the following: [shortcut] type: data: name: icon: Only type and data are required (except if type is `separator` in which case nothing is required) Available types: browse : data is then the file/folder to open the file browser at file : data is the filename to run playlist menu : data is the file/folder to open the "Current Playlist" context menu item on setting : data is the config name of the setting you want to change debug : data is the name of the debug menu item to display separator : data is ignored, name can be used to display text, or left blank to make the list more accessable with visual gaps) If the name/icon items are not specified a sensible default will be used. Hint: For the `browse` type, if you want the filebrowser to start *inside* a folder make sure the data has the trailing / (i.e /Music/ instead of /Music). Without the trailing / will cause the filebroser to open with /Music selected instead. Hint: Most items can be added through their context menu item "Add to shortcuts". You must reboot for manual changes to shortcuts.txt to be applied.