diff --git a/Minecraft.Client/Windows64/KeyboardMouseInput.h b/Minecraft.Client/Windows64/KeyboardMouseInput.h index 5c406983f..2272c969a 100644 --- a/Minecraft.Client/Windows64/KeyboardMouseInput.h +++ b/Minecraft.Client/Windows64/KeyboardMouseInput.h @@ -23,9 +23,10 @@ public: 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'; - static const int KEY_CRAFTING_ALT = 'R'; + static const int KEY_CRAFTING = 'R'; + static const int KEY_ZOOM = 'C'; 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; @@ -39,6 +40,7 @@ public: // todo: implement and shi static const int KEY_SCREENSHOT = VK_F2; + static const int KEY_PICKBLOCK = MOUSE_MIDDLE; void Init(); void Tick();