Add comment that describe kb shortcut of overlay (#358)

This commit is contained in:
Khalid Jebbari 2020-04-07 03:31:02 +02:00 committed by GitHub
parent 15342190fa
commit 669c1a6f0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -260,6 +260,7 @@ void SdlInputHandler::handleKeyEvent(SDL_KeyboardEvent* event)
raiseAllKeys();
return;
}
// Check for overlay combo (Ctrl+Alt+Shift+S)
else if (event->keysym.sym == SDLK_s) {
SDL_LogInfo(SDL_LOG_CATEGORY_APPLICATION,
"Detected stats toggle combo (SDLK)");