forked from qmk/qmk_firmware
-
Notifications
You must be signed in to change notification settings - Fork 64
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
Flashing Mods #27
Labels
Comments
Adding my tap-hold configuration:
|
Thanks for the report. Yes, there is an issue with flashing mods due to the way this is implemented. The same issue is present in retro tapping. I've added an issue to clarify the status of bilateral combinations: #29. |
manna-harbour
changed the title
[Bug] same-hand modifier key code sent despite bilateral combinations
Flashing Mods
Jun 9, 2022
14 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am not sure whether this is per design or a bug, but I am experiencing an issue with the bilateral combination setting. Despite it being turned on, the modifier code still seems to register for same-handed combinations. But instead of being sent together with the next key code, it is sent by itself.
Describe the Bug
Example (using colemak):
LGUI_T(KC_A)
longer thanTAPPING_TERM
KC_R
This results in the following sequence of key strokes:
KC_LGUI
KC_A
KC_R
Note that the modifier is not sent together with the next key, instead it is sent by "itself" (triggered upon pressing the 2nd key). Accordingly, this issue does not matter for modifiers which do not do anything by themselves (shift, control), but for
Alt
and in particular forGui
, it has unintended effects on Windows 10. E.g., the above sequence will result in the windows start menu being opened and "AR" being typed into the search bar.System Information
The text was updated successfully, but these errors were encountered: