qmk/qmk_firmware

[Bug] Dead keys don't work properly with mod taps and layer taps under Windows with Wincompose

Open

#18,219 建立於 2022年8月30日

在 GitHub 查看
 (2 留言) (0 反應) (1 負責人)C (43,867 fork)batch import
bughelp wanted

倉庫指標

Star
 (20,368 star)
PR 合併指標
 (平均合併 20天 9小時) (30 天內合併 27 個 PR)

描述

I am using homerow mods and other variants of mod taps/layer taps in my German keymap. The German keymap includes three dead keys (keys that change the next key pressed): ^, `, and ´. So when pressing ` (DE_GRV) + E (KC_E) + Space (KC_SPC) repeatedly, I receive the following output:

è è è è è è è è è è 

However, when E is a mod tap like RSFT_T(KC_E), the generated output looks like this:

e ``e è è è e ``e e ``e e 

Tested on two different keyboards

System Information

Keyboard 1: OLKB Planck Rev/6 Keyboard 2: Checkerboards Quark Operating system: Windows 11

Any keyboard related software installed?

  • AutoHotKey (Windows)
  • Karabiner (macOS)
  • Other:

Additional Context

Pressing a "normal" E key (KC_E) without any mod taps does not cause this error and produces the normal expected result. I also tried pressing the dead key on my QMK keyboard and pressing the E key on the keyboard of my laptop, which also resulted in the desired output. This led me to believe that there must be some incompatibility between mod taps and (native) dead keys. Any ideas or help is greatly appreciated!

貢獻者指南