mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 11:27:58 +01:00
add bangAllowed property to Command's extraInfo to specify whether the bang
version of the command is available
This commit is contained in:
@@ -567,9 +567,7 @@ liberator.Hints = function () //{{{
|
||||
liberator.options.add(["hinttimeout", "hto"],
|
||||
"Automatically follow non unique numerical hint",
|
||||
"number", 0,
|
||||
{
|
||||
validator: function (value) value >= 0
|
||||
});
|
||||
{ validator: function (value) value >= 0 });
|
||||
|
||||
liberator.options.add(["linkfgcolor", "lfc"],
|
||||
"Foreground color of a link during hint mode",
|
||||
|
||||
Reference in New Issue
Block a user