You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have modifier keys like the following MT(MOD_LCTL | MOD_LSFT,KC_Y). The issue is that during my normal typing, when I tap this key, it defaults to the holding key first, not the tap. This is the case for every key where I have such a similar modifier. This makes my keyboard almost infeasible to use. How can I resolve this issue? Is there anyplace that I can specify what the default delay time should be? Thanks!
The text was updated successfully, but these errors were encountered:
I'm facing a similar issue, but it bothers me more when using the mod to input a character, mainly because I'm using Shift on hold and \ on tap. That causes every upper-case letter and the next symbols to buffer and just appear on the screen after the delay.
I have modifier keys like the following
MT(MOD_LCTL | MOD_LSFT,KC_Y)
. The issue is that during my normal typing, when I tap this key, it defaults to the holding key first, not the tap. This is the case for every key where I have such a similar modifier. This makes my keyboard almost infeasible to use. How can I resolve this issue? Is there anyplace that I can specify what the default delay time should be? Thanks!The text was updated successfully, but these errors were encountered: