diff options
| author | daoge_cmd <3523206925@qq.com> | 2026-03-05 01:49:38 +0800 |
|---|---|---|
| committer | daoge_cmd <3523206925@qq.com> | 2026-03-05 01:49:38 +0800 |
| commit | 4108ed142b82443c9c50f440b931d7589d22eeda (patch) | |
| tree | 74714903c89133b1bc8df7e153f62670ccb6f855 /Minecraft.Client/Windows64/KeyboardMouseInput.h | |
| parent | 7b35df871444842976e3b8389825f39a4267a270 (diff) | |
fix: restore KBM sprint on either Ctrl key
Diffstat (limited to 'Minecraft.Client/Windows64/KeyboardMouseInput.h')
| -rw-r--r-- | Minecraft.Client/Windows64/KeyboardMouseInput.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.Client/Windows64/KeyboardMouseInput.h b/Minecraft.Client/Windows64/KeyboardMouseInput.h index 05067055..89a028b1 100644 --- a/Minecraft.Client/Windows64/KeyboardMouseInput.h +++ b/Minecraft.Client/Windows64/KeyboardMouseInput.h @@ -20,7 +20,7 @@ public: static const int KEY_RIGHT = 'D'; static const int KEY_JUMP = VK_SPACE; static const int KEY_SNEAK = VK_LSHIFT; - static const int KEY_SPRINT = VK_LCONTROL; + static const int KEY_SPRINT = VK_CONTROL; static const int KEY_INVENTORY = 'E'; static const int KEY_DROP = 'Q'; static const int KEY_CRAFTING = 'C'; |
