mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 01:42:26 +01:00
Add 'hintinputs' to the help index.
This commit is contained in:
@@ -823,7 +823,7 @@ function Hints() //{{{
|
||||
"string", '[.,!?:;/"^$%&?()[\\]{}<>#*+|=~ _-]');
|
||||
|
||||
options.add(["hintinputs", "hin"],
|
||||
"How text inputs are hinted",
|
||||
"How text input fields are hinted",
|
||||
"stringlist", "label,value",
|
||||
{
|
||||
completer: function (context) [
|
||||
|
||||
@@ -285,6 +285,7 @@ section:Options[option-index]
|
||||
||'fullscreen'|| Show the current window fullscreen +
|
||||
||'guioptions'|| Show or hide certain GUI elements like the menu or toolbar +
|
||||
||'helpfile'|| Name of the main help file +
|
||||
||'hintinputs'|| How text input fields are hinted +
|
||||
||'hintmatching'|| How links are matched +
|
||||
||'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 +
|
||||
|
||||
Reference in New Issue
Block a user