diff options
| author | rtm516 <rtm516@users.noreply.github.com> | 2026-03-17 19:22:24 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-17 19:22:24 +0000 |
| commit | ab16f3bf453906d24985a67688a99cf2a8904d8a (patch) | |
| tree | 796109a357782b68980866937071843db9730725 /Minecraft.Client/Windows64/KeyboardMouseInput.h | |
| parent | 5a59f5d146b43811dde6a5a0245ee9875d7b5cd1 (diff) | |
Change KEY_HOST_SETTINGS back to to VK_TAB
Diffstat (limited to 'Minecraft.Client/Windows64/KeyboardMouseInput.h')
| -rw-r--r-- | Minecraft.Client/Windows64/KeyboardMouseInput.h | 2 |
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 |
