mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-28 19:52:27 +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",
|
||||
function () { BrowserPageInfo(); }],
|
||||
["pagesource", "View page source",
|
||||
function () { BrowserViewSourceOfDocument(content.document); }],
|
||||
["preferences", "Show Firefox preferences dialog",
|
||||
function () { openPreferences(); }],
|
||||
["printpreview", "Preview the page before printing",
|
||||
function () { BrowserViewSourceOfDocument(content.document); }],*/
|
||||
["preferences", "Show Thunderbird preferences dialog",
|
||||
function () { openOptionsDialog(); }],
|
||||
/*["printpreview", "Preview the page before printing",
|
||||
function () { PrintUtils.printPreview(onEnterPrintPreview, onExitPrintPreview); }],*/
|
||||
["printsetup", "Setup the page size and orientation before printing",
|
||||
function () { PrintUtils.showPageSetup(); }],
|
||||
|
||||
Reference in New Issue
Block a user