mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 10:18:00 +01:00
add 'followhints' to index.txt
This commit is contained in:
@@ -556,7 +556,9 @@ function Hints() //{{{
|
||||
{ validator: function (value) value >= 0 });
|
||||
|
||||
options.add(["followhints", "fh"],
|
||||
"Change the way when to automatically follow hints",
|
||||
// FIXME: this description isn't very clear but I can't think of a
|
||||
// better one right now.
|
||||
"Change the behaviour of <Return> in hint mode",
|
||||
"number", 0,
|
||||
{ validator: function (value) value >= 0 && value < 3 });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user