qmk/qmk_firmware

One shot mod keys locking when tapped in succession

Open

#10,872 创建于 2020年11月6日

在 GitHub 查看
 (2 评论) (1 反应) (0 负责人)C (43,867 fork)batch import
bughelp wanted

仓库指标

Star
 (20,368 star)
PR 合并指标
 (平均合并 20天 9小时) (30 天内合并 27 个 PR)

描述

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)

贡献者指南