1
0
mirror of https://github.com/tcaxle/zmk-config.git synced 2024-11-25 16:52:03 +00:00

added CTRL+ZXCVB

This commit is contained in:
keymap-editor[bot] 2023-04-13 10:49:07 +00:00 committed by GitHub
parent bee623b8ef
commit 34c4833d92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,11 @@
combos { combos {
compatible = "zmk,combos"; compatible = "zmk,combos";
new_combo {
bindings = <&trans>;
key-positions = <>;
};
}; };
macros { macros {
@ -48,10 +53,10 @@
raise { raise {
bindings = < bindings = <
&trans &kp END &kp PAGE_DOWN &kp UP &kp PAGE_UP &kp HOME &kp KP_NUMBER_7 &kp KP_NUMBER_8 &kp KP_NUMBER_9 &kp KP_PLUS &kp KP_MINUS &trans &trans &kp END &kp PAGE_DOWN &kp UP &kp PAGE_UP &kp HOME &kp KP_NUMBER_7 &kp KP_NUMBER_8 &kp KP_NUMBER_9 &kp KP_PLUS &kp KP_MINUS &trans
&trans &trans &kp LEFT &kp DOWN &kp RIGHT &trans &kp KP_NUMBER_4 &kp KP_NUMBER_5 &kp KP_NUMBER_6 &kp KP_MULTIPLY &kp KP_DIVIDE &trans &trans &trans &kp LEFT &kp DOWN &kp RIGHT &trans &kp KP_NUMBER_4 &kp KP_NUMBER_5 &kp KP_NUMBER_6 &kp KP_MULTIPLY &kp KP_DIVIDE &trans
&trans &trans &trans &trans &trans &trans &kp KP_NUMBER_1 &kp KP_NUMBER_2 &kp KP_NUMBER_3 &kp KP_COMMA &kp KP_DOT &trans &sk LCTRL &kp K_UNDO &kp K_PASTE &kp K_COPY &kp K_PASTE &kp K_REDO &kp KP_NUMBER_1 &kp KP_NUMBER_2 &kp KP_NUMBER_3 &kp KP_COMMA &kp KP_DOT &sk RCTRL
&trans &trans &trans &kp KP_NUMBER_0 &mo 3 &kp KP_EQUAL &trans &trans &trans &kp KP_NUMBER_0 &mo 3 &kp KP_EQUAL
>; >;
}; };