Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/user202729/plover-delay

Plover command plugin to sleep for some time.
https://github.com/user202729/plover-delay

plover plover-plugins

Last synced: about 12 hours ago
JSON representation

Plover command plugin to sleep for some time.

Awesome Lists containing this project

README

        

# plover-delay
Plover command plugin to sleep for some time.

See also: [user202729/plover-run-py: Command plugin for Plover to run an arbitrary Python command.](https://github.com/user202729/plover-run-py)

## Usage

In order to use this plugin in [Plover](https://github.com/openstenoproject/plover) you need to
create a dictionary entry of the form:

``` json
{
"example_stroke": "{PLOVER:DELAY:0.1}"
}
```

`DELAY` can be replaced with `SLEEP` or `WAIT`.

The amount is measured in seconds.

In some new Plover version `{:command:delay:0.1}` would also work.