From 3ab205e1262f3958f5a0c5f44a179f18e5f2ba2e Mon Sep 17 00:00:00 2001 From: ethxn <163630159+ethxnblxd@users.noreply.github.com> Date: Tue, 17 Mar 2026 18:16:33 +0800 Subject: [PATCH] Add files via upload --- Minecraft.Client/Windows64/KeyboardMouseInput.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Minecraft.Client/Windows64/KeyboardMouseInput.h b/Minecraft.Client/Windows64/KeyboardMouseInput.h index 2079a72a1..858278f40 100644 --- a/Minecraft.Client/Windows64/KeyboardMouseInput.h +++ b/Minecraft.Client/Windows64/KeyboardMouseInput.h @@ -26,6 +26,7 @@ public: static const int KEY_CRAFTING = 'C'; static const int KEY_CRAFTING_ALT = 'R'; static const int KEY_CHAT = 'T'; + static const int KEY_SLASHCOMMANDCHAT = VK_OEM_2; static const int KEY_CONFIRM = VK_RETURN; static const int KEY_CANCEL = VK_ESCAPE; static const int KEY_PAUSE = VK_ESCAPE;