Skip to content
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

Layer tap key does not repeat #17

Open
jameskeim opened this issue Sep 25, 2020 · 1 comment
Open

Layer tap key does not repeat #17

jameskeim opened this issue Sep 25, 2020 · 1 comment

Comments

@jameskeim
Copy link

I probably wouldn't have run across this but I use the SPACE key as my "layer 1" Layer Tap Key. In QMK when I use this configuration, I can make the SPACE key auto repeat by tapping it twice and holding it on the second tap. However, the python-keyboard code doesn't recognize this.

I have found a work around that is great for keys like SPACE and ENTER that don't have shifted variants. I put SPACE on "layer 4" and can then SHIFT-SPACE an auto repeat if I need it. I don't have as much need for auto repeating B, D, or ';' but I could see this as being a potential issue in some edge cases.

@xiongyihui
Copy link
Contributor

Indeed, the tap-key does not repeat. It's a byproduct of the tap-key feature. We should document it more clearly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants