qmk/qmk_firmware

[Bug] Next keycode typed immediately following shifted keycodes is also shifted

Open

#13,833 建立於 2021年8月1日

在 GitHub 查看
 (2 留言) (2 反應) (0 負責人)C (43,867 fork)batch import
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

貢獻者指南