feat(keyboard): make key names for special character keys translatable

This commit is contained in:
Veracion 2026-06-24 22:46:03 +02:00 committed by GitHub
parent 3bef2b08da
commit dec2361a40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 106 additions and 33 deletions

View file

@ -712,6 +712,22 @@ keyboard-special-char = Special Character Entry
.compose = Compose key
.compose-desc = The compose key allows a wide variety of characters to be entered. To use it, press compose and then a sequence of characters. For example, compose key followed by C and o will enter ©, while compose key followed by a and will enter á.
.caps = Caps Lock key
.ctrl = Control
.ctrl-right = Right Ctrl
.swap-with-ctrl = Swap with Control
.alt = Alt
.alt-left = Left Alt
.alt-right = Right Alt
.super = Super
.super-left = Left Super
.super-right = Right Super
.menu = Menu key
.backspace = Backspace
.escape = Escape
.swap-with-escape = Swap with Escape
.print-screen = Print Screen
.scroll-lock = Scroll Lock
.none = None
keyboard-typing-assist = Typing
.repeat-rate = Repeat rate