Simulate Keypress

Hi all,
I have the need to simulate a Keypress Event on BeginPlay in one of my levels.
To be precise:
I want to turn off the ASW from Oculus, which can be done by pressing “Ctrl + Num 1” ingame.
So in order to do that I’ll need to simulate the keypress, since Oculus hasn’t exposed this option to access via blueprint.
Any chance I can easily simulate that keypress?
Best