From 1eae6d4bfc77636c12abfda856d1ca368be9853b Mon Sep 17 00:00:00 2001 From: VariableVince <24507472+VariableVince@users.noreply.github.com> Date: Mon, 18 May 2026 21:12:31 +0200 Subject: [PATCH] Prettier --- src/client/Utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ⇧",