mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2025-08-18 01:15:59 +00:00
Correct hexadecimal value for space key
This commit is contained in:
parent
2ceebf8f1e
commit
35cb5224ee
@ -75,7 +75,7 @@ static const short keyCodes[] = {
|
||||
0x10, //VK_SHIFT Right shift
|
||||
0, //VK_KPASTERISK
|
||||
0x11, //VK_ALT Left alt
|
||||
0x32, //VK_SPACE
|
||||
0x20, //VK_SPACE
|
||||
0x14, //VK_CAPS_LOCK
|
||||
0x70, //VK_F1
|
||||
0x71, //VK_F2
|
||||
|
Loading…
x
Reference in New Issue
Block a user