Skip to content

[QMK] Remapping a key to KC_TAB seems to add unwanted behaviour to the key #242

Answered by AuditeMarlow
AuditeMarlow asked this question in Q&A
Discussion options

You must be logged in to vote

I finally took the time to debug this issue and found the problem. The issue was resolved by setting AUTO_SHIFT_ENABLE = no in the rules.mk file. This is on by default in the Miryoku users directory. Enabling this feature will automatically apply the shift modifier when a key is held. This also explains why holding the tab key would additionally send the shift key. By disabling this feature I'm able to hold the tab key without the shift modifier.

For reference: https://github.com/qmk/qmk_firmware/blob/master/docs/feature_auto_shift.md

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
1 reply
@AuditeMarlow
Comment options

Comment options

You must be logged in to vote
3 replies
@AuditeMarlow
Comment options

@manna-harbour
Comment options

@AuditeMarlow
Comment options

Comment options

You must be logged in to vote
1 reply
@manna-harbour
Comment options

Answer selected by AuditeMarlow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants