Show readable PgUp/PgDn labels in shortcut kbd badges

The page-up and page-down keys were mapped to Private Use Area Unicode
characters (U+F571, U+F572) that don't exist in any font loaded by the
kbd elements, rendering as invisible/empty badges.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
scheinriese
2026-03-12 10:07:45 +01:00
committed by Tienson Qin
parent 3aa5a36d4a
commit e02810f983

View File

@@ -49,8 +49,8 @@
("period") "."
("slash") "/"
("grave-accent") "`"
("page-up") ""
("page-down") ""
("page-up") "PgUp"
("page-down") "PgDn"
("esc" "escape") "Esc"
("backspace") "⌫"
("delete") "Delete"