mirror of
https://github.com/Ajetski/corne-zmk-config.git
synced 2025-11-27 11:42:44 -10:00
[Draw] fix mouse
This commit is contained in:
parent
802e0837b8
commit
0185723d97
@ -328,9 +328,8 @@ 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"/>
|
||||
<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>
|
||||
<use href="#mdi:menu-up" xlink:href="#mdi:menu-up" x="-9" y="-13" height="18" width="18.0" class="key tap glyph mdi:menu-up"/>
|
||||
<use href="#mdi:mouse" xlink:href="#mdi:mouse" x="-8" y="-24" height="15" width="15.0" class="key shifted glyph mdi:mouse"/>
|
||||
</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"/>
|
||||
@ -395,21 +394,19 @@ 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"/>
|
||||
<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>
|
||||
<use href="#mdi:menu-left" xlink:href="#mdi:menu-left" x="-9" y="-13" height="18" width="18.0" class="key tap glyph mdi:menu-left"/>
|
||||
<use href="#mdi:mouse" xlink:href="#mdi:mouse" x="-8" y="-24" height="15" width="15.0" class="key shifted glyph mdi:mouse"/>
|
||||
</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"/>
|
||||
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key enter"/>
|
||||
<use href="#mdi:keyboard-return" xlink:href="#mdi:keyboard-return" x="-9" y="-13" height="18" width="18.0" class="key enter tap glyph mdi:keyboard-return"/>
|
||||
<g transform="translate(546, 97)" class="key keypos-20">
|
||||
<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:mouse-left-click-outline" xlink:href="#mdi:mouse-left-click-outline" x="-9" y="-13" height="18" width="18.0" class="key tap glyph mdi:mouse-left-click-outline"/>
|
||||
</g>
|
||||
<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"/>
|
||||
<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>
|
||||
<use href="#mdi:menu-right" xlink:href="#mdi:menu-right" x="-9" y="-13" height="18" width="18.0" class="key tap glyph mdi:menu-right"/>
|
||||
<use href="#mdi:mouse" xlink:href="#mdi:mouse" x="-8" y="-24" height="15" width="15.0" class="key shifted glyph mdi:mouse"/>
|
||||
</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"/>
|
||||
@ -482,7 +479,7 @@ rect.held, rect.combo.held {
|
||||
<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"/>
|
||||
<text x="0" y="-4" class="key tap">
|
||||
<tspan x="0" dy="-0.6em">MVOE</tspan><tspan x="0" dy="1.2em">DOWN</tspan>
|
||||
<tspan x="0" dy="-0.6em" style="font-size: 67%">&mmv</tspan><tspan x="0" dy="1.2em" style="font-size: 67%">MVOE_DOWN</tspan>
|
||||
</text>
|
||||
</g>
|
||||
<g transform="translate(672, 153)" class="key keypos-36">
|
||||
|
||||
|
Before Width: | Height: | Size: 94 KiB After Width: | Height: | Size: 94 KiB |
@ -7,7 +7,7 @@ layers:
|
||||
- E
|
||||
- R
|
||||
- T
|
||||
- MOVE UP
|
||||
- {t: '$$mdi:menu-up$$', s: '$$mdi:mouse$$'}
|
||||
- Y
|
||||
- U
|
||||
- I
|
||||
@ -20,9 +20,9 @@ layers:
|
||||
- '&td2'
|
||||
- '&td3'
|
||||
- G
|
||||
- MOVE LEFT
|
||||
- {t: '$$mdi:keyboard-return$$', type: enter}
|
||||
- MOVE RIGHT
|
||||
- {t: '$$mdi:menu-left$$', s: '$$mdi:mouse$$'}
|
||||
- $$mdi:mouse-left-click-outline$$
|
||||
- {t: '$$mdi:menu-right$$', s: '$$mdi:mouse$$'}
|
||||
- H
|
||||
- J
|
||||
- K
|
||||
@ -36,7 +36,7 @@ layers:
|
||||
- V
|
||||
- B
|
||||
- $$mdi:volume-off$$
|
||||
- MVOE DOWN
|
||||
- '&mmv MVOE_DOWN'
|
||||
- N
|
||||
- M
|
||||
- {t: ',', s: <}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user