Programmatically closing programs with hotkeys to AutoHotKey hidden scripts

preview_player
Показать описание
I’ve been having a real challenge assigning hotkeys to MaxLauncher to try and replicate actions on my Stream Deck. MaxLauncher can open files or folders but not hotkeys, so I had to writte a hotkey to as file so that MaxLauncher could launch the hotkey.
This ended up more difficult than I thought, as although AutoHotKey natively send Hotkeys GLOBALLY I could not get this done programmatically although I tried in AHK, Bat & VBA, Python & PowerShell. I finallty found a way to do it in AutoHotKey.
First you need to Activate the specific window, then use send or ControlSend the keystrokes to the program.
I hope this is of help to you, if so, can you please give a thumbs up for the video. Muchas Gracias
Рекомендации по теме
visit shbcf.ru