mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 02:37:58 +01:00
:prefs needs to be application specific, so moving :prefs to vimperator and adding a new :prefs for muttator
This commit is contained in:
@@ -219,6 +219,16 @@ const config = { //{{{
|
||||
liberator.loadModule("marks", Marks);
|
||||
liberator.loadModule("hints", Hints);
|
||||
}
|
||||
|
||||
commands.add(["pref[erences]", "prefs"],
|
||||
"Show " + config.hostApplication + " preferences",
|
||||
function (args)
|
||||
{
|
||||
window.openOptionsDialog();
|
||||
},
|
||||
{
|
||||
argCount: "0"
|
||||
});
|
||||
}
|
||||
}; //}}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user