I want to make an .exe file, that when executed, acts like a User made inputs to a HID. I know this is possible with Sendkeys method with Powershell, but i couldn't get it working for me. I've done some research and i have been able to make script that print out whole strings, but I want to emulate the simultanius press of Win + ctrl + arrow-left. Any ideas?
1 Answer
A tool more adapted to the task isAutoHotkey. It comes with the possibility toConvert a Script to an EXE (Ahk2Exe).
You may use thePulover's Macro Creatorto capture events and include them in a AutoHotkey script.
You will find much information in the AutoHotkey website. For specific problems, Google is your friend.