qmk/qmk_firmware

[Bug] KC_RALT sending wrong key event?

Open

#15,823 创建于 2022年1月10日

在 GitHub 查看
 (3 评论) (3 反应) (0 负责人)C (43,867 fork)batch import
bughelp wanted

仓库指标

Star
 (20,368 star)
PR 合并指标
 (平均合并 20天 9小时) (30 天内合并 27 个 PR)

描述

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

贡献者指南