CTRL ALT PrtScn Keystroke

Hello

I am having issues finding anything on this topic. I would like the arduino to issue a keystroke to the computer to take a screen shot and then paste that screenshot into excel. I thought about using the gobetwino software to accomplish this, but the print screen is the only key that can not be sent via the serial line. If anybody has an idea about how i would go about doing this task, your input would be greatly appreciated.

Thanks in advance for all the help
~Brandon

Use Gobetwino to run a program that generates the print screen / paste keyboard sequence for you? That's easily done in a script.

Use a Leonardo programmed to be a keyboard?

Yea, print screen and the "window" key can not be send from GoBetwino, they are not handled as ordinary keys on the PC

MikMo:
Yea, print screen and the "window" key can not be send from GoBetwino, they are not handled as ordinary keys on the PC

PeterH:
Use Gobetwino to run a program that generates the print screen / paste keyboard sequence for you? That's easily done in a script.