From fbf13fe77b747035ace1d3e5f09ccdd4485bb163 Mon Sep 17 00:00:00 2001 From: Olivier Gamache Date: Wed, 28 Aug 2024 12:43:06 -0400 Subject: [PATCH] select all --- config/boards/shields/ponyta/ponyta.keymap | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/config/boards/shields/ponyta/ponyta.keymap b/config/boards/shields/ponyta/ponyta.keymap index 06f229e..852a747 100644 --- a/config/boards/shields/ponyta/ponyta.keymap +++ b/config/boards/shields/ponyta/ponyta.keymap @@ -49,6 +49,17 @@ / { macros { + all: all { + compatible = "zmk,behavior-macro"; + wait-ms = <5>; + tap-ms = <5>; + #binding-cells = <0>; + bindings + = <¯o_press &kp LGUI> + , <¯o_tap &kp A> + , <¯o_release &kp LGUI> + ; + }; cut: cut { compatible = "zmk,behavior-macro"; wait-ms = <5>; @@ -304,7 +315,7 @@ // ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ &kp LSHFT &kp LEFT &kp DOWN &kp RIGHT &none &none &kp LCTRL &kp LGUI &none &none // ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ - &none &cut © &paste &none &none &kp TAB &kp LS(TAB) &none &none + &all &cut © &paste &none &none &kp TAB &kp LS(TAB) &none &none // ╰─────────────┴─────────────┼─────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┴-────────────╯ &record &kp RET &screenshot &none &none &none // ╰─────────────┴─────────────┴─────────────╯ ╰─────────────┴─────────────┴─────────────╯