Update docs
This commit is contained in:
parent
eb2888a957
commit
685393c289
@ -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
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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'+
|
||||||
|
Loading…
Reference in New Issue
Block a user