mirror of
https://github.com/Ajetski/corne-zmk-config.git
synced 2025-11-27 12:02:45 -10:00
[Draw] use mouse for base layer joypad
This commit is contained in:
parent
1391a34245
commit
33861f749e
@ -328,7 +328,9 @@ rect.held, rect.combo.held {
|
||||
<g transform="translate(546, 41)" class="key keypos-6">
|
||||
<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"/>
|
||||
<use href="#mdi:arrow-up-bold" xlink:href="#mdi:arrow-up-bold" x="-9" y="-13" height="18" width="18.0" class="key tap glyph mdi:arrow-up-bold"/>
|
||||
<text x="0" y="-4" class="key tap">
|
||||
<tspan x="0" dy="-0.6em">MOVE</tspan><tspan x="0" dy="1.2em">UP</tspan>
|
||||
</text>
|
||||
</g>
|
||||
<g transform="translate(672, 41)" class="key keypos-7">
|
||||
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/>
|
||||
@ -393,7 +395,9 @@ rect.held, rect.combo.held {
|
||||
<g transform="translate(490, 97)" class="key keypos-19">
|
||||
<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"/>
|
||||
<use href="#mdi:arrow-left-bold" xlink:href="#mdi:arrow-left-bold" x="-9" y="-13" height="18" width="18.0" class="key tap glyph mdi:arrow-left-bold"/>
|
||||
<text x="0" y="-4" class="key tap">
|
||||
<tspan x="0" dy="-0.6em">MOVE</tspan><tspan x="0" dy="1.2em">LEFT</tspan>
|
||||
</text>
|
||||
</g>
|
||||
<g transform="translate(546, 97)" class="key enter keypos-20">
|
||||
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key enter side"/>
|
||||
@ -403,7 +407,9 @@ rect.held, rect.combo.held {
|
||||
<g transform="translate(602, 97)" class="key keypos-21">
|
||||
<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"/>
|
||||
<use href="#mdi:arrow-right-bold" xlink:href="#mdi:arrow-right-bold" x="-9" y="-13" height="18" width="18.0" class="key tap glyph mdi:arrow-right-bold"/>
|
||||
<text x="0" y="-4" class="key tap">
|
||||
<tspan x="0" dy="-0.6em">MOVE</tspan><tspan x="0" dy="1.2em">RIGHT</tspan>
|
||||
</text>
|
||||
</g>
|
||||
<g transform="translate(672, 97)" class="key keypos-22">
|
||||
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/>
|
||||
@ -475,7 +481,9 @@ rect.held, rect.combo.held {
|
||||
<g transform="translate(546, 153)" class="key keypos-35">
|
||||
<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"/>
|
||||
<use href="#mdi:arrow-down-bold" xlink:href="#mdi:arrow-down-bold" x="-9" y="-13" height="18" width="18.0" class="key tap glyph mdi:arrow-down-bold"/>
|
||||
<text x="0" y="-4" class="key tap">
|
||||
<tspan x="0" dy="-0.6em">MVOE</tspan><tspan x="0" dy="1.2em">DOWN</tspan>
|
||||
</text>
|
||||
</g>
|
||||
<g transform="translate(672, 153)" class="key keypos-36">
|
||||
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/>
|
||||
|
||||
|
Before Width: | Height: | Size: 94 KiB After Width: | Height: | Size: 94 KiB |
@ -7,7 +7,7 @@ layers:
|
||||
- E
|
||||
- R
|
||||
- T
|
||||
- $$mdi:arrow-up-bold$$
|
||||
- MOVE UP
|
||||
- Y
|
||||
- U
|
||||
- I
|
||||
@ -20,9 +20,9 @@ layers:
|
||||
- '&td2'
|
||||
- '&td3'
|
||||
- G
|
||||
- $$mdi:arrow-left-bold$$
|
||||
- MOVE LEFT
|
||||
- {t: '$$mdi:keyboard-return$$', type: enter}
|
||||
- $$mdi:arrow-right-bold$$
|
||||
- MOVE RIGHT
|
||||
- H
|
||||
- J
|
||||
- K
|
||||
@ -36,7 +36,7 @@ layers:
|
||||
- V
|
||||
- B
|
||||
- $$mdi:volume-off$$
|
||||
- $$mdi:arrow-down-bold$$
|
||||
- MVOE DOWN
|
||||
- N
|
||||
- M
|
||||
- {t: ',', s: <}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user