(frontend) introduce a shortcut settings tab

Work adapted from PR #859 and partially extracted to ship as a
smaller, focused PR.

This allows users to view the full list of available shortcuts.
An editor to customize these shortcuts may be introduced later.
This commit is contained in:
Ovgodd
2026-02-18 17:15:29 +01:00
committed by aleb_the_flash
parent 87b9ca2314
commit 8ca52737cd
17 changed files with 405 additions and 7 deletions
+7 -1
View File
@@ -100,6 +100,11 @@
}
}
},
"shortcuts": {
"listLabel": "Tastenkürzel",
"columnAction": "Aktion",
"columnShortcut": "Tastenkürzel"
},
"dialog": {
"heading": "Einstellungen"
},
@@ -120,6 +125,7 @@
"general": "Allgemein",
"notifications": "Benachrichtigungen",
"accessibility": "Barrierefreiheit",
"transcription": "Transkription"
"transcription": "Transkription",
"shortcuts": "Tastenkürzel"
}
}