Skip to content

Commit

Permalink
home/end for iterm /shrug
Browse files Browse the repository at this point in the history
  • Loading branch information
ridingintraffic committed Sep 22, 2023
1 parent ac6516c commit 9370c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrappers.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
#define __BASE_NUMPAD_1_3__ KC_CPYW, KC_CPYP, KC_NO, KC_NO
#define __BASE_NUMPAD_1_4__ KC_LCTL, KC_LGUI, KC_LALT, KC_NO

#define __BASE_NUMPAD_2_1__ KC_HOME, KC_END, KC_PGUP, KC_PGDN
#define __BASE_NUMPAD_2_1__ LCTL(kc_a), LCTL(kc_e), KC_PGUP, KC_PGDN
#define __BASE_NUMPAD_2_2__ KC_LEFT, KC_DOWN, KC_UP, KC_RGHT
#define __BASE_NUMPAD_2_3__ KC_NO, KC_NO, KC_NO, KC_NO
#define __BASE_NUMPAD_2_4__ KC_0, KC_DOT
Expand Down

0 comments on commit 9370c8f

Please sign in to comment.