-
-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
[Bug] Retro Shift not working on Mod Tap keys #15458
Comments
I've seen the same behavior without Karabiner installed, in case there's a worry that it's related to that. It's also on MacOS 11.6.1, with QMK 15.5. |
You have to add each mod tap to Auto Shift, see here (there's also a typo there, "shold," and the default |
Thanks for taking a look Isaac. This is great. |
It should work as-is if the mod-tap is added, I just need to update docs and a bit of code for per-interrupting-key tapping term which shouldn't be an issue here unless you're trying to use that (and certainly not for just getting a shifted key at all). You could also put If I remember correctly I tested again on develop after my merge due to conflicts with early combos, but not after the entire breaking change cycle. I plan to test for the upcoming |
Most everything looks fine on my end on master, with both my I did run across one issue (?): With |
You were right. It is workIng for me okay with your comment regarding auto the https://github.com/Ga68/qmk_firmware/compare/my_layout...Ga68:auto_shift?expand=1 I'm going to keep playing with it more now as I get used to the timing of keypresses to make sure I don't the acciDenTal CaPs too much, but it's looking GREAT! |
Yes, I think the default behavior of |
Merge "Close qmk#15458 and make Retro Shift respect DYNAMIC_TAPPING_TERM" from upstream
Describe the Bug
Using Retro_Shift has no effect on my Mod Tap keys.
Auto Shift is enabled and works for normal alpha keys.
But when exceeding the
AUTO_SHIFT_TIMEOUT
on the Mod Tap keys without pressing an additional key, retro shift doesn't trigger.System Information
Additional Context
Retro Shift added in d9393b8
Relevant part of
config.h
:The text was updated successfully, but these errors were encountered: