qmk/qmk_firmware
Auf GitHub ansehenOne shot mod keys locking when tapped in succession
Open
#10.872 geöffnet am 6. Nov. 2020
bughelp wanted
Repository-Metriken
- Stars
- (20.368 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 20T 9h) (27 gemergte PRs in 30 T)
Beschreibung
Problem
My one shot mod keys are locking when tapped in succession with no alphanumeric characters in between. This often happens as a typo (I hit the wrong mod key for what I want to do), or if I decide to do something different midway. It took me almost a year determine the sequence that triggers this behavior.
How to Reproduce
If I do Ctrl-Alt-Alt, Ctrl is locked until I long hold it.
Same for sequences like Alt-OS-OS where Alt is locked
Keyboard
Corne keyboard
OSM Bindings
#define OSM_CTL OSM(MOD_LCTL)
#define OSM_ALT OSM(MOD_LALT)
#define OSM_OS OSM(MOD_LGUI)