Last updated:
0 purchases
ploverstartwords 1.0.2
Plover Start words
This plugin provides a meta for Plover, so we can choose the output produced deppending on the last typed text.
Usage
# initial.json
{
"STROke": "{:initial:textStartingNextWord | textFollowingPreviousFragment}"
...
}
API
API can be manipulated via Python dictionaries.
For example:
# single.py
from plover_start_words import meta
meta.prefixes = ("", "foo", "var")
LONGEST_KEY = 1
def lookup(key):
raise KeyError
Versioning
We use SemVer.
Changes
Changelog
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.