mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-11 08:55:45 +01:00
Add :dia newsmartplaylist to Xulmus.
This commit is contained in:
@@ -10,6 +10,7 @@ BUGS:
|
|||||||
Is this workable anyway? --djk
|
Is this workable anyway? --djk
|
||||||
- <C-^> is off by one when alternating with the media tab
|
- <C-^> is off by one when alternating with the media tab
|
||||||
- numbered tabs
|
- numbered tabs
|
||||||
|
- default search
|
||||||
|
|
||||||
FEATURES:
|
FEATURES:
|
||||||
9 '?' - Reusing '/'.
|
9 '?' - Reusing '/'.
|
||||||
|
|||||||
@@ -106,6 +106,8 @@ const config = { //{{{
|
|||||||
["import", "Import Preferences, Bookmarks, History, etc. from other browsers",
|
["import", "Import Preferences, Bookmarks, History, etc. from other browsers",
|
||||||
function () { window.BrowserImport(); }],
|
function () { window.BrowserImport(); }],
|
||||||
*/
|
*/
|
||||||
|
["newsmartplaylist", "Open the file selector dialog",
|
||||||
|
function () { SBNewSmartPlaylist(); }],
|
||||||
["openfile", "Open the file selector dialog",
|
["openfile", "Open the file selector dialog",
|
||||||
function () { SBFileOpen(); }],
|
function () { SBFileOpen(); }],
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -42,6 +42,7 @@ Available dialogs:
|
|||||||
*console* JavaScript console
|
*console* JavaScript console
|
||||||
*dominspector* DOM Inspector
|
*dominspector* DOM Inspector
|
||||||
*downloads* Manage Downloads
|
*downloads* Manage Downloads
|
||||||
|
*newsmartplaylist* Create a new smart playlist
|
||||||
*openfile* Open the file selector dialog
|
*openfile* Open the file selector dialog
|
||||||
*pagesource* View page source
|
*pagesource* View page source
|
||||||
*places* Places Organizer: Manage your bookmarks and history
|
*places* Places Organizer: Manage your bookmarks and history
|
||||||
|
|||||||
Reference in New Issue
Block a user