This commit is contained in:
VariableVince
2026-05-18 21:12:31 +02:00
parent e78f04e076
commit 1eae6d4bfc
+1 -1
View File
@@ -375,7 +375,7 @@ export function formatKeyForDisplay(value: string): string {
Equal: "=",
Semicolon: ";",
Comma: ",", // old getKeyLabel in HelpModal, had this as "<", but not every keyboard layout has it that way?
Period: ".",// old getKeyLabel in HelpModal, had this as ">", but not every keyboard layout has it that way?
Period: ".", // old getKeyLabel in HelpModal, had this as ">", but not every keyboard layout has it that way?
Slash: "/",
Backslash: "\\",
Shift: "Shift ⇧",