added F11 and F12 (#35)
Co-authored-by: DarrenVictoriano <26513979+DarrenVictoriano@users.noreply.github.com>
This commit is contained in:
@@ -43,10 +43,10 @@
|
|||||||
|
|
||||||
adjust_layer {
|
adjust_layer {
|
||||||
bindings = <
|
bindings = <
|
||||||
&kp ESC &none &kp F7 &kp F8 &kp F9 &none &none &none &none &none &none &kp BSPC
|
&kp ESC &none &kp F7 &kp F8 &kp F9 &kp F12 &none &none &none &none &none &kp BSPC
|
||||||
&kp LCTRL &none &kp F4 &kp F5 &kp F6 &none &none &none &none &none &none &kp RET
|
&kp LCTRL &none &kp F4 &kp F5 &kp F6 &kp F11 &none &none &none &none &none &kp RET
|
||||||
&kp LSHIFT &none &kp F1 &kp F2 &kp F3 &kp F10 &none &none &none &none &none &kp RSHIFT
|
&kp LSHIFT &none &kp F1 &kp F2 &kp F3 &kp F10 &none &none &none &none &none &kp RSHIFT
|
||||||
&kp LGUI &mo 1 &kp SPACE &kp SPACE &mo 2 &kp RALT
|
&kp LGUI &mo 1 &kp SPACE &kp SPACE &mo 2 &kp RALT
|
||||||
>;
|
>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -812,6 +812,7 @@ rect.held, rect.combo.held {
|
|||||||
</g>
|
</g>
|
||||||
<g transform="translate(308, 42)" class="key keypos-5">
|
<g transform="translate(308, 42)" class="key keypos-5">
|
||||||
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
|
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
|
||||||
|
<text x="0" y="0" class="key tap">F12</text>
|
||||||
</g>
|
</g>
|
||||||
<g transform="translate(532, 42)" class="key keypos-6">
|
<g transform="translate(532, 42)" class="key keypos-6">
|
||||||
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
|
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
|
||||||
@@ -853,6 +854,7 @@ rect.held, rect.combo.held {
|
|||||||
</g>
|
</g>
|
||||||
<g transform="translate(308, 98)" class="key keypos-17">
|
<g transform="translate(308, 98)" class="key keypos-17">
|
||||||
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
|
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
|
||||||
|
<text x="0" y="0" class="key tap">F11</text>
|
||||||
</g>
|
</g>
|
||||||
<g transform="translate(532, 98)" class="key keypos-18">
|
<g transform="translate(532, 98)" class="key keypos-18">
|
||||||
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
|
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 43 KiB |
@@ -95,7 +95,7 @@ layers:
|
|||||||
- F7
|
- F7
|
||||||
- F8
|
- F8
|
||||||
- F9
|
- F9
|
||||||
- ''
|
- F12
|
||||||
- ''
|
- ''
|
||||||
- ''
|
- ''
|
||||||
- ''
|
- ''
|
||||||
@@ -107,7 +107,7 @@ layers:
|
|||||||
- F4
|
- F4
|
||||||
- F5
|
- F5
|
||||||
- F6
|
- F6
|
||||||
- ''
|
- F11
|
||||||
- ''
|
- ''
|
||||||
- ''
|
- ''
|
||||||
- ''
|
- ''
|
||||||
|
|||||||
Reference in New Issue
Block a user