From 0f2b1a5fe76648ba436961a501746c7cb1116d0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=AF=E8=80=90=E7=9A=84=E5=B0=8F=E4=BC=99=E7=BA=B8?= Date: Fri, 4 Apr 2025 13:02:24 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E5=B7=A6Ctrl=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E9=94=99=E8=AF=AF=20(#1398)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BetterGenshinImpact/Core/Config/KeyBindingsConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BetterGenshinImpact/Core/Config/KeyBindingsConfig.cs b/BetterGenshinImpact/Core/Config/KeyBindingsConfig.cs index abbf3a61..d7e68a05 100644 --- a/BetterGenshinImpact/Core/Config/KeyBindingsConfig.cs +++ b/BetterGenshinImpact/Core/Config/KeyBindingsConfig.cs @@ -366,7 +366,7 @@ public static class KeyIdConverter KeyId.ScrollLock => "Scroll Lock", KeyId.LeftShift => "Left Shift", KeyId.RightShift => "Right Shift", - KeyId.LeftCtrl => "Left Crtl", + KeyId.LeftCtrl => "Left Ctrl", KeyId.RightCtrl => "Right Ctrl", KeyId.LeftAlt => "Left Alt", KeyId.RightAlt => "Right Alt",