diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc index ff06b03de..5182968a6 100644 --- a/doc/help/settings.asciidoc +++ b/doc/help/settings.asciidoc @@ -217,8 +217,6 @@ |<>|When a hint can be automatically followed without pressing Enter. |<>|Duration (in milliseconds) to ignore normal-mode key bindings after a successful auto-follow. |<>|CSS border value for hints. -|<>|Padding (in pixels) for hints. -|<>|Rounding radius (in pixels) for the edges of hints. |<>|Characters used for hint strings. |<>|Dictionary file to be used by the word hints. |<>|Which implementation to use to find elements to hint. @@ -227,7 +225,9 @@ |<>|Minimum number of characters used for hint strings. |<>|Mode to use for hints. |<>|Comma-separated list of regular expressions to use for 'next' links. +|<>|Padding (in pixels) for hints. |<>|Comma-separated list of regular expressions to use for 'prev' links. +|<>|Rounding radius (in pixels) for the edges of hints. |<>|Scatter hint key chains (like Vimium) or not (like dwb). |<>|CSS selectors used to determine which elements on a page should have hints. |<>|Make characters in hint strings uppercase. @@ -2319,7 +2319,7 @@ Valid values: * +allow-from-user-interaction+: Allows navigation requests to URLs with unknown schemes that are issued from user-interaction (like a mouse-click), whereas other navigation requests (for example from JavaScript) are suppressed. * +allow-all+: Allows all navigation requests to URLs with unknown schemes. -Default: +pass:[allow-unknown-url-schemes-from-user-interaction]+ +Default: +pass:[allow-from-user-interaction]+ On QtWebEngine, this setting requires Qt 5.11 or newer. @@ -2714,27 +2714,6 @@ Type: <> Default: +pass:[1px solid #E3BE23]+ -[[hints.padding]] -=== hints.padding -Padding (in pixels) for hints. - -Type: <> - -Default: - -- +pass:[bottom]+: +pass:[0]+ -- +pass:[left]+: +pass:[3]+ -- +pass:[right]+: +pass:[3]+ -- +pass:[top]+: +pass:[0]+ - -[[hints.radius]] -=== hints.radius -Rounding radius (in pixels) for the edges of hints. - -Type: <> - -Default: +pass:[0]+ - [[hints.chars]] === hints.chars Characters used for hint strings. @@ -2819,6 +2798,19 @@ Default: - +pass:[\b(>>|»)\b]+ - +pass:[\bcontinue\b]+ +[[hints.padding]] +=== hints.padding +Padding (in pixels) for hints. + +Type: <> + +Default: + +- +pass:[bottom]+: +pass:[0]+ +- +pass:[left]+: +pass:[3]+ +- +pass:[right]+: +pass:[3]+ +- +pass:[top]+: +pass:[0]+ + [[hints.prev_regexes]] === hints.prev_regexes Comma-separated list of regular expressions to use for 'prev' links. @@ -2833,6 +2825,14 @@ Default: - +pass:[\b[<←≪]\b]+ - +pass:[\b(<<|«)\b]+ +[[hints.radius]] +=== hints.radius +Rounding radius (in pixels) for the edges of hints. + +Type: <> + +Default: +pass:[3]+ + [[hints.scatter]] === hints.scatter Scatter hint key chains (like Vimium) or not (like dwb).