mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 01:44:12 +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;
|
||||
}
|
||||
|
||||
liberator.commands.addUserCommand(["em[enu]"],
|
||||
liberator.commands.add(["em[enu]"],
|
||||
"Execute the specified menu item from the command line",
|
||||
function (args)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user