fix:左Ctrl名称错误 (#1398)

This commit is contained in:
可耐的小伙纸
2025-04-04 13:02:24 +08:00
committed by GitHub
parent 9af7575d2b
commit 0f2b1a5fe7

View File

@@ -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",