aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client
diff options
context:
space:
mode:
authorMatthew Toro <48634881+mattsumi@users.noreply.github.com>2026-03-17 15:41:26 -0400
committerGitHub <noreply@github.com>2026-03-17 15:41:26 -0400
commitdc8af13b4596bcfda8081bcc4401778909456ea3 (patch)
tree796109a357782b68980866937071843db9730725 /Minecraft.Client
parent5a59f5d146b43811dde6a5a0245ee9875d7b5cd1 (diff)
parentab16f3bf453906d24985a67688a99cf2a8904d8a (diff)
Merge pull request #1321 from rtm516/fix/host-settings
Change KEY_HOST_SETTINGS back to to VK_TAB
Diffstat (limited to 'Minecraft.Client')
-rw-r--r--Minecraft.Client/Windows64/KeyboardMouseInput.h2
1 files changed, 1 insertions, 1 deletions
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