From ab16f3bf453906d24985a67688a99cf2a8904d8a Mon Sep 17 00:00:00 2001 From: rtm516 Date: Tue, 17 Mar 2026 19:22:24 +0000 Subject: Change KEY_HOST_SETTINGS back to to VK_TAB --- Minecraft.Client/Windows64/KeyboardMouseInput.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Minecraft.Client/Windows64/KeyboardMouseInput.h b/Minecraft.Client/Windows64/KeyboardMouseInput.h index 2079a72a..5c406983 100644 --- a/Minecraft.Client/Windows64/KeyboardMouseInput.h +++ b/Minecraft.Client/Windows64/KeyboardMouseInput.h @@ -34,7 +34,7 @@ public: static const int KEY_DEBUG_MENU = VK_F4; static const int KEY_THIRD_PERSON = VK_F5; static const int KEY_DEBUG_CONSOLE = VK_F6; - static const int KEY_HOST_SETTINGS = VK_F8; + static const int KEY_HOST_SETTINGS = VK_TAB; static const int KEY_FULLSCREEN = VK_F11; // todo: implement and shi -- cgit v1.2.3