mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-02 15:05:47 +01:00
Make the :command-complete completers config specific.
Adds a few missing completers for Pentadactyl.
This commit is contained in:
@@ -63,6 +63,14 @@ const Config = Module("config", ConfigBase, {
|
||||
Leave: "Triggered before exiting Songbird"
|
||||
},
|
||||
|
||||
completers: Class.memoize(function () update({
|
||||
displaypane: "displayPane",
|
||||
playlist: "playlist",
|
||||
mediaview: "mediaView",
|
||||
mediasort: "mediaListSort",
|
||||
song: "song"
|
||||
}, this.__proto__.completers)),
|
||||
|
||||
dialogs: {
|
||||
about: ["About Songbird",
|
||||
function () { window.openDialog("chrome://songbird/content/xul/about.xul", "_blank", "chrome,dialog,modal,centerscreen"); }],
|
||||
|
||||
Reference in New Issue
Block a user