mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-04-21 16:45:55 +01:00
Remove legacy sendstring keycodes (#18749)
This commit is contained in:
@@ -13,7 +13,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
||||
switch (keycode) {
|
||||
case CLEAR:
|
||||
if (record->event.pressed) {
|
||||
SEND_STRING(SS_LCTRL("a") SS_TAP(X_DELETE));
|
||||
SEND_STRING(SS_LCTL("a") SS_TAP(X_DELETE));
|
||||
}
|
||||
return false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user