You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disconnecting the steno machine (tested on Gemini PR and keyboard with a Multisteno) will cause letters with diacritics to not be outputted by Plover.
To Reproduce
Steps to reproduce the behaviour:
Add the following entry:
"A": "người",
Writing A will output the translation as expected (người)
Unplug the steno machine
Plug the steno machine back in
Press the "reconnect machine button"
Writing A will output ngi
Additionally, trying to undo this stroke with * will still result in 6 characters being deleted.
It appears that this bug only affects previously written translation. For example, skipping step 2 in the above process won't result in the malformed translation in step 6. I'm using a Vietnamese dictionary and this also shows up there: writing words with diacritics will result in the above behaviour only if they had been written before the machine was reconnected.
Restarting Plover will fix this issue temporarily.