I was looking for a way to simulate pressing the right Ctrl key in C#, it must be the right one. I know this can be done for the left one but I couldn’t find anything on the right one. It is so I can simulate the key press for the manually triggered bsod.
Thanks
You can use keybd_event event to simulate right Ctrl key press.
Usage:
For other key simulation here is virtual key codes list.