Merge pull request #19 from DarrenVictoriano/homerow
This commit is contained in:
@@ -437,10 +437,10 @@ parse_config:
|
||||
RGUI: $$mdi:apple-keyboard-command$$
|
||||
LS(LC(LALT)): $$mdi:triangle$$ # Meh
|
||||
|
||||
RC(RS(TAB)): "↤"
|
||||
RC(TAB): "↦"
|
||||
LG(LS(J)): "✢"
|
||||
LG(LA(SPACE)): "‡"
|
||||
RC(RS(TAB)): "⌃⇧⇥"
|
||||
RC(TAB): "⌃⇥"
|
||||
LG(LS(J)): "⌘⇧J"
|
||||
LG(LA(SPACE)): "⌘⌥⎵"
|
||||
LOWER: "⤓"
|
||||
RAISE: "⤒"
|
||||
|
||||
|
||||
@@ -512,15 +512,15 @@ rect.held, rect.combo.held {
|
||||
</g>
|
||||
<g transform="translate(196, 84)" class="key keypos-15">
|
||||
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
|
||||
<text x="0" y="0" class="key tap">↤</text>
|
||||
<text x="0" y="0" class="key tap">⌃⇧⇥</text>
|
||||
</g>
|
||||
<g transform="translate(252, 91)" class="key keypos-16">
|
||||
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
|
||||
<text x="0" y="0" class="key tap">↦</text>
|
||||
<text x="0" y="0" class="key tap">⌃⇥</text>
|
||||
</g>
|
||||
<g transform="translate(308, 98)" class="key keypos-17">
|
||||
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
|
||||
<text x="0" y="0" class="key tap">✢</text>
|
||||
<text x="0" y="0" class="key tap">⌘⇧J</text>
|
||||
</g>
|
||||
<g transform="translate(532, 98)" class="key keypos-18">
|
||||
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
|
||||
@@ -563,7 +563,7 @@ rect.held, rect.combo.held {
|
||||
</g>
|
||||
<g transform="translate(308, 154)" class="key keypos-29">
|
||||
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
|
||||
<text x="0" y="0" class="key tap">‡</text>
|
||||
<text x="0" y="0" class="key tap">⌘⌥⎵</text>
|
||||
</g>
|
||||
<g transform="translate(532, 154)" class="key keypos-30">
|
||||
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
|
||||
|
||||
|
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 35 KiB |
@@ -19,9 +19,9 @@ layers:
|
||||
- $$mdi:apple-keyboard-control$$
|
||||
- ''
|
||||
- ''
|
||||
- ↤
|
||||
- ↦
|
||||
- ✢
|
||||
- ⌃⇧⇥
|
||||
- ⌃⇥
|
||||
- ⌘⇧J
|
||||
- $$mdi:arrow-left-bold$$
|
||||
- $$mdi:arrow-down-bold$$
|
||||
- $$mdi:arrow-up-bold$$
|
||||
@@ -33,7 +33,7 @@ layers:
|
||||
- ''
|
||||
- ''
|
||||
- ''
|
||||
- ‡
|
||||
- ⌘⌥⎵
|
||||
- $$mdi:volume-low$$
|
||||
- $$mdi:volume-high$$
|
||||
- ''
|
||||
|
||||
Reference in New Issue
Block a user