Remove legacy sendstring keycodes (#18749)

This commit is contained in:
Ryan
2022-10-17 23:45:23 +11:00
committed by GitHub
parent c57330d340
commit bad8c5992b
73 changed files with 581 additions and 557 deletions

View File

@@ -347,7 +347,7 @@ void send_french_accent(uint8_t letter, uint8_t accent) {
if (onMac) {
if (isCaps) {
SEND_STRING(SS_TAP(X_CAPSLOCK));
SEND_STRING(SS_TAP(X_CAPS_LOCK));
register_code(KC_LALT);
tap_code(osx_mod_key_map[accent]);
unregister_code(KC_LALT);