Skip to content
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] THe problem is back (OSM shift) #8211

Closed
1 of 3 tasks
danielo515 opened this issue Feb 20, 2020 · 5 comments
Closed
1 of 3 tasks

[Bug] THe problem is back (OSM shift) #8211

danielo515 opened this issue Feb 20, 2020 · 5 comments

Comments

@danielo515
Copy link
Contributor

Hello, I want to report an odd behavior that I get with one shot modifiers from time to time.
I am aware that this was a known problem before: tmk/tmk_keyboard#67
Seems that the problem was fixed by using one shot modifiers, but my problem is precisely with one shot modifiers, so I'm not sure how related they are.

Describe the Bug

When I use the shift key as a one shot modifier some times I get two keys shifted up instead of two. It usually happens when I type fast, like when you type usual words such as ME.

System Information

  • Keyboard: ergodox and redox_w
  • Operating system: OSX (whatever is latest)
  • AVR GCC version: whatever is inside the official docker image
  • ARM GCC version: whatever is inside the official docker image
  • QMK Firmware version: 0.7.120
  • Any keyboard related software installed?
    • AutoHotKey
    • Karabiner
    • Other:

Additional Context

If it helps, here is my config.h (this is the simplest one on a keyboard where the problem exists)

#define IGNORE_MOD_TAP_INTERRUPT
#define TAPPING_TERM 200

and my rules.mk

TAP_DANCE_ENABLE = yes # Enable the tap dance feature.
COMBO_ENABLE = yes
LEADER_ENABLE = yes
CONSOLE_ENABLE = no
LTO_ENABLE = yes # link time optimizations

I also have enabled combos, tap dance, leader key

@drashna
Copy link
Member

drashna commented Mar 4, 2020

Could you try disabling/uninstalling Karabiner and see if the issue is fixed. It could be an interaction between the two things that is causing this issue.

@danielo515
Copy link
Contributor Author

Sure, will try

@kabuko
Copy link

kabuko commented Aug 5, 2020

For me, this was an issue specifically with Karabiner and this was also the case outlined in a previous issue. I would love to hear a solution other than disabling Karabiner, but that's probably an issue to bring up with Karabiner rather than QMK. I think it's to do with the simultaneous mode handling in Karabiner.

@danielo515
Copy link
Contributor Author

I have to say that, since I have Karabiner disabled I don't have this problem anymore.

@zvecr
Copy link
Member

zvecr commented Aug 28, 2022

This issue has been automatically closed because it has not had any recent activity.
If this issue is still valid, re-open the issue and let us know.

@zvecr zvecr closed this as completed Aug 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants