Sequence-Transform is a user library for QMK that enables a rich declarative ruleset for transforming a sequence of keypresses into any output you would like.
Apache License 2.0
6
stars
3
forks
source link
Make leading wordbreak symbols in the transform explicit unless a config option is set #70
We now require leading wordbreak symbols to be explicitly added to the start of the transform.
The old behavior of having one implicitly added if the sequence starts with a wordbreak can be recovered by adding "implicit_transform_leading_wordbreak": true to the generator config file.
As a temporary measure. The test header still omits the leading wordbreaks in the transforms.
We now require leading wordbreak symbols to be explicitly added to the start of the transform.
The old behavior of having one implicitly added if the sequence starts with a wordbreak can be recovered by adding
"implicit_transform_leading_wordbreak": true
to the generator config file.As a temporary measure. The test header still omits the leading wordbreaks in the transforms.