-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: yet-another-chording feature: zippychord #1301
Conversation
Some other TODOs:
|
Bug:
|
@jtroo amazing work!! 🎆 🎆 🎆 I'm just trying it out and it works very well so far.
|
One minor issue worth noting:
|
Co-authored-by: Martin Mauch <martin.mauch@gmail.com>
|
It seems there's a small off-by-one bug in the smart-space implementation where it sometimes will delete all but the first typed character of the chord, leaving an output like |
Thanks for testing and reporting! |
I'd say this is ready for primetime! |
Smart space punctuation customizability added though not tested yet
|
Will this support chinese ?It appear do not support chinese . |
This doesn't support unicode output today; e.g. via clipboard manipulation or via OS unicode output mechanisms. Maybe one day it can be supported but for now no plans. |
Describe your changes. Use imperative present tense.
Output-character simplified chording, targeted at the "zipchord" use case. This is an implementation solely from looking at the docs and not the source of https://github.com/psoukie/zipchord, because I cannot be convinced to understand AHK code in-depth.
In the current state it is certainly not at feature parity and I'm sure there are incompatibilites/broken pieces, but it's probably ready for others to start playing around with.
Checklist