qmk/qmk_firmware

[Bug] KC_RALT sending wrong key event?

Open

#15,823 opened on 2022年1月10日

GitHub で見る
 (3 comments) (3 reactions) (0 assignees)C (43,867 forks)batch import
bughelp wanted

Repository metrics

Stars
 (20,368 stars)
PR merge metrics
 (平均マージ 20d 9h) (30d で 27 merged PRs)

説明

Hi, and thanks for this awesome piece of software. I encountered some weird behavior with the ALTGR key and the Eurkey layout and couldn't find anyone mentioning this online. So far I have been using a plain old qwerty keyboard and when hitting ALT GR on that one the QMK Configurator Testing function gives me:

KEY-DOWN - QMK: KC_RALT Event key: AltGraph    Code: AltRight      KeyCode: 225
KEY-UP   - QMK: KC_RALT Event key: AltGraph    Code: AltRight      KeyCode: 225 in 83.000ms

on my redox I am getting this.

KEY-DOWN - QMK: KC_RALT Event key: Alt         Code: AltRight      KeyCode: 18
KEY-UP   - QMK: KC_RALT Event key: Alt         Code: AltRight      KeyCode: 18 in 85.000ms

So it seems the sent keycode is actually not correct. This wouldn't really bother me but sadly enough the Alt Gr key is the modifier key for the EurKey layout to access Umlauts. Any help would be greatly appreciated. Cheers!

  • keyboard: redox/rev1 with some minor keymap tweaks
  • Operating system: Manjaro (5.13.19-2-MANJARO)
  • AVR GCC version: 8.3.0
  • ARM GCC version: 11.2.0
  • QMK Firmware version: 0.15.2

コントリビューターガイド