1
0
Fork 0

Normalise Space Cadet keycodes (#18864)

This commit is contained in:
Ryan 2022-10-27 21:19:16 +11:00 committed by GitHub
parent 8e0945c822
commit 002b58f0e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
226 changed files with 419 additions and 403 deletions

View file

@ -71,7 +71,7 @@ bool process_autocorrection(uint16_t keycode, keyrecord_t* record) {
break;
// NOTE: Space Cadet keys expose no info to check whether they are being
// tapped vs. held. This makes autocorrection ambiguous, e.g. KC_LCPO might
// tapped vs. held. This makes autocorrection ambiguous, e.g. SC_LCPO might
// be '(', which we would treat as a word break, or it might be shift, which
// we would treat as having no effect. To behave cautiously, we allow Space
// Cadet keycodes to fall to the logic below and clear autocorrection state.