Benoit Pierre

Results 121 comments of Benoit Pierre

It looks to me like the Stenoworlds PDF is easier to make sense of. You should come to [Plover's Discord server](https://discord.gg/0lQde43a6dGmAMp2) so we can discuss how supporting this in Plover...

Can you please retest with the latest master just to be sure? (=> [latest builds](https://github.com/openstenoproject/plover/actions/workflows/ci.yml?query=branch%3Amaster))

You're using the exact same side for each modifier? Same order for pressing the keys?

Possible on Linux (the code pretty much already support it: you can try changing `XINPUT_DEVICE_ID` in `plover/oslayer/xkeyboardcontrol.py`). From what I remember, hard to impossible on Windows (standard API don't allow...

Just to be clear: * `"KR*GS": "{^\"}"` is shown * but `"KR-GS": "{^~|\"}"` or `"KW-GS": "{~|\"^}"` are not right?

Can you add a couple of tests here: https://github.com/openstenoproject/plover/blob/master/test/test_orthography.py#L9.

This need a news fragment (in `news.d/feature/1343.core.md`). And you picked the wrong word (*interpret*) for testing (since *interpretin'* is not in the wordlist).

The only reason `interpret+ing -> interpreting` works is because `interpreting` is in the wordlist, so without `interpretin'` being in the wordlist the orthography rules will yield `interprettin'`. Call it an...

How about this instead: ```diff plover/assets/main.json | 2 +- plover/system/english_stenotype.py | 3 +++ test/test_blackbox.py | 18 +++++++++++++++++- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git i/plover/assets/main.json w/plover/assets/main.json index be14ac0d..8561e4e8...