Add page up/down

This commit is contained in:
lif
2025-11-14 15:05:12 +00:00
parent 67a354293f
commit 9fb1d7bf52
3 changed files with 5 additions and 2 deletions

View File

@@ -18,4 +18,5 @@ flash:
qmk flash -kb preonic/rev3_drop $(KEYMAP_LOCAL)
watch:
echo "Visit: https://config.qmk.fm"
ls $(KEYMAP_ORIGIN) | entr make refresh

View File

@@ -82,9 +82,9 @@
"KC_NO",
"UG_TOGG",
"KC_NO",
"KC_NO",
"KC_PGDN",
"KC_UP",
"KC_NO",
"KC_PGUP",
"KC_NO",
"KC_NO",
"KC_NO",

View File

@@ -431,6 +431,7 @@ path.combo { stroke: #7f7f7f; }
</g>
<g transform="translate(84, 84)" class="key keypos-13">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
<text x="0" y="0" class="key tap">PGDN</text>
</g>
<g transform="translate(140, 84)" class="key keypos-14">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
@@ -438,6 +439,7 @@ path.combo { stroke: #7f7f7f; }
</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">PGUP</text>
</g>
<g transform="translate(252, 84)" class="key keypos-16">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 66 KiB