qmk/qmk_firmware

[Bug] KC_RALT sending wrong key event?

Open

#15.823 aperta il 10 gen 2022

Vedi su GitHub
 (3 commenti) (3 reazioni) (0 assegnatari)C (43.867 fork)batch import
bughelp wanted

Metriche repository

Star
 (20.368 star)
Metriche merge PR
 (Merge medio 20g 9h) (27 PR mergiate in 30 g)

Descrizione

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

Guida contributor