After oh-so-many thousands of landings I attempted to make a 'docking request' macro with AutoHotkey. To my dismay - it's not working as expected. Anyone in know about how to make it work? The macro is sort of working; as when chat window is active and I poke the 'docking key', all the correct keys are sent into the chat window - but when chat is not active the macro does zip nada at all.
Piece of code...
AutoHotkey version I tried this with is 1.1.23.01
Piece of code...
Code:
#ifWinActive ahk_class FrontierDevelopmentsAppWinClass
#NoEnv
SetKeyDelay, 100,30
SendMode Input
Numpad0::
NumpadIns::
Send 1
Send e
Send e
Send {Space}
Send s
Send {Space}
Send q
Send q
Send 1
return
AutoHotkey version I tried this with is 1.1.23.01
Last edited: