Skip to content

Commit

Permalink
how is this
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanwang-wf committed Jul 9, 2024
1 parent 0bae175 commit 67b3635
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) {
SEND_STRING(SS_LCTL("x"));
SEND_STRING(SS_RCTL(SS_TAP(X_X)));
return false;
}
return false;
Expand Down

0 comments on commit 67b3635

Please sign in to comment.