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

OSM staying on for two rolling keypresses #6571

Closed
1 of 3 tasks
pauleikis opened this issue Aug 19, 2019 · 4 comments
Closed
1 of 3 tasks

OSM staying on for two rolling keypresses #6571

pauleikis opened this issue Aug 19, 2019 · 4 comments

Comments

@pauleikis
Copy link

pauleikis commented Aug 19, 2019

Describe the Bug

After pressing OSM and then typing two letters in quick succession, both are affected, i.e. typing rolling "The" as reported by Karabiner
Keypresses: OSM down, OSM up, t down, h down, t up, h up
Keycodes sent: shift down, t down, h down, shift up, t up, h up
Expected keycodes: shift down, t down, shift up, h down, t up, h up

System Information

  • Keyboard: Planck EZ
  • Operating system: Mac OS
  • AVR GCC version: will update later
  • ARM GCC version: will update later
  • QMK Firmware version: recent, will update later
  • Any keyboard related software installed?
    • AutoHotKey
    • Karabiner
    • Other:
@drashna
Copy link
Member

drashna commented Aug 22, 2019

Unfortunately, I'm not able to replicate this behavior, so it may be a timing issue on the system.

That said, there are some possible debugging options that may make it easier to fix.
https://docs.qmk.fm/#/feature_advanced_keycodes?id=callbacks

@pauleikis
Copy link
Author

Apparently that was an issue with Karabiner, quiting it resolved the issue and now one shot mods are working fine in this regard. Thanks for your time in checking this!

@drashna
Copy link
Member

drashna commented Aug 22, 2019

lol, well, glad that you found the source of the issue, at least!

@pauleikis
Copy link
Author

Just to clarify, this was just vanilla Karabiner, without any magic presets or functions, I was using it to debug keycodes for unrelated issues. Sounds like a bug in Karabiner

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

2 participants