Hey commanders!
Not feeling comfortable typing messages during a flight? Usually going for shoot first, ask questions later? Use macros to send pre-recorded text by pressing some keys on your keyboard!
A good free tool could be AutoHotkey (free software, I cannot paste the link on this post), see link and script example below:
$F1::Send Good day gentleman.{Enter}STOP YOUR ENGINE, LET ME SCAN YOU OR DIE...{Enter}
return
$F2::Send Please drop X T of X. Then feel free to go.
return
$F3::Send OK, let's dance.{Enter}
return
$F4::Send Have you changed your mind yet?{Enter}Drop your cargo and I will let you live.{Enter}
return
Cheers, have a safe flight and talk to you in space later!
Not feeling comfortable typing messages during a flight? Usually going for shoot first, ask questions later? Use macros to send pre-recorded text by pressing some keys on your keyboard!
A good free tool could be AutoHotkey (free software, I cannot paste the link on this post), see link and script example below:
$F1::Send Good day gentleman.{Enter}STOP YOUR ENGINE, LET ME SCAN YOU OR DIE...{Enter}
return
$F2::Send Please drop X T of X. Then feel free to go.
return
$F3::Send OK, let's dance.{Enter}
return
$F4::Send Have you changed your mind yet?{Enter}Drop your cargo and I will let you live.{Enter}
return
Cheers, have a safe flight and talk to you in space later!