1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-17 15:43:33 +02: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

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