1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-24 04:02:25 +01:00

Add 'hintinputs' to the help index.

This commit is contained in:
Doug Kearns
2009-05-22 18:32:04 +10:00
parent 62853b2498
commit 7513b96a14
5 changed files with 14 additions and 13 deletions

View File

@@ -823,7 +823,7 @@ function Hints() //{{{
"string", '[.,!?:;/"^$%&?()[\\]{}<>#*+|=~ _-]'); "string", '[.,!?:;/"^$%&?()[\\]{}<>#*+|=~ _-]');
options.add(["hintinputs", "hin"], options.add(["hintinputs", "hin"],
"How text inputs are hinted", "How text input fields are hinted",
"stringlist", "label,value", "stringlist", "label,value",
{ {
completer: function (context) [ completer: function (context) [

View File

@@ -285,6 +285,7 @@ section:Options[option-index]
||'fullscreen'|| Show the current window fullscreen + ||'fullscreen'|| Show the current window fullscreen +
||'guioptions'|| Show or hide certain GUI elements like the menu or toolbar + ||'guioptions'|| Show or hide certain GUI elements like the menu or toolbar +
||'helpfile'|| Name of the main help file + ||'helpfile'|| Name of the main help file +
||'hintinputs'|| How text input fields are hinted +
||'hintmatching'|| How links are matched + ||'hintmatching'|| How links are matched +
||'hinttags'|| XPath string of hintable elements activated by [m]f[m] and [m]F[m] + ||'hinttags'|| XPath string of hintable elements activated by [m]f[m] and [m]F[m] +
||'hinttimeout'|| Timeout before automatically following a non-unique numerical hint + ||'hinttimeout'|| Timeout before automatically following a non-unique numerical hint +