mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-17 20:55:48 +01:00
Add the :dialog preferences command to muttator
This commit is contained in:
@@ -83,10 +83,10 @@ const config = { //{{{
|
|||||||
["pageinfo", "Show information about the current page",
|
["pageinfo", "Show information about the current page",
|
||||||
function () { BrowserPageInfo(); }],
|
function () { BrowserPageInfo(); }],
|
||||||
["pagesource", "View page source",
|
["pagesource", "View page source",
|
||||||
function () { BrowserViewSourceOfDocument(content.document); }],
|
function () { BrowserViewSourceOfDocument(content.document); }],*/
|
||||||
["preferences", "Show Firefox preferences dialog",
|
["preferences", "Show Thunderbird preferences dialog",
|
||||||
function () { openPreferences(); }],
|
function () { openOptionsDialog(); }],
|
||||||
["printpreview", "Preview the page before printing",
|
/*["printpreview", "Preview the page before printing",
|
||||||
function () { PrintUtils.printPreview(onEnterPrintPreview, onExitPrintPreview); }],*/
|
function () { PrintUtils.printPreview(onEnterPrintPreview, onExitPrintPreview); }],*/
|
||||||
["printsetup", "Setup the page size and orientation before printing",
|
["printsetup", "Setup the page size and orientation before printing",
|
||||||
function () { PrintUtils.showPageSetup(); }],
|
function () { PrintUtils.showPageSetup(); }],
|
||||||
|
|||||||
Reference in New Issue
Block a user