qmk/qmk_firmware

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

Ouverte

#13 833 ouverte le 1 août 2021

 (2 commentaires) (2 réactions) (0 personne assignée)C (43 867 forks)batch import
bughelp wanted

Métriques du dépôt

Stars
 (20 368 étoiles)
Métriques de merge PR
 (Merge moyen 20j 9h) (27 PRs mergées en 30 j)

Description

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

Guide contributeur