1
0
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:
Doug Kearns
2011-01-01 03:54:43 +11:00
parent 729bf8d45c
commit 24f5c9d06d
6 changed files with 66 additions and 56 deletions

View File

@@ -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"); }],