mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-11 19:53:52 +00:00
Change KEY_HOST_SETTINGS back to to VK_TAB
This commit is contained in:
parent
5a59f5d146
commit
ab16f3bf45
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue