Author SHA1 Message Date
keymap-editor[bot]andgithub-actions[bot] 2980d99ce8 [Draw] add change lang button 2026-04-30 20:40:29 +00:00
keymap-editor[bot] d4ff0936f2 add change lang button 2026-04-30 20:40:02 +00:00
keymap-editor[bot]andgithub-actions[bot] 077ac57961 [Draw] change kt on kp 2026-04-30 20:21:26 +00:00
keymap-editor[bot] 845c3ecf66 change kt on kp 2026-04-30 20:21:06 +00:00
keymap-editor[bot] 839d628a8e attempt 2 for enter 2026-04-30 19:34:51 +00:00
keymap-editor[bot]andgithub-actions[bot] 10ba94d1a5 [Draw] edit homerow mod. try to edit enter button behavior 2026-04-30 19:20:27 +00:00
keymap-editor[bot] 33bf5c8d64 edit homerow mod. try to edit enter button behavior 2026-04-30 19:19:57 +00:00
Dmitrii GudovandGitHub e95d8d9724 Change revision of nice-view-gem to v0.3.0
Updated revision for nice-view-gem to v0.3.0.
2026-04-29 11:19:47 +03:00
Dmitrii GudovandGitHub 43a9581a74 Update build.yml 2026-04-29 11:16:18 +03:00
Dmitrii GudovandGitHub 95ea3380cb Update revisions in west.yml to v0.3 2026-04-29 11:16:02 +03:00
Dmitrii GudovandGitHub 1cb451e918 Update west.yml 2026-04-29 11:10:05 +03:00
Dmitrii GudovandGitHub 43c5d2d4ca Update build configuration to use main branch 2026-04-29 11:08:44 +03:00
Dmitrii GudovandGitHub e540b2cfd6 Update zmk revision and add nice-view-gem entry 2026-04-29 11:08:16 +03:00
Dmitrii GudovandGitHub 3a9b4c7066 Update build-user-config workflow version to v0.3 2026-04-29 10:39:47 +03:00
keymap-editor[bot]andgithub-actions[bot] e58ae73179 [Draw] v0.1 2026-04-29 07:29:33 +00:00
keymap-editor[bot] b3cf3650ab v0.1 2026-04-29 07:29:09 +00:00
keymap-editor[bot]andgithub-actions[bot] 6d82b8af54 [Draw] ss 2026-04-29 07:07:03 +00:00
keymap-editor[bot] 5e02da2a2f ss 2026-04-29 07:06:40 +00:00
keymap-editor[bot]andgithub-actions[bot] 6dbc6fb2ea [Draw] some update 2026-04-29 06:34:35 +00:00
keymap-editor[bot] 2c20bc13dc some update 2026-04-29 06:34:09 +00:00
5 changed files with 235 additions and 115 deletions
+1 -1
View File
@@ -7,5 +7,5 @@ on:
jobs: jobs:
build: build:
uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@main uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@v0.3
+107 -11
View File
@@ -49,20 +49,84 @@
bindings = <&copy>, <&paste>; bindings = <&copy>, <&paste>;
}; };
home_row_mod_left: home_row_mod_left {
compatible = "zmk,behavior-hold-tap";
label = "HOME_ROW_MOD_LEFT";
bindings = <&kp>, <&kp>;
#binding-cells = <2>;
hold-trigger-on-release;
flavor = "balanced";
require-prior-idle-ms = <150>;
quick-tap-ms = <175>;
tapping-term-ms = <280>;
hold-trigger-key-positions = <7 8 9 10 11 12 20 21 22 23 24 25 33 34 35 36 37 38 46 47 48 49 50 51>;
};
home_row_mod_right: home_row_mod_right {
compatible = "zmk,behavior-hold-tap";
label = "HOME_ROW_MOD_RIGHT";
bindings = <&kp>, <&kp>;
#binding-cells = <2>;
hold-trigger-on-release;
flavor = "balanced";
require-prior-idle-ms = <150>;
quick-tap-ms = <175>;
tapping-term-ms = <280>;
hold-trigger-key-positions = <0 1 2 4 5 13 14 15 16 17 18 26 27 28 29 30 31 39 40 41 42 43 44 3>;
};
paste_ht_new: paste_ht_new {
compatible = "zmk,behavior-hold-tap";
label = "PASTE_HT_NEW";
bindings = <&paste>, <&kp>;
#binding-cells = <2>;
flavor = "balanced";
require-prior-idle-ms = <150>;
quick-tap-ms = <175>;
tapping-term-ms = <280>;
};
copy_ht_new: copy_ht_new {
compatible = "zmk,behavior-hold-tap";
label = "COPY_HT_NEW";
bindings = <&copy>, <&kp>;
#binding-cells = <2>;
flavor = "balanced";
require-prior-idle-ms = <150>;
quick-tap-ms = <175>;
tapping-term-ms = <280>;
};
change_lang_ht: change_lang_ht {
compatible = "zmk,behavior-hold-tap";
label = "CHANGE_LANG_HT";
bindings = <&win_space_tgl>, <&kp>;
#binding-cells = <2>;
flavor = "balanced";
require-prior-idle-ms = <150>;
quick-tap-ms = <175>;
tapping-term-ms = <280>;
};
behaviors { behaviors {
}; };
combos { combos {
compatible = "zmk,combos"; compatible = "zmk,combos";
equal { bracket_open {
bindings = <&kp EQUAL>; bindings = <&kp LEFT_BRACKET>;
key-positions = <16 17>; key-positions = <16 17>;
layers = <0>; layers = <0>;
}; };
delete { equal {
bindings = <&kp BACKSPACE>; bindings = <&kp EQUAL>;
key-positions = <34 35>; key-positions = <34 35>;
layers = <0>; layers = <0>;
}; };
@@ -90,6 +154,24 @@
key-positions = <27 28 29 30>; key-positions = <27 28 29 30>;
layers = <0>; layers = <0>;
}; };
bracket_close {
bindings = <&kp RIGHT_BRACKET>;
key-positions = <21 22>;
layers = <0>;
};
lpar {
bindings = <&kp LEFT_PARENTHESIS>;
key-positions = <43 42>;
layers = <0>;
};
rpar {
bindings = <&kp RIGHT_PARENTHESIS>;
key-positions = <48 47>;
layers = <0>;
};
}; };
macros { macros {
@@ -194,6 +276,20 @@
label = "PASTE"; label = "PASTE";
}; };
win_space_tgl: win_space_tgl {
compatible = "zmk,behavior-macro";
#binding-cells = <0>;
bindings =
<&macro_press>,
<&kp LEFT_WIN>,
<&macro_tap>,
<&kp SPACE>,
<&macro_release>,
<&kp LEFT_WIN>;
label = "WIN_SPACE_TGL";
};
}; };
keymap { keymap {
@@ -201,11 +297,11 @@
Main { Main {
bindings = < bindings = <
&mt GRAVE ESC &kp N1 &kp N2 &kp N3 &kp N4 &kp N5 &kp UP &kp N6 &kp N7 &kp N8 &kp N9 &kp N0 &kp BACKSPACE &mt GRAVE ESC &kp N1 &kp N2 &kp N3 &kp N4 &kp N5 &kp UP &kp N6 &kp N7 &kp N8 &kp N9 &kp N0 &kp BACKSPACE
&kp TAB &kp Q &kp W &kp E &kp R &kp T &kp DOWN &kp Y &kp U &kp I &kp O &kp P &kp BSLH &mt RIGHT_BRACKET LEFT_BRACKET &kp Q &kp W &kp E &kp R &kp T &kp DOWN &kp Y &kp U &kp I &kp O &kp P &kp BSLH
&copy_paste &kp A &kp S &kp D &kp F &kp G &kp LEFT_ARROW &kp H &kp J &kp K &kp L &kp SEMI &kp APOS &change_lang_ht 0 TAB &home_row_mod_left LSHFT A &home_row_mod_left RIGHT_ALT S &home_row_mod_left RCTRL D &home_row_mod_left LEFT_WIN F &kp G &kp LEFT_ARROW &kp H &home_row_mod_right RIGHT_WIN J &home_row_mod_right RCTRL K &home_row_mod_right RIGHT_ALT L &home_row_mod_right RSHFT SEMI &mt BACKSPACE APOS
&mt LSHFT ENTER &kp Z &kp X &kp C &kp V &kp B &kp RIGHT_ARROW &kp N &kp M &kp COMMA &kp DOT &kp FSLH &mt RSHIFT ENTER &mt LSHFT ENTER &kp Z &kp X &kp C &kp V &kp B &kp RIGHT_ARROW &kp N &kp M &kp COMMA &kp DOT &kp FSLH &mt RSHIFT ENTER
&kp C_MUTE &mo 1 &kp RALT &mo 2 &mt RCTRL SPACE &kp LEFT_GUI &rgb_toggle &kp RGUI &mt RALT SPACE &mo 1 &kp RCTRL &mo 2 &kp C_MUTE &none &kp RALT &mo 2 &lt 1 SPACE &copy_ht_new 0 ENTER &rgb_toggle &paste_ht_new 0 ENTER &lt 2 SPACE &mo 1 &kp RALT &none
>; >;
sensor-bindings = <&inc_dec_kp C_VOLUME_UP C_VOL_DN>; sensor-bindings = <&inc_dec_kp C_VOLUME_UP C_VOL_DN>;
@@ -219,7 +315,7 @@
&trans &none &none &kp UP &none &kp MINUS &trans &kp EQUAL &mkp MB1 &mmv MOVE_UP &mkp MB2 &msc SCRL_DOWN &none &trans &none &none &kp UP &none &kp MINUS &trans &kp EQUAL &mkp MB1 &mmv MOVE_UP &mkp MB2 &msc SCRL_DOWN &none
&trans &none &kp LEFT &kp DOWN &kp RIGHT &kp LEFT_BRACKET &trans &kp RIGHT_BRACKET &mmv MOVE_LEFT &mmv MOVE_DOWN &mmv MOVE_RIGHT &mkp MB3 &none &trans &none &kp LEFT &kp DOWN &kp RIGHT &kp LEFT_BRACKET &trans &kp RIGHT_BRACKET &mmv MOVE_LEFT &mmv MOVE_DOWN &mmv MOVE_RIGHT &mkp MB3 &none
&trans &none &kp C_PREV &kp C_PP &kp C_NEXT &none &trans &none &none &none &none &msc SCRL_UP &none &trans &none &kp C_PREV &kp C_PP &kp C_NEXT &none &trans &none &none &none &none &msc SCRL_UP &none
&to 0 &none &trans &to 2 &trans &trans &to 0 &trans &trans &none &trans &to 2 &to 0 &none &trans &none &trans &trans &to 0 &trans &trans &none &trans &none
>; >;
display-name = "LHelp"; display-name = "LHelp";
@@ -232,7 +328,7 @@
&trans &msc SCRL_DOWN &mkp MB1 &mmv MOVE_UP &mkp MB2 &kp MINUS &trans &kp EQUAL &none &kp UP &none &none &none &trans &msc SCRL_DOWN &mkp MB1 &mmv MOVE_UP &mkp MB2 &kp MINUS &trans &kp EQUAL &none &kp UP &none &none &none
&trans &mkp MB3 &mmv MOVE_LEFT &mmv MOVE_DOWN &mmv MOVE_RIGHT &kp LEFT_BRACKET &trans &kp RIGHT_BRACKET &kp LEFT &kp DOWN &kp RIGHT &none &none &trans &mkp MB3 &mmv MOVE_LEFT &mmv MOVE_DOWN &mmv MOVE_RIGHT &kp LEFT_BRACKET &trans &kp RIGHT_BRACKET &kp LEFT &kp DOWN &kp RIGHT &none &none
&trans &msc SCRL_UP &none &none &none &none &trans &none &kp C_PREV &kp C_PP &kp C_NEXT &none &none &trans &msc SCRL_UP &none &none &none &none &trans &none &kp C_PREV &kp C_PP &kp C_NEXT &none &none
&to 0 &to 1 &trans &none &trans &trans &to 0 &trans &trans &to 1 &trans &none &to 0 &none &trans &none &trans &trans &to 0 &trans &trans &none &trans &none
>; >;
label = "RHelp"; label = "RHelp";
+1 -1
View File
@@ -20,6 +20,6 @@ manifest:
import: app/west.yml import: app/west.yml
- name: nice-view-gem #new entry - name: nice-view-gem #new entry
remote: m165437 #new entry remote: m165437 #new entry
revision: main #new entry revision: v0.3.0 #new entry
self: self:
path: boards path: boards
+89 -74
View File
@@ -1,8 +1,5 @@
<svg width="1004" height="1997" viewBox="0 0 1004 1997" class="keymap" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <svg width="1004" height="1997" viewBox="0 0 1004 1997" class="keymap" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>/* start glyphs */ <defs>/* start glyphs */
<svg id="mdi:apple-keyboard-command">
<svg xmlns="http://www.w3.org/2000/svg" id="mdi-apple-keyboard-command" viewBox="0 0 24 24"><path d="M6,2A4,4 0 0,1 10,6V8H14V6A4,4 0 0,1 18,2A4,4 0 0,1 22,6A4,4 0 0,1 18,10H16V14H18A4,4 0 0,1 22,18A4,4 0 0,1 18,22A4,4 0 0,1 14,18V16H10V18A4,4 0 0,1 6,22A4,4 0 0,1 2,18A4,4 0 0,1 6,14H8V10H6A4,4 0 0,1 2,6A4,4 0 0,1 6,2M16,18A2,2 0 0,0 18,20A2,2 0 0,0 20,18A2,2 0 0,0 18,16H16V18M14,10H10V14H14V10M6,16A2,2 0 0,0 4,18A2,2 0 0,0 6,20A2,2 0 0,0 8,18V16H6M8,6A2,2 0 0,0 6,4A2,2 0 0,0 4,6A2,2 0 0,0 6,8H8V6M18,8A2,2 0 0,0 20,6A2,2 0 0,0 18,4A2,2 0 0,0 16,6V8H18Z" /></svg>
</svg>
<svg id="mdi:apple-keyboard-control"> <svg id="mdi:apple-keyboard-control">
<svg xmlns="http://www.w3.org/2000/svg" id="mdi-apple-keyboard-control" viewBox="0 0 24 24"><path d="M19.78,11.78L18.36,13.19L12,6.83L5.64,13.19L4.22,11.78L12,4L19.78,11.78Z" /></svg> <svg xmlns="http://www.w3.org/2000/svg" id="mdi-apple-keyboard-control" viewBox="0 0 24 24"><path d="M19.78,11.78L18.36,13.19L12,6.83L5.64,13.19L4.22,11.78L12,4L19.78,11.78Z" /></svg>
</svg> </svg>
@@ -175,25 +172,25 @@ text.footer {
} }
/* styling for combo tap, and key non-tap label text */ /* styling for combo tap, and key non-tap label text */
text.combo, text.hold, text.shifted, text.left, text.right { text.combo, text.hold, text.shifted, text.left, text.right, text.tl, text.tr, text.bl, text.br {
font-size: 11px; font-size: 11px;
} }
text.hold { text.hold, text.bl, text.br {
text-anchor: middle; text-anchor: middle;
dominant-baseline: auto; dominant-baseline: auto;
} }
text.shifted { text.shifted, text.tl, text.tr {
text-anchor: middle; text-anchor: middle;
dominant-baseline: hanging; dominant-baseline: hanging;
} }
text.left { text.left, text.tl, text.bl {
text-anchor: start; text-anchor: start;
} }
text.right { text.right, text.tr, text.br {
text-anchor: end; text-anchor: end;
} }
@@ -392,7 +389,9 @@ rect.held, rect.combo.held {
<g transform="translate(28, 112)" class="key keypos-13"> <g transform="translate(28, 112)" class="key keypos-13">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/>
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/> <rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/>
<use href="#mdi:keyboard-tab" xlink:href="#mdi:keyboard-tab" x="-9" y="-13" height="18" width="18.0" class="key tap glyph mdi:keyboard-tab"/> <text x="0" y="-4" class="key tap">[</text>
<text x="0" y="24" class="key hold">]</text>
<text x="0" y="-24" class="key shifted">{</text>
</g> </g>
<g transform="translate(84, 112)" class="key keypos-14"> <g transform="translate(84, 112)" class="key keypos-14">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/>
@@ -458,27 +457,32 @@ rect.held, rect.combo.held {
<g transform="translate(28, 168)" class="key keypos-26"> <g transform="translate(28, 168)" class="key keypos-26">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/>
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/> <rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/>
<text x="0" y="-4" class="key tap"><tspan style="font-size: 60%">&amp;copy_pas…</tspan></text> <use href="#mdi:keyboard-tab" xlink:href="#mdi:keyboard-tab" x="-9" y="-13" height="18" width="18.0" class="key tap glyph mdi:keyboard-tab"/>
<text x="0" y="24" class="key hold"><tspan style="font-size: 60%">&amp;win_spac…</tspan></text>
</g> </g>
<g transform="translate(84, 168)" class="key keypos-27"> <g transform="translate(84, 168)" class="key keypos-27">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/>
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/> <rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/>
<text x="0" y="-4" class="key tap">A</text> <text x="0" y="-4" class="key tap">A</text>
<use href="#mdi:apple-keyboard-shift" xlink:href="#mdi:apple-keyboard-shift" x="-8" y="9" height="15" width="15.0" class="key hold glyph mdi:apple-keyboard-shift"/>
</g> </g>
<g transform="translate(140, 147)" class="key keypos-28"> <g transform="translate(140, 147)" class="key keypos-28">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/>
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/> <rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/>
<text x="0" y="-4" class="key tap">S</text> <text x="0" y="-4" class="key tap">S</text>
<use href="#mdi:apple-keyboard-option" xlink:href="#mdi:apple-keyboard-option" x="-8" y="9" height="15" width="15.0" class="key hold glyph mdi:apple-keyboard-option"/>
</g> </g>
<g transform="translate(196, 140)" class="key keypos-29"> <g transform="translate(196, 140)" class="key keypos-29">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/>
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/> <rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/>
<text x="0" y="-4" class="key tap">D</text> <text x="0" y="-4" class="key tap">D</text>
<use href="#mdi:apple-keyboard-control" xlink:href="#mdi:apple-keyboard-control" x="-8" y="9" height="15" width="15.0" class="key hold glyph mdi:apple-keyboard-control"/>
</g> </g>
<g transform="translate(252, 147)" class="key keypos-30"> <g transform="translate(252, 147)" class="key keypos-30">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/>
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/> <rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/>
<text x="0" y="-4" class="key tap">F</text> <text x="0" y="-4" class="key tap">F</text>
<text x="0" y="24" class="key hold"><tspan style="font-size: 75%">LEFT WIN</tspan></text>
</g> </g>
<g transform="translate(308, 147)" class="key keypos-31"> <g transform="translate(308, 147)" class="key keypos-31">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/>
@@ -499,27 +503,32 @@ rect.held, rect.combo.held {
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/>
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/> <rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/>
<text x="0" y="-4" class="key tap">J</text> <text x="0" y="-4" class="key tap">J</text>
<text x="0" y="24" class="key hold"><tspan style="font-size: 67%">RIGHT WIN</tspan></text>
</g> </g>
<g transform="translate(728, 140)" class="key keypos-35"> <g transform="translate(728, 140)" class="key keypos-35">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/>
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/> <rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/>
<text x="0" y="-4" class="key tap">K</text> <text x="0" y="-4" class="key tap">K</text>
<use href="#mdi:apple-keyboard-control" xlink:href="#mdi:apple-keyboard-control" x="-8" y="9" height="15" width="15.0" class="key hold glyph mdi:apple-keyboard-control"/>
</g> </g>
<g transform="translate(784, 147)" class="key keypos-36"> <g transform="translate(784, 147)" class="key keypos-36">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/>
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/> <rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/>
<text x="0" y="-4" class="key tap">L</text> <text x="0" y="-4" class="key tap">L</text>
<use href="#mdi:apple-keyboard-option" xlink:href="#mdi:apple-keyboard-option" x="-8" y="9" height="15" width="15.0" class="key hold glyph mdi:apple-keyboard-option"/>
</g> </g>
<g transform="translate(840, 168)" class="key keypos-37"> <g transform="translate(840, 168)" class="key keypos-37">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/>
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/> <rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/>
<text x="0" y="-4" class="key tap">;</text> <text x="0" y="-4" class="key tap">;</text>
<use href="#mdi:apple-keyboard-shift" xlink:href="#mdi:apple-keyboard-shift" x="-8" y="9" height="15" width="15.0" class="key hold glyph mdi:apple-keyboard-shift"/>
<text x="0" y="-24" class="key shifted">:</text> <text x="0" y="-24" class="key shifted">:</text>
</g> </g>
<g transform="translate(896, 168)" class="key keypos-38"> <g transform="translate(896, 168)" class="key keypos-38">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/>
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/> <rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/>
<text x="0" y="-4" class="key tap">&#x27;</text> <text x="0" y="-4" class="key tap">&#x27;</text>
<use href="#mdi:backspace" xlink:href="#mdi:backspace" x="-8" y="9" height="15" width="15.0" class="key hold glyph mdi:backspace"/>
<text x="0" y="-24" class="key shifted">&quot;</text> <text x="0" y="-24" class="key shifted">&quot;</text>
</g> </g>
<g transform="translate(28, 224)" class="key keypos-39"> <g transform="translate(28, 224)" class="key keypos-39">
@@ -597,12 +606,11 @@ rect.held, rect.combo.held {
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/> <rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/>
<use href="#mdi:volume-off" xlink:href="#mdi:volume-off" x="-9" y="-13" height="18" width="18.0" class="key tap glyph mdi:volume-off"/> <use href="#mdi:volume-off" xlink:href="#mdi:volume-off" x="-9" y="-13" height="18" width="18.0" class="key tap glyph mdi:volume-off"/>
</g> </g>
<g transform="translate(140, 259)" class="key keypos-53"> <g transform="translate(140, 259)" class="key none keypos-53">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key none side"/>
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/> <rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key none"/>
<a href="#LHelp"> <use href="#mdi:minus-circle-outline" xlink:href="#mdi:minus-circle-outline" x="-9" y="-13" height="18" width="18.0" class="key none tap glyph mdi:minus-circle-outline"/>
<text x="0" y="-4" class="key tap layer-activator">LHelp</text> </g>
</a></g>
<g transform="translate(196, 252)" class="key keypos-54"> <g transform="translate(196, 252)" class="key keypos-54">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/>
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/> <rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/>
@@ -618,12 +626,14 @@ rect.held, rect.combo.held {
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/>
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/> <rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/>
<use href="#mdi:keyboard-space" xlink:href="#mdi:keyboard-space" x="-9" y="-13" height="18" width="18.0" class="key tap glyph mdi:keyboard-space"/> <use href="#mdi:keyboard-space" xlink:href="#mdi:keyboard-space" x="-9" y="-13" height="18" width="18.0" class="key tap glyph mdi:keyboard-space"/>
<use href="#mdi:apple-keyboard-control" xlink:href="#mdi:apple-keyboard-control" x="-8" y="9" height="15" width="15.0" class="key hold glyph mdi:apple-keyboard-control"/> <a href="#LHelp">
</g> <text x="0" y="24" class="key hold layer-activator">LHelp</text>
</a></g>
<g transform="translate(389, 294) rotate(30.0)" class="key keypos-57"> <g transform="translate(389, 294) rotate(30.0)" class="key keypos-57">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/>
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/> <rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/>
<use href="#mdi:apple-keyboard-command" xlink:href="#mdi:apple-keyboard-command" x="-9" y="-13" height="18" width="18.0" class="key tap glyph mdi:apple-keyboard-command"/> <use href="#mdi:keyboard-return" xlink:href="#mdi:keyboard-return" x="-9" y="-13" height="18" width="18.0" class="key tap glyph mdi:keyboard-return"/>
<text x="0" y="24" class="key hold">&amp;copy</text>
</g> </g>
<g transform="translate(462, 91)" class="key keypos-58"> <g transform="translate(462, 91)" class="key keypos-58">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/>
@@ -633,14 +643,16 @@ rect.held, rect.combo.held {
<g transform="translate(535, 294) rotate(-30.0)" class="key keypos-59"> <g transform="translate(535, 294) rotate(-30.0)" class="key keypos-59">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/>
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/> <rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/>
<text x="0" y="-4" class="key tap">RGUI</text> <use href="#mdi:keyboard-return" xlink:href="#mdi:keyboard-return" x="-9" y="-13" height="18" width="18.0" class="key tap glyph mdi:keyboard-return"/>
<text x="0" y="24" class="key hold">&amp;paste</text>
</g> </g>
<g transform="translate(610, 283) rotate(-30.0)" class="key keypos-60"> <g transform="translate(610, 283) rotate(-30.0)" class="key keypos-60">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/>
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/> <rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/>
<use href="#mdi:keyboard-space" xlink:href="#mdi:keyboard-space" x="-9" y="-13" height="18" width="18.0" class="key tap glyph mdi:keyboard-space"/> <use href="#mdi:keyboard-space" xlink:href="#mdi:keyboard-space" x="-9" y="-13" height="18" width="18.0" class="key tap glyph mdi:keyboard-space"/>
<use href="#mdi:apple-keyboard-option" xlink:href="#mdi:apple-keyboard-option" x="-8" y="9" height="15" width="15.0" class="key hold glyph mdi:apple-keyboard-option"/> <a href="#RHelp">
</g> <text x="0" y="24" class="key hold layer-activator">RHelp</text>
</a></g>
<g transform="translate(672, 259)" class="key keypos-61"> <g transform="translate(672, 259)" class="key keypos-61">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/>
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/> <rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/>
@@ -650,22 +662,22 @@ rect.held, rect.combo.held {
<g transform="translate(728, 252)" class="key keypos-62"> <g transform="translate(728, 252)" class="key keypos-62">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/>
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/> <rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/>
<use href="#mdi:apple-keyboard-control" xlink:href="#mdi:apple-keyboard-control" x="-9" y="-13" height="18" width="18.0" class="key tap glyph mdi:apple-keyboard-control"/> <use href="#mdi:apple-keyboard-option" xlink:href="#mdi:apple-keyboard-option" x="-9" y="-13" height="18" width="18.0" class="key tap glyph mdi:apple-keyboard-option"/>
</g>
<g transform="translate(784, 259)" class="key none keypos-63">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key none side"/>
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key none"/>
<use href="#mdi:minus-circle-outline" xlink:href="#mdi:minus-circle-outline" x="-9" y="-13" height="18" width="18.0" class="key none tap glyph mdi:minus-circle-outline"/>
</g> </g>
<g transform="translate(784, 259)" class="key keypos-63">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/>
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/>
<a href="#RHelp">
<text x="0" y="-4" class="key tap layer-activator">RHelp</text>
</a></g>
<g class="combo combopos-0"> <g class="combo combopos-0">
<rect rx="6" ry="6" x="210" y="74" width="28" height="26" class="combo"/> <rect rx="6" ry="6" x="210" y="74" width="28" height="26" class="combo"/>
<text x="224" y="88" class="combo tap">=</text> <text x="224" y="88" class="combo tap">[</text>
<text x="224" y="76" class="combo shifted">+</text> <text x="224" y="76" class="combo shifted">{</text>
</g> </g>
<g class="combo backspace combopos-1"> <g class="combo combopos-1">
<rect rx="6" ry="6" x="686" y="130" width="28" height="26" class="combo backspace"/> <rect rx="6" ry="6" x="686" y="130" width="28" height="26" class="combo"/>
<use href="#mdi:backspace" xlink:href="#mdi:backspace" x="691" y="134" height="18" width="18.0" class="combo backspace tap glyph mdi:backspace"/> <text x="700" y="144" class="combo tap">=</text>
<text x="700" y="132" class="combo shifted">+</text>
</g> </g>
<g class="combo combopos-2"> <g class="combo combopos-2">
<rect rx="6" ry="6" x="210" y="130" width="28" height="26" class="combo"/> <rect rx="6" ry="6" x="210" y="130" width="28" height="26" class="combo"/>
@@ -696,6 +708,19 @@ rect.held, rect.combo.held {
<tspan x="168" dy="-0.6em" style="font-size: 60%">&amp;rgb_to_l…</tspan><tspan x="168" dy="1.2em" style="font-size: 60%"></tspan> <tspan x="168" dy="-0.6em" style="font-size: 60%">&amp;rgb_to_l…</tspan><tspan x="168" dy="1.2em" style="font-size: 60%"></tspan>
</text> </text>
</g> </g>
<g class="combo combopos-6">
<rect rx="6" ry="6" x="686" y="74" width="28" height="26" class="combo"/>
<text x="700" y="88" class="combo tap">]</text>
<text x="700" y="76" class="combo shifted">}</text>
</g>
<g class="combo combopos-7">
<rect rx="6" ry="6" x="210" y="186" width="28" height="26" class="combo"/>
<text x="224" y="200" class="combo tap">(</text>
</g>
<g class="combo combopos-8">
<rect rx="6" ry="6" x="686" y="186" width="28" height="26" class="combo"/>
<text x="700" y="200" class="combo tap">)</text>
</g>
</g> </g>
</g> </g>
<g transform="translate(40, 388)" class="layer-LHelp"> <g transform="translate(40, 388)" class="layer-LHelp">
@@ -984,27 +1009,24 @@ rect.held, rect.combo.held {
<text x="0" y="-4" class="key tap layer-activator">Main</text> <text x="0" y="-4" class="key tap layer-activator">Main</text>
</a><text x="0" y="24" class="key hold">toggle</text> </a><text x="0" y="24" class="key hold">toggle</text>
</g> </g>
<g transform="translate(140, 259)" class="key held keypos-53"> <g transform="translate(140, 259)" class="key none keypos-53">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key held side"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key none side"/>
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key held"/> <rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key none"/>
<use href="#mdi:minus-circle-outline" xlink:href="#mdi:minus-circle-outline" x="-9" y="-13" height="18" width="18.0" class="key held tap glyph mdi:minus-circle-outline"/> <use href="#mdi:minus-circle-outline" xlink:href="#mdi:minus-circle-outline" x="-9" y="-13" height="18" width="18.0" class="key none tap glyph mdi:minus-circle-outline"/>
</g> </g>
<g transform="translate(196, 252)" class="key trans keypos-54"> <g transform="translate(196, 252)" class="key trans keypos-54">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key trans side"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key trans side"/>
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key trans"/> <rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key trans"/>
<use href="#mdi:transfer" xlink:href="#mdi:transfer" x="-9" y="-13" height="18" width="18.0" class="key trans tap glyph mdi:transfer"/> <use href="#mdi:transfer" xlink:href="#mdi:transfer" x="-9" y="-13" height="18" width="18.0" class="key trans tap glyph mdi:transfer"/>
</g> </g>
<g transform="translate(252, 259)" class="key keypos-55"> <g transform="translate(252, 259)" class="key none keypos-55">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key none side"/>
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/> <rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key none"/>
<a href="#RHelp"> <use href="#mdi:minus-circle-outline" xlink:href="#mdi:minus-circle-outline" x="-9" y="-13" height="18" width="18.0" class="key none tap glyph mdi:minus-circle-outline"/>
<text x="0" y="-4" class="key tap layer-activator">RHelp</text>
</a><text x="0" y="24" class="key hold">toggle</text>
</g> </g>
<g transform="translate(314, 283) rotate(30.0)" class="key trans keypos-56"> <g transform="translate(314, 283) rotate(30.0)" class="key held keypos-56">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key trans side"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key held side"/>
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key trans"/> <rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key held"/>
<use href="#mdi:transfer" xlink:href="#mdi:transfer" x="-9" y="-13" height="18" width="18.0" class="key trans tap glyph mdi:transfer"/>
</g> </g>
<g transform="translate(389, 294) rotate(30.0)" class="key trans keypos-57"> <g transform="translate(389, 294) rotate(30.0)" class="key trans keypos-57">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key trans side"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key trans side"/>
@@ -1038,12 +1060,10 @@ rect.held, rect.combo.held {
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key trans"/> <rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key trans"/>
<use href="#mdi:transfer" xlink:href="#mdi:transfer" x="-9" y="-13" height="18" width="18.0" class="key trans tap glyph mdi:transfer"/> <use href="#mdi:transfer" xlink:href="#mdi:transfer" x="-9" y="-13" height="18" width="18.0" class="key trans tap glyph mdi:transfer"/>
</g> </g>
<g transform="translate(784, 259)" class="key keypos-63"> <g transform="translate(784, 259)" class="key none keypos-63">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key none side"/>
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/> <rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key none"/>
<a href="#RHelp"> <use href="#mdi:minus-circle-outline" xlink:href="#mdi:minus-circle-outline" x="-9" y="-13" height="18" width="18.0" class="key none tap glyph mdi:minus-circle-outline"/>
<text x="0" y="-4" class="key tap layer-activator">RHelp</text>
</a><text x="0" y="24" class="key hold">toggle</text>
</g> </g>
</g> </g>
</g> </g>
@@ -1333,12 +1353,10 @@ rect.held, rect.combo.held {
<text x="0" y="-4" class="key tap layer-activator">Main</text> <text x="0" y="-4" class="key tap layer-activator">Main</text>
</a><text x="0" y="24" class="key hold">toggle</text> </a><text x="0" y="24" class="key hold">toggle</text>
</g> </g>
<g transform="translate(140, 259)" class="key keypos-53"> <g transform="translate(140, 259)" class="key none keypos-53">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key none side"/>
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/> <rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key none"/>
<a href="#LHelp"> <use href="#mdi:minus-circle-outline" xlink:href="#mdi:minus-circle-outline" x="-9" y="-13" height="18" width="18.0" class="key none tap glyph mdi:minus-circle-outline"/>
<text x="0" y="-4" class="key tap layer-activator">LHelp</text>
</a><text x="0" y="24" class="key hold">toggle</text>
</g> </g>
<g transform="translate(196, 252)" class="key trans keypos-54"> <g transform="translate(196, 252)" class="key trans keypos-54">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key trans side"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key trans side"/>
@@ -1372,27 +1390,24 @@ rect.held, rect.combo.held {
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key trans"/> <rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key trans"/>
<use href="#mdi:transfer" xlink:href="#mdi:transfer" x="-9" y="-13" height="18" width="18.0" class="key trans tap glyph mdi:transfer"/> <use href="#mdi:transfer" xlink:href="#mdi:transfer" x="-9" y="-13" height="18" width="18.0" class="key trans tap glyph mdi:transfer"/>
</g> </g>
<g transform="translate(610, 283) rotate(-30.0)" class="key trans keypos-60"> <g transform="translate(610, 283) rotate(-30.0)" class="key held alternate keypos-60">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key trans side"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key held alternate side"/>
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key trans"/> <rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key held alternate"/>
<use href="#mdi:transfer" xlink:href="#mdi:transfer" x="-9" y="-13" height="18" width="18.0" class="key trans tap glyph mdi:transfer"/>
</g> </g>
<g transform="translate(672, 259)" class="key keypos-61"> <g transform="translate(672, 259)" class="key none keypos-61">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key none side"/>
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/> <rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key none"/>
<a href="#LHelp"> <use href="#mdi:minus-circle-outline" xlink:href="#mdi:minus-circle-outline" x="-9" y="-13" height="18" width="18.0" class="key none tap glyph mdi:minus-circle-outline"/>
<text x="0" y="-4" class="key tap layer-activator">LHelp</text>
</a><text x="0" y="24" class="key hold">toggle</text>
</g> </g>
<g transform="translate(728, 252)" class="key trans keypos-62"> <g transform="translate(728, 252)" class="key trans keypos-62">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key trans side"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key trans side"/>
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key trans"/> <rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key trans"/>
<use href="#mdi:transfer" xlink:href="#mdi:transfer" x="-9" y="-13" height="18" width="18.0" class="key trans tap glyph mdi:transfer"/> <use href="#mdi:transfer" xlink:href="#mdi:transfer" x="-9" y="-13" height="18" width="18.0" class="key trans tap glyph mdi:transfer"/>
</g> </g>
<g transform="translate(784, 259)" class="key held alternate keypos-63"> <g transform="translate(784, 259)" class="key none keypos-63">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key held alternate side"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key none side"/>
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key held alternate"/> <rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key none"/>
<use href="#mdi:minus-circle-outline" xlink:href="#mdi:minus-circle-outline" x="-9" y="-13" height="18" width="18.0" class="key held alternate tap glyph mdi:minus-circle-outline"/> <use href="#mdi:minus-circle-outline" xlink:href="#mdi:minus-circle-outline" x="-9" y="-13" height="18" width="18.0" class="key none tap glyph mdi:minus-circle-outline"/>
</g> </g>
</g> </g>
</g> </g>

Before

Width:  |  Height:  |  Size: 123 KiB

After

Width:  |  Height:  |  Size: 125 KiB

+37 -28
View File
@@ -14,7 +14,7 @@ layers:
- {t: '9', s: (} - {t: '9', s: (}
- {t: '0', s: )} - {t: '0', s: )}
- {t: '$$mdi:backspace$$', type: backspace} - {t: '$$mdi:backspace$$', type: backspace}
- $$mdi:keyboard-tab$$ - {t: '[', h: ']', s: '{'}
- Q - Q
- W - W
- E - E
@@ -27,19 +27,19 @@ layers:
- O - O
- P - P
- {t: \, s: '|'} - {t: \, s: '|'}
- '&copy_paste' - {t: '$$mdi:keyboard-tab$$', h: '&win_space_tgl'}
- A - {t: A, h: '$$mdi:apple-keyboard-shift$$'}
- S - {t: S, h: '$$mdi:apple-keyboard-option$$'}
- D - {t: D, h: '$$mdi:apple-keyboard-control$$'}
- F - {t: F, h: LEFT WIN}
- G - G
- $$mdi:arrow-left-bold$$ - $$mdi:arrow-left-bold$$
- H - H
- J - {t: J, h: RIGHT WIN}
- K - {t: K, h: '$$mdi:apple-keyboard-control$$'}
- L - {t: L, h: '$$mdi:apple-keyboard-option$$'}
- {t: ;, s: ':'} - {t: ;, h: '$$mdi:apple-keyboard-shift$$', s: ':'}
- {t: '''', s: '"'} - {t: '''', h: '$$mdi:backspace$$', s: '"'}
- {t: '$$mdi:keyboard-return$$', h: '$$mdi:apple-keyboard-shift$$'} - {t: '$$mdi:keyboard-return$$', h: '$$mdi:apple-keyboard-shift$$'}
- Z - Z
- X - X
@@ -54,17 +54,17 @@ layers:
- {t: /, s: '?'} - {t: /, s: '?'}
- {t: '$$mdi:keyboard-return$$', h: '$$mdi:apple-keyboard-shift$$'} - {t: '$$mdi:keyboard-return$$', h: '$$mdi:apple-keyboard-shift$$'}
- $$mdi:volume-off$$ - $$mdi:volume-off$$
- LHelp - {t: '$$mdi:minus-circle-outline$$', type: none}
- $$mdi:apple-keyboard-option$$ - $$mdi:apple-keyboard-option$$
- RHelp - RHelp
- {t: '$$mdi:keyboard-space$$', h: '$$mdi:apple-keyboard-control$$'} - {t: '$$mdi:keyboard-space$$', h: LHelp}
- $$mdi:apple-keyboard-command$$ - {t: '$$mdi:keyboard-return$$', h: '&copy'}
- '&rgb_toggle' - '&rgb_toggle'
- RGUI - {t: '$$mdi:keyboard-return$$', h: '&paste'}
- {t: '$$mdi:keyboard-space$$', h: '$$mdi:apple-keyboard-option$$'} - {t: '$$mdi:keyboard-space$$', h: RHelp}
- LHelp - LHelp
- $$mdi:apple-keyboard-control$$ - $$mdi:apple-keyboard-option$$
- RHelp - {t: '$$mdi:minus-circle-outline$$', type: none}
LHelp: LHelp:
- {t: '$$mdi:transfer$$', type: trans} - {t: '$$mdi:transfer$$', type: trans}
- {t: F1, h: F11} - {t: F1, h: F11}
@@ -119,17 +119,17 @@ layers:
- $$mdi:pan-up$$ - $$mdi:pan-up$$
- {t: '$$mdi:minus-circle-outline$$', type: none} - {t: '$$mdi:minus-circle-outline$$', type: none}
- {t: Main, h: toggle} - {t: Main, h: toggle}
- {t: '$$mdi:minus-circle-outline$$', type: held} - {t: '$$mdi:minus-circle-outline$$', type: none}
- {t: '$$mdi:transfer$$', type: trans}
- {t: RHelp, h: toggle}
- {t: '$$mdi:transfer$$', type: trans} - {t: '$$mdi:transfer$$', type: trans}
- {t: '$$mdi:minus-circle-outline$$', type: none}
- {type: held}
- {t: '$$mdi:transfer$$', type: trans} - {t: '$$mdi:transfer$$', type: trans}
- {t: Main, h: toggle} - {t: Main, h: toggle}
- {t: '$$mdi:transfer$$', type: trans} - {t: '$$mdi:transfer$$', type: trans}
- {t: '$$mdi:transfer$$', type: trans} - {t: '$$mdi:transfer$$', type: trans}
- {t: '$$mdi:minus-circle-outline$$', type: held alternate} - {t: '$$mdi:minus-circle-outline$$', type: held alternate}
- {t: '$$mdi:transfer$$', type: trans} - {t: '$$mdi:transfer$$', type: trans}
- {t: RHelp, h: toggle} - {t: '$$mdi:minus-circle-outline$$', type: none}
RHelp: RHelp:
- {t: '$$mdi:transfer$$', type: trans} - {t: '$$mdi:transfer$$', type: trans}
- {t: F1, h: F11} - {t: F1, h: F11}
@@ -184,17 +184,17 @@ layers:
- {t: '$$mdi:minus-circle-outline$$', type: none} - {t: '$$mdi:minus-circle-outline$$', type: none}
- {t: '$$mdi:minus-circle-outline$$', type: none} - {t: '$$mdi:minus-circle-outline$$', type: none}
- {t: Main, h: toggle} - {t: Main, h: toggle}
- {t: LHelp, h: toggle} - {t: '$$mdi:minus-circle-outline$$', type: none}
- {t: '$$mdi:transfer$$', type: trans} - {t: '$$mdi:transfer$$', type: trans}
- {t: '$$mdi:minus-circle-outline$$', type: held} - {t: '$$mdi:minus-circle-outline$$', type: held}
- {t: '$$mdi:transfer$$', type: trans} - {t: '$$mdi:transfer$$', type: trans}
- {t: '$$mdi:transfer$$', type: trans} - {t: '$$mdi:transfer$$', type: trans}
- {t: Main, h: toggle} - {t: Main, h: toggle}
- {t: '$$mdi:transfer$$', type: trans} - {t: '$$mdi:transfer$$', type: trans}
- {type: held alternate}
- {t: '$$mdi:minus-circle-outline$$', type: none}
- {t: '$$mdi:transfer$$', type: trans} - {t: '$$mdi:transfer$$', type: trans}
- {t: LHelp, h: toggle} - {t: '$$mdi:minus-circle-outline$$', type: none}
- {t: '$$mdi:transfer$$', type: trans}
- {t: '$$mdi:minus-circle-outline$$', type: held alternate}
Gaming: Gaming:
- $$mdi:keyboard-esc$$ - $$mdi:keyboard-esc$$
- '1' - '1'
@@ -327,10 +327,10 @@ layers:
- {t: '$$mdi:transfer$$', type: trans} - {t: '$$mdi:transfer$$', type: trans}
combos: combos:
- p: [16, 17] - p: [16, 17]
k: {t: '=', s: +} k: {t: '[', s: '{'}
l: [Main] l: [Main]
- p: [34, 35] - p: [34, 35]
k: {t: '$$mdi:backspace$$', type: backspace} k: {t: '=', s: +}
l: [Main] l: [Main]
- p: [29, 30] - p: [29, 30]
k: {t: '-', s: _} k: {t: '-', s: _}
@@ -344,3 +344,12 @@ combos:
- p: [27, 28, 29, 30] - p: [27, 28, 29, 30]
k: '&rgb_to_layer 3 RGB_COLOR_HSB_VAL(312,74,51)' k: '&rgb_to_layer 3 RGB_COLOR_HSB_VAL(312,74,51)'
l: [Main] l: [Main]
- p: [21, 22]
k: {t: ']', s: '}'}
l: [Main]
- p: [43, 42]
k: (
l: [Main]
- p: [48, 47]
k: )
l: [Main]