mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 07:27:58 +01:00
add count property to Command's extraInfo to specify whether the command
accepts a count/range
This commit is contained in:
@@ -345,10 +345,7 @@ liberator.config = { //{{{
|
||||
|
||||
liberator.commands.add(["winc[lose]", "wc[lose]"],
|
||||
"Close window",
|
||||
function ()
|
||||
{
|
||||
window.close();
|
||||
},
|
||||
function () { window.close(); },
|
||||
{ argCount: "0" });
|
||||
|
||||
liberator.commands.add(["wino[pen]", "wo[pen]", "wine[dit]"],
|
||||
|
||||
Reference in New Issue
Block a user