You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This caused me quite a bit of confusion until I went over every single key in the launcher since the codes from the docs didn't work.
Not sure if this is a general issue or just with the Q3 HE.
The text was updated successfully, but these errors were encountered:
drandarov-io
changed the title
Keycodes for Space Cadet Keys seems wrong (Keychron Q3 HE)
Keycodes for Space Cadet Keys seems wrong in Docs or Launcher (Keychron Q3 HE)
Nov 14, 2024
An initial guess would be that some renaming happened in QMK, e.g., like for some keycodes for mouse actions (2024-07-03). And Via wasn't updated. And the Via clone is, well, a clone of Via.
The keycodes aren't wrong per se, only their names, renamed on 2022-10-27. The confusion is caused by the constant renaming in QMK (and no mention of it in the QMK documentation); and related software, documentation, and guides not being updated in a timely manner. For the Vial fangirls/fanboys, the Vial client (the latest release, 0.7.1) hasn't been updated either (they are in "Keymap" → Quantum. For example, "LS (", hover text "KC_LSPO: Left Shift when held, ( when tapped". After assignment, it is (double clicking on the assigned key) "KC_LSPO. Computed value: 0x7C1A").
It affects not only the Q3 HE, but the whole QMK ecosystem.
Issue Description
https://docs.qmk.fm/keycodes describes the space cadet keycodes as starting with
SC_
, however inside https://launcher.keychron.com/#/keymap the keycodes they start withKC_
.This caused me quite a bit of confusion until I went over every single key in the launcher since the codes from the docs didn't work.
Not sure if this is a general issue or just with the Q3 HE.
The text was updated successfully, but these errors were encountered: