-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keycodes for Space Cadet Keys seems wrong in Docs or Launcher (Keychron Q3 HE) #327
Comments
The Via clone is, well, a clone of Via, so what did you expect? Yes, that is a rhetorical question (mostly). That is in KEYMAP → SPECIAL → "LS(" (about 15% down in the list). Keycode: |
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 documentation page (that includes the space-cadet keycodes) is docs/keycodes.md. Search (Bash) in the main QMK repository, default branch:
One of the hits is Normalise Space Cadet keycodes (numero 18864. 2022-10-27):
ConclusionThe 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. |
It's fixed now, thank you for pointing it out. |
While we're at it: This seems to be a more widespread problem. In this case Only the alias with the In the case of N-Key Rollover its's exactly the opposite where you need to again change to |
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: