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:
@@ -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) [
|
||||||
|
|||||||
@@ -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 +
|
||||||
|
|||||||
Reference in New Issue
Block a user