PortTeam() prompts for location all windows /say location can also specify a timer to prevent crashing default is 500ms but to increase it PortTeam(“1000”) for 1 second or any number you want
Usage:
$KEY::PortTeam()
Examples with different keys:
Using Function Key
$F1::PortTeam()
Using Function Key with time
$F1::PortTeam("2000")
Using Letters
$a::PortTeam()
Using Letters with timer
$a::PortTeam("1000")
Using Numbers
$1::PortTeam()
Using Numbers with timer
$1::PortTeam("2200")
Using Alt 1
$!1::PortTeam()
Using Alt 1 with timer
$!1::PortTeam("1000")
Using Ctrl 1
$^1::PortTeam()
Using Ctrl 1 with timer
$^1::PortTeam("1201")
Using Shift 1
$+1::PortTeam()
Using Shift 1 with timer
$+1::PortTeam("2222")