mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 06:01:12 +00:00
Add comment that describe kb shortcut of overlay (#358)
This commit is contained in:
@@ -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)");
|
||||||
|
|||||||
Reference in New Issue
Block a user