1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-09 23:35:47 +01:00

Add :dialog jumpto.

This commit is contained in:
Doug Kearns
2009-04-02 20:23:21 +11:00
parent 6e1c999934
commit 54647ba73b
3 changed files with 4 additions and 4 deletions

View File

@@ -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)
- <C-^> is off by one when alternating with the media tab
- numbered tabs
- default search
FEATURES:
9 '?' - Reusing '/'.

View File

@@ -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",

View File

@@ -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