-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Tap Term does not work for LT(1) #664
Comments
Try enabling and disabling |
Hi, Vial 0.7.1 on linux/ubuntu. I would upload my config but it has a bunch of macros and things with my name and other personal bits. I type quite quickly and my home row is usually LT keys but what I find is that I often end up with keys from layers scattered into what I type. I have also made tapping_term much much higher and it seems to have zero effect. eg setting it to 2000 doesn't change anything. This seems repeatable with ctrl and layer modifiers. i've tried with combinations of permissive hold & ignore mod tap interrupt but get the same. |
|
It works for me. Thanks! |
I have been trying to put LT(1) on spacebar such that tapping spacebar gives space and holding spacebar goes to layer 1.
According to QMK docs we should see something like: https://github.com/qmk/qmk_firmware/blob/master/docs/tap_hold.md#nested-tap-abba-idnested-tap where as long as I am within my tap term range, i press
space
thenA
gives mea
. However if I holdspace
then tapA
I should getleft
(I configured Layer 1 wasd to be directions).As I am getting more
left
instead ofa
, I tried to increase the tap term under qmk settings. However even at an unrealistic 5000ms, I am still only gettingleft
instead ofa
, so I thinkLT()
probably doesn't work with tap term?I tried the same when flashing qmk and it works fine.
The text was updated successfully, but these errors were encountered: