Enable some restricted key combos to pass through to the PC

This commit is contained in:
Cameron Gutman 2021-01-12 18:44:32 -06:00
parent e76344812e
commit a3fe8e23f1

View File

@ -215,7 +215,7 @@
}
}
LiSendKeyboardEvent(keyCode,
LiSendKeyboardEvent(0x8000 | keyCode,
down ? KEY_ACTION_DOWN : KEY_ACTION_UP,
modifierFlags);
return true;