I have this script
but it doesn't send alt keypress.. all it does it send alt+1 (or 2) to the master and 1 (or 2) without alt to the slave.Code:<Hotkey Alt Ctrl L>
<if WinDoesNotExist wow1>
<RenameWin "World of Warcraft" wow1>
<else>
<RenameWin "World of Warcraft" wow2>
<Label w1 Local SendWinM wow1>
<Label w2 Local SendWinM wow2>
<Hotkey alt 1>
<SendPC local>
<SendLabel w1, w2>
<Key %TRIGGER%>
<Hotkey alt 2>
<SendPC local>
<SendLabel w1, w2>
<Key %TRIGGER%>