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;