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 1 month ago
JSON representation
Plover command plugin to sleep for some time.
- Host: GitHub
- URL: https://github.com/user202729/plover-delay
- Owner: user202729
- License: gpl-3.0
- Created: 2021-10-23T06:10:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-23T06:38:10.000Z (over 3 years ago)
- Last Synced: 2025-03-16T06:14:23.599Z (2 months ago)
- Topics: plover, plover-plugins
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.