diff --git a/README.asciidoc b/README.asciidoc index d7a4bf7ce..a951ea022 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -142,10 +142,10 @@ Contributors, sorted by the number of commits in descending order: * Antoni Boucher * Lamar Pavel * Bruno Oliveira +* Ryan Roden-Corrent * Alexander Cogneau * Felix Van der Jeugt * Martin Tournoij -* Ryan Roden-Corrent * Raphael Pierzina * Joel Torstensson * Patric Schmitz diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc index bd7b5b12e..8c8edd39a 100644 --- a/doc/help/settings.asciidoc +++ b/doc/help/settings.asciidoc @@ -49,6 +49,7 @@ |<>|Whether to hide the mouse cursor. |<>|Use standard JavaScript modal dialog for alert() and confirm() |<>|Hide the window decoration when using wayland (requires restart) +|<>|Show possible keychains based on the current keystring |============== .Quick reference for section ``network'' @@ -253,6 +254,9 @@ |<>|Foreground color for downloads with errors. |<>|Background color for downloads with errors. |<>|Background color for webpages if unset (or empty to use the theme's color) +|<>|Text color for the keyhint widget. +|<>|Highlight color for keys to complete the current keychain +|<>|Background color of the keyhint widget. |============== .Quick reference for section ``fonts'' @@ -276,6 +280,7 @@ |<>|The minimum logical font size that is applied when zooming out. |<>|The default font size for regular text. |<>|The default font size for fixed-pitch text. +|<>|Font used in the keyhint widget. |============== == general @@ -666,6 +671,17 @@ Valid values: Default: +pass:[false]+ +[[ui-show-keyhints]] +=== show-keyhints +Show possible keychains based on the current keystring + +Valid values: + + * +true+ + * +false+ + +Default: +pass:[true]+ + == network Settings related to the network. @@ -873,7 +889,7 @@ Timeout for partially typed key bindings. If the current input forms only partial matches, the keystring will be cleared after this time. -Default: +pass:[1000]+ +Default: +pass:[5000]+ [[input-insert-mode-on-plugins]] === insert-mode-on-plugins @@ -2041,6 +2057,24 @@ Background color for webpages if unset (or empty to use the theme's color) Default: +pass:[white]+ +[[colors-keyhint.fg]] +=== keyhint.fg +Text color for the keyhint widget. + +Default: +pass:[#FFFFFF]+ + +[[colors-keyhint.fg.suffix]] +=== keyhint.fg.suffix +Highlight color for keys to complete the current keychain + +Default: +pass:[#FFFF00]+ + +[[colors-keyhint.bg]] +=== keyhint.bg +Background color of the keyhint widget. + +Default: +pass:[rgba(0, 0, 0, 80%)]+ + == fonts Fonts used for the UI, with optional style/weight/size. @@ -2149,3 +2183,9 @@ Default: empty The default font size for fixed-pitch text. Default: empty + +[[fonts-keyhint]] +=== keyhint +Font used in the keyhint widget. + +Default: +pass:[8pt ${_monospace}]+