qmk/qmk_firmware

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

Open

#13.833 aberto em 1 de ago. de 2021

Ver no GitHub
 (2 comments) (2 reactions) (0 assignees)C (43.867 forks)batch import
bughelp wanted

Métricas do repositório

Stars
 (20.368 stars)
Métricas de merge de PR
 (Mesclagem média 20d 9h) (27 fundiu PRs em 30d)

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

Guia do colaborador