diff --git a/xulmus/TODO b/xulmus/TODO index 3035d959..9b1c8c2e 100644 --- a/xulmus/TODO +++ b/xulmus/TODO @@ -5,12 +5,9 @@ BUGS: - broken commands: - SB doesn't support tab-undo yet so :undo and "u" etc don't work - :tabduplicate - - :back/H, :forward,L - - :open songbird-internal-search searchString - Is this workable anyway? --djk + - :open songbird-internal-search searchString (broken because SB intercepts queries to this engine) - is off by one when alternating with the media tab - numbered tabs - - default search FEATURES: 9 '?' - Reusing '/'. diff --git a/xulmus/content/config.js b/xulmus/content/config.js index ac364c3b..3de9ca50 100644 --- a/xulmus/content/config.js +++ b/xulmus/content/config.js @@ -105,6 +105,8 @@ const config = { //{{{ ["import", "Import Preferences, Bookmarks, History, etc. from other browsers", function () { window.BrowserImport(); }], */ + ["jumpto", "Jump to a media item", + function () { onJumpToFileKey(); }], ["newsmartplaylist", "Open the file selector dialog", function () { SBNewSmartPlaylist(); }], ["openfile", "Open the file selector dialog", diff --git a/xulmus/locale/en-US/gui.txt b/xulmus/locale/en-US/gui.txt index 4183fb3a..69129064 100644 --- a/xulmus/locale/en-US/gui.txt +++ b/xulmus/locale/en-US/gui.txt @@ -42,6 +42,7 @@ Available dialogs: *console* JavaScript console *dominspector* DOM Inspector *downloads* Manage Downloads +*jumpto* Jump to a media item *newsmartplaylist* Create a new smart playlist *openfile* Open the file selector dialog *pagesource* View page source