mirror of
https://github.com/zoriya/abyss.git
synced 2026-06-03 19:21:00 +00:00
Add another z combo
This commit is contained in:
@@ -169,6 +169,15 @@
|
||||
layers = <0>;
|
||||
};
|
||||
|
||||
combo_z {
|
||||
// pressing both s and l does z
|
||||
key-positions = <17 25>;
|
||||
bindings = <&kp Z>;
|
||||
timeout-ms = <20>;
|
||||
require-prior-idle-ms = <150>;
|
||||
layers = <0>;
|
||||
};
|
||||
|
||||
combo_home {
|
||||
// pressing both oeu does home
|
||||
key-positions = <9 10 11>;
|
||||
|
||||
+11
-7
@@ -265,34 +265,38 @@ path.combo {
|
||||
<text x="570" y="28" class="combo tap">B</text>
|
||||
</g>
|
||||
<g class="combo combopos-4">
|
||||
<rect rx="6" ry="6" x="646" y="127" width="28" height="26" class="combo"/>
|
||||
<text x="660" y="140" class="combo tap">Z</text>
|
||||
</g>
|
||||
<g class="combo combopos-5">
|
||||
<rect rx="6" ry="6" x="136" y="43" width="28" height="26" class="combo"/>
|
||||
<text x="150" y="56" class="combo tap">[</text>
|
||||
</g>
|
||||
<g class="combo combopos-5">
|
||||
<g class="combo combopos-6">
|
||||
<rect rx="6" ry="6" x="526" y="43" width="28" height="26" class="combo"/>
|
||||
<text x="540" y="56" class="combo tap">]</text>
|
||||
</g>
|
||||
<g class="combo combopos-6">
|
||||
<g class="combo combopos-7">
|
||||
<rect rx="6" ry="6" x="196" y="43" width="28" height="26" class="combo"/>
|
||||
<text x="210" y="56" class="combo tap">(</text>
|
||||
</g>
|
||||
<g class="combo combopos-7">
|
||||
<g class="combo combopos-8">
|
||||
<rect rx="6" ry="6" x="466" y="43" width="28" height="26" class="combo"/>
|
||||
<text x="480" y="56" class="combo tap">)</text>
|
||||
</g>
|
||||
<g class="combo combopos-8">
|
||||
<g class="combo combopos-9">
|
||||
<rect rx="6" ry="6" x="256" y="71" width="28" height="26" class="combo"/>
|
||||
<text x="270" y="84" class="combo tap">{</text>
|
||||
</g>
|
||||
<g class="combo combopos-9">
|
||||
<g class="combo combopos-10">
|
||||
<rect rx="6" ry="6" x="406" y="71" width="28" height="26" class="combo"/>
|
||||
<text x="420" y="84" class="combo tap">}</text>
|
||||
</g>
|
||||
<g class="combo combopos-10">
|
||||
<g class="combo combopos-11">
|
||||
<rect rx="6" ry="6" x="166" y="127" width="28" height="26" class="combo"/>
|
||||
<text x="180" y="140" class="combo tap">-</text>
|
||||
</g>
|
||||
<g class="combo combopos-11">
|
||||
<g class="combo combopos-12">
|
||||
<rect rx="6" ry="6" x="496" y="127" width="28" height="26" class="combo"/>
|
||||
<text x="510" y="140" class="combo tap">_</text>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
Reference in New Issue
Block a user