Skip to content

Commit

Permalink
use send string
Browse files Browse the repository at this point in the history
* qmk/yuanw/keymap.c:
  • Loading branch information
yuanwang-wf committed Jul 9, 2024
1 parent 5835c7a commit b2cd4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qmk/yuanw/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
switch (keycode) {
case C_X:
if (record->event.pressed) {
tap_code16(LCTL(KC_X));
SEND_STRING(SS_LCTL(X_X));
return false;
}
return false;
Expand Down

0 comments on commit b2cd4f9

Please sign in to comment.