qmk/qmk_firmware
在 GitHub 查看[Bug] Next keycode typed immediately following shifted keycodes is also shifted
Open
#13,833 创建于 2021年8月1日
bughelp wanted
仓库指标
- Star
- (20,368 star)
- PR 合并指标
- (平均合并 20天 9小时) (30 天内合并 27 个 PR)
描述
This has caused me many typos when typing fast. Is there a known workaround for this?
To repro:
- Press and hold down a shifted keycode like
KC_DOLLAR. - Press and release a non-shifted keycode like
KC_1 - The resulting output is
$!but the expected output is$1