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

Make LT send the keycode if no other key was tapped #1521

Closed
evyd13 opened this issue Jul 27, 2017 · 3 comments
Closed

Make LT send the keycode if no other key was tapped #1521

evyd13 opened this issue Jul 27, 2017 · 3 comments

Comments

@evyd13
Copy link
Contributor

evyd13 commented Jul 27, 2017

Right now, the behavior of LT is that it will switch to the layer if it wasn't let go within x milliseconds. It won't send a keycode if the layer changed. Wouldn't it be better if the keycode were to be sent if no other key was pressed?

@ylixir
Copy link
Contributor

ylixir commented Aug 7, 2017

#1359
Documented here.
It's not perfect, i can still get it to trigger on purpose, but it doesn't happen on accident anymore. Might just be a latency issue now, because of my split board.

@drashna
Copy link
Member

drashna commented Mar 25, 2018

Retro Tapping will do this.
Add #define RETRO_TAPPING to add this behavior.

https://docs.qmk.fm/config_options.html

tap anyway, even after TAPPING_TERM, if there was no other key interruption between press and release

@lambdasakura
Copy link
Contributor

I have the same problem.

for macros other than LT (eg ALT_T and CTL_T), keycode could be sent if no other key was pressed by enabling RETRO_TAPPING. However, RETRO_TAPPING does not seem to work well with LT.

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

4 participants