Skip to content

Commit

Permalink
whuat
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanwang-wf committed Jan 2, 2024
1 parent 5c78ca4 commit 1e6d158
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 @@ -315,7 +315,7 @@ bool remember_last_key_user(uint16_t keycode, keyrecord_t* record,
static void process_altrep2(uint16_t keycode, uint8_t mods) {
switch (keycode) {
case KC_A:
case LSFT_T(KC_A):
case RCFT_T(KC_A):
case RSFT_T(KC_A):
SEND_STRING("tion");
break;
Expand Down

0 comments on commit 1e6d158

Please sign in to comment.