1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 17:22:26 +01:00

add 'followhints' to index.txt

This commit is contained in:
Doug Kearns
2008-11-28 14:30:00 +00:00
parent a7ca55a87d
commit 0698afef24
3 changed files with 8 additions and 9 deletions

View File

@@ -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 });