Skip to content

Commit

Permalink
select all
Browse files Browse the repository at this point in the history
  • Loading branch information
olgam4 committed Aug 28, 2024
1 parent b76c495 commit fbf13fe
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion config/boards/shields/ponyta/ponyta.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,17 @@

/ {
macros {
all: all {
compatible = "zmk,behavior-macro";
wait-ms = <5>;
tap-ms = <5>;
#binding-cells = <0>;
bindings
= <&macro_press &kp LGUI>
, <&macro_tap &kp A>
, <&macro_release &kp LGUI>
;
};
cut: cut {
compatible = "zmk,behavior-macro";
wait-ms = <5>;
Expand Down Expand Up @@ -304,7 +315,7 @@
// ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤
&kp LSHFT &kp LEFT &kp DOWN &kp RIGHT &none &none &kp LCTRL &kp LGUI &none &none
// ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤
&none &cut &copy &paste &none &none &kp TAB &kp LS(TAB) &none &none
&all &cut &copy &paste &none &none &kp TAB &kp LS(TAB) &none &none
// ╰─────────────┴─────────────┼─────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┴-────────────╯
&record &kp RET &screenshot &none &none &none
// ╰─────────────┴─────────────┴─────────────╯ ╰─────────────┴─────────────┴─────────────╯
Expand Down

0 comments on commit fbf13fe

Please sign in to comment.