Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Compiler committed Mar 23, 2017
1 parent a68f997 commit a7d6cc6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Added
~~~~~

- New `:clear-messages` command to clear shown messages.
- New `ui -> keyhint-delay` setting to configure the delay until
the keyhint overlay pops up.
Changed
~~~~~~~
Expand Down
7 changes: 7 additions & 0 deletions doc/help/settings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
|<<ui-modal-js-dialog,modal-js-dialog>>|Use standard JavaScript modal dialog for alert() and confirm()
|<<ui-hide-wayland-decoration,hide-wayland-decoration>>|Hide the window decoration when using wayland (requires restart)
|<<ui-keyhint-blacklist,keyhint-blacklist>>|Keychains that shouldn't be shown in the keyhint dialog
|<<ui-keyhint-delay,keyhint-delay>>|Time from pressing a key to seeing the keyhint dialog (ms)
|<<ui-prompt-radius,prompt-radius>>|The rounding radius for the edges of prompts.
|<<ui-prompt-filebrowser,prompt-filebrowser>>|Show a filebrowser in upload/download prompts.
|==============
Expand Down Expand Up @@ -739,6 +740,12 @@ Globs are supported, so ';*' will blacklist all keychainsstarting with ';'. Use

Default: empty

[[ui-keyhint-delay]]
=== keyhint-delay
Time from pressing a key to seeing the keyhint dialog (ms)

Default: +pass:[500]+

[[ui-prompt-radius]]
=== prompt-radius
The rounding radius for the edges of prompts.
Expand Down

0 comments on commit a7d6cc6

Please sign in to comment.