qmk/qmk_firmware

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

Open

#13.833 aperta il 1 ago 2021

Vedi su GitHub
 (2 commenti) (2 reazioni) (0 assegnatari)C (43.867 fork)batch import
bughelp wanted

Metriche repository

Star
 (20.368 star)
Metriche merge PR
 (Merge medio 20g 9h) (27 PR mergiate in 30 g)

Descrizione

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

Guida contributor