Skip to content

Commit

Permalink
[Keymap] arkag userspace/keymap -- new macro and minor preonic keymap…
Browse files Browse the repository at this point in the history
… change (qmk#14623)

Co-authored-by: Ryan <[email protected]>
  • Loading branch information
arkag and fauxpark authored Sep 28, 2021
1 parent 1d2286c commit 968a5c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions users/arkag/arkag.c
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,10 @@ void matrix_scan_user(void) {
// end format functions

// start fancy functions
SEQ_TWO_KEYS(KC_V, KC_P) {
SEND_STRING("ggvG}x:set paste\ni");
pri_mod_keystroke(KC_V);
}
SEQ_THREE_KEYS(KC_C, KC_C, KC_ENT) {
surround_type(6, KC_GRAVE, false);
pri_mod_keystroke(KC_V);
Expand Down

0 comments on commit 968a5c0

Please sign in to comment.