mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-07 09:45:45 +01:00
add :emenu as a standard command - was accidentally defined as a user command
This commit is contained in:
@@ -187,7 +187,7 @@ const liberator = (function () //{{{
|
|||||||
return items;
|
return items;
|
||||||
}
|
}
|
||||||
|
|
||||||
liberator.commands.addUserCommand(["em[enu]"],
|
liberator.commands.add(["em[enu]"],
|
||||||
"Execute the specified menu item from the command line",
|
"Execute the specified menu item from the command line",
|
||||||
function (args)
|
function (args)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user