A patch to make output better for particular applications #1426
user202729
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Some apps does not handle very fast simulated keys correctly.
There has been Add config option for sleeping between key presses by oberien · Pull Request #1132 · openstenoproject/plover ; but it's slow and somewhat annoying, so I made a plugin to patch something into Plover source.
(also some programs (Qt <6) have other issues such as not receiving non-BMP characters etc. See [QTBUG-89184] Unicode key mappings are not working in all Qt based applications - Qt Bug Tracker)
Code contribution (so it works on other operating systems) are welcome.
Ideas to make it a proper plugin are also welcome. (however it should not be limited, but if I try to make it very general I end up reimplementing eval)
Usage
Install these plugins:
Then add the file in Plover configuration directory:
plover_startup_py_config.py
:Needless to say, don't download and run Python code from untrusted sources. My plugins tend to make the process easier for the user.
Beta Was this translation helpful? Give feedback.
All reactions