mirror of
https://github.com/Ajetski/corne-zmk-config.git
synced 2025-11-27 11:22:44 -10:00
[Draw] add rshft qt and tmux leader tap
This commit is contained in:
parent
3bc4a2ae9c
commit
88bd680bc5
@ -451,6 +451,7 @@ 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">;</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(952, 105)" class="key keypos-27">
|
<g transform="translate(952, 105)" class="key keypos-27">
|
||||||
@ -560,8 +561,9 @@ rect.held, rect.combo.held {
|
|||||||
<g transform="translate(695, 209) rotate(-12.0)" class="key keypos-46">
|
<g transform="translate(695, 209) rotate(-12.0)" class="key keypos-46">
|
||||||
<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"/>
|
||||||
<a href="#Nums">
|
<a href="#Nums">
|
||||||
<text x="0" y="-4" class="key tap layer-activator">Nums</text>
|
<text x="0" y="24" class="key hold layer-activator">Nums</text>
|
||||||
</a></g>
|
</a></g>
|
||||||
<g transform="translate(756, 203)" class="key keypos-47">
|
<g transform="translate(756, 203)" class="key keypos-47">
|
||||||
<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"/>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 96 KiB After Width: | Height: | Size: 96 KiB |
@ -27,7 +27,7 @@ layers:
|
|||||||
- J
|
- J
|
||||||
- K
|
- K
|
||||||
- L
|
- L
|
||||||
- {t: ;, s: ':'}
|
- {t: ;, h: '$$mdi:apple-keyboard-shift$$', s: ':'}
|
||||||
- {t: '''', s: '"'}
|
- {t: '''', s: '"'}
|
||||||
- $$mdi:apple-keyboard-shift$$
|
- $$mdi:apple-keyboard-shift$$
|
||||||
- Z
|
- Z
|
||||||
@ -47,7 +47,7 @@ layers:
|
|||||||
- {t: '$$mdi:keyboard-esc$$', h: Fn}
|
- {t: '$$mdi:keyboard-esc$$', h: Fn}
|
||||||
- $$mdi:keyboard-space$$
|
- $$mdi:keyboard-space$$
|
||||||
- Symbols
|
- Symbols
|
||||||
- Nums
|
- {t: 'Ctl+$$mdi:keyboard-space$$', h: Nums}
|
||||||
- $$mdi:apple-keyboard-option$$
|
- $$mdi:apple-keyboard-option$$
|
||||||
Symbols:
|
Symbols:
|
||||||
- {t: '$$mdi:minus-circle-outline$$', type: none}
|
- {t: '$$mdi:minus-circle-outline$$', type: none}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user