mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-03-22 08:11:09 +05:00
Change KEY_HOST_SETTINGS back to to VK_TAB
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user