Quote Originally Posted by Freddie View Post
Could you please post the entire script exactly as you're loading it.
This is the script I am using
Code:
<Hotkey Alt Ctrl L>
    <if WinDoesNotExist wow1>
        <RenameWin "World of Warcraft" wow1>
    <else>
        <RenameWin "World of Warcraft" wow2>


<Label w1 Local SendWinS wow1>
<Label w2 Local SendWinS wow2>


<KeyList mYkeys A-Z, 0-9, F1-F12, except w,a,s,d>
<KeyList mYkeys2 2>
    
<Hotkey mYkeys2; alt mYkeys2; ctrl mYkeys2>
    <SendPC local>
        <SendLabel w1, w2>
            <Key %TRIGGER%>
I did the mYkeys2 list for testing.