From 19469cef8e498d88c9a91b0a697370e62e4f0ee1 Mon Sep 17 00:00:00 2001 From: c2keesey Date: Sun, 18 Aug 2024 15:55:13 -0700 Subject: [PATCH] fix paste --- config/base.keymap | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/config/base.keymap b/config/base.keymap index 92a773431..1440b4a2c 100644 --- a/config/base.keymap +++ b/config/base.keymap @@ -225,13 +225,8 @@ ZMK_BEHAVIOR(bs_del, mod_morph, keep-mods = ; ) -// tap: copy | double-tap: cut -ZMK_BEHAVIOR(copy_cut, tap_dance, - tapping-term-ms = <200>; - bindings = <&kp LC(INS)>, <&kp LC(X)>; -) -// copy all macro +// copy all ZMK_BEHAVIOR(copy_all, macro, wait-ms = <5>; tap-ms = <3>; @@ -239,21 +234,23 @@ ZMK_BEHAVIOR(copy_all, macro, ) ZMK_BEHAVIOR(copy_all_td, tap_dance, - tapping-term-ms = <200>; + tapping-term-ms = <300>; bindings = <&kp LG(C)>, <©_all>; ) +// paste all ZMK_BEHAVIOR(paste_all, macro, wait-ms = <5>; tap-ms = <3>; - bindings = <&kp LG(A)>, <&kp LG(P)>; + bindings = <&kp LG(A)>, <&kp LG(V)>; ) ZMK_BEHAVIOR(paste_all_td, tap_dance, tapping-term-ms = <300>; - bindings = <&kp LG(P)>, <&paste_all>; + bindings = <&kp LG(V)>, <&paste_all>; ) + ZMK_BEHAVIOR(nav_5_down, macro, wait-ms = <5>; tap-ms = <3>;