I just tried autohotkey to send stroke with no luck also.
Code:
WinGet, Cityid, List, Mercy Island

~1::
KeyWait, 1, D
#IfWinActive, Mercy Island
{
ControlSend,, 1, ahk_id %Cityid1%
ControlSend,, 1, ahk_id %Cityid2%
}
Return
It worked fine while i was logging in then when i was in game it just doesn't work.