mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-03 08:15:37 +00:00
Add comment that describe kb shortcut of overlay (#358)
This commit is contained in:
parent
15342190fa
commit
669c1a6f0d
@ -260,6 +260,7 @@ void SdlInputHandler::handleKeyEvent(SDL_KeyboardEvent* event)
|
|||||||
raiseAllKeys();
|
raiseAllKeys();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
// Check for overlay combo (Ctrl+Alt+Shift+S)
|
||||||
else if (event->keysym.sym == SDLK_s) {
|
else if (event->keysym.sym == SDLK_s) {
|
||||||
SDL_LogInfo(SDL_LOG_CATEGORY_APPLICATION,
|
SDL_LogInfo(SDL_LOG_CATEGORY_APPLICATION,
|
||||||
"Detected stats toggle combo (SDLK)");
|
"Detected stats toggle combo (SDLK)");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user