Update docs

This commit is contained in:
Florian Bruhin 2017-03-08 19:23:01 +01:00
parent eb2888a957
commit 685393c289
3 changed files with 11 additions and 1 deletions

View File

@ -17,6 +17,11 @@ This project adheres to http://semver.org/[Semantic Versioning].
v0.11.0 (unreleased) v0.11.0 (unreleased)
-------------------- --------------------
Added
~~~~~
- New `:clear-messages` command to clear shown messages.
Changed Changed
~~~~~~~ ~~~~~~~

View File

@ -205,6 +205,7 @@ Contributors, sorted by the number of commits in descending order:
* David Vogt * David Vogt
* Claire Cavanaugh * Claire Cavanaugh
* rikn00 * rikn00
* pkill9
* kanikaa1234 * kanikaa1234
* haitaka * haitaka
* Nick Ginther * Nick Ginther
@ -234,7 +235,6 @@ Contributors, sorted by the number of commits in descending order:
* Ismail * Ismail
* Edgar Hipp * Edgar Hipp
* Daryl Finlay * Daryl Finlay
* pkill9
* arza * arza
* adam * adam
* Samir Benmendil * Samir Benmendil

View File

@ -995,6 +995,7 @@ How many steps to zoom out.
|============== |==============
|Command|Description |Command|Description
|<<clear-keychain,clear-keychain>>|Clear the currently entered key chain. |<<clear-keychain,clear-keychain>>|Clear the currently entered key chain.
|<<clear-messages,clear-messages>>|Clear all message notifications.
|<<click-element,click-element>>|Click the element matching the given filter. |<<click-element,click-element>>|Click the element matching the given filter.
|<<command-accept,command-accept>>|Execute the command currently in the commandline. |<<command-accept,command-accept>>|Execute the command currently in the commandline.
|<<command-history-next,command-history-next>>|Go forward in the commandline history. |<<command-history-next,command-history-next>>|Go forward in the commandline history.
@ -1059,6 +1060,10 @@ How many steps to zoom out.
=== clear-keychain === clear-keychain
Clear the currently entered key chain. Clear the currently entered key chain.
[[clear-messages]]
=== clear-messages
Clear all message notifications.
[[click-element]] [[click-element]]
=== click-element === click-element
Syntax: +:click-element [*--target* 'target'] [*--force-event*] 'filter' 'value'+ Syntax: +:click-element [*--target* 'target'] [*--force-event*] 'filter' 'value'+