1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-05 10:15:45 +01:00

Add :dia newsmartplaylist to Xulmus.

This commit is contained in:
Doug Kearns
2009-04-01 22:05:35 +11:00
parent a1ce575cef
commit 1acb941148
3 changed files with 5 additions and 1 deletions

View File

@@ -10,9 +10,10 @@ BUGS:
Is this workable anyway? --djk
- <C-^> is off by one when alternating with the media tab
- numbered tabs
- default search
FEATURES:
9 '?' - Reusing '/'.
9 '?' - Reusing '/'.
8 Playlist/SmartPlaylist operations & meta-data operations.
8 Sort-View commands.
7 j/k - for browsing through the visible view.

View File

@@ -106,6 +106,8 @@ const config = { //{{{
["import", "Import Preferences, Bookmarks, History, etc. from other browsers",
function () { window.BrowserImport(); }],
*/
["newsmartplaylist", "Open the file selector dialog",
function () { SBNewSmartPlaylist(); }],
["openfile", "Open the file selector dialog",
function () { SBFileOpen(); }],
/*

View File

@@ -42,6 +42,7 @@ Available dialogs:
*console* JavaScript console
*dominspector* DOM Inspector
*downloads* Manage Downloads
*newsmartplaylist* Create a new smart playlist
*openfile* Open the file selector dialog
*pagesource* View page source
*places* Places Organizer: Manage your bookmarks and history