forked from mirrors/qmk_userspace
[Keymap] arkag userspace/keymap -- new macro and minor preonic keymap change (#14623)
Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
parent
ac1d48cbf5
commit
bc818352a3
2 changed files with 6 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue