mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2025-01-18 22:13:53 +00:00
Add support for Applications (context menu) key
I'm adding corresponding support in Sunshine
This commit is contained in:
parent
2ee90289a1
commit
e287ebcded
1 changed files with 3 additions and 0 deletions
|
@ -354,6 +354,9 @@ void SdlInputHandler::handleKeyEvent(SDL_KeyboardEvent* event)
|
|||
}
|
||||
keyCode = 0x5C;
|
||||
break;
|
||||
case SDL_SCANCODE_APPLICATION:
|
||||
keyCode = 0x5D;
|
||||
break;
|
||||
case SDL_SCANCODE_AC_BACK:
|
||||
keyCode = 0xA6;
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue