-
-
Notifications
You must be signed in to change notification settings - Fork 39.8k
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
Need help on simple "chording" not "steno" #1214
Comments
@dunkarooftop This may have been added in #960 but I don't know how it's used. I just came across it (as well as this issue) because I was also wondering whether chording is possible with QMK (but I don't have a compatible keyboard yet to try it). |
During my research I only search "chording". Didn't think of searching "combo" Thank you for pointing it out. I will give it a try and report back ! :) |
@zelmon64 Here is my setup 4 combo to send various key combos.
You also need to edit the value of I also edit the value of The default value is |
Combo/Chording needs actual documentation. |
This issue has been automatically marked as resolved because it has not had activity in the last 90 days. It will be closed in the next 30 days unless it is tagged properly or other activity occurs. |
Documentation for combos was added. And I think the 2 character limit was resolved or has a PR open for it. |
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. - [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases) - [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2) --- updated-dependencies: - dependency-name: decode-uri-component dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
I am wondering how to enable or write a function to make say
When press
A and B
keys together (with in 20ms) sendCMD+C
for copyor when press
A, B, and C
keys together sendHyper+A
Is this possible with QMK? Thanks :)
The text was updated successfully, but these errors were encountered: