Exe file to emulate keystrokes you put in a script. How to?

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.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like