diff --git a/src/client/Utils.ts b/src/client/Utils.ts index b6f7a12e6..eac9b8ced 100644 --- a/src/client/Utils.ts +++ b/src/client/Utils.ts @@ -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 ⇧",