Merge pull request #1321 from rtm516/fix/host-settings

Change KEY_HOST_SETTINGS back to to VK_TAB
This commit is contained in:
Matthew Toro 2026-03-17 15:41:26 -04:00 committed by GitHub
commit dc8af13b45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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