plover-start-words

Plugin for assigning strokes to different output if it starts or not a word


Keywords
plover, plover_plugin
Licenses
GPL-3.0/GPL-3.0+
Install
pip install plover-start-words==1.0.2

Documentation

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