Thats not what im trying to do
In WoW.Sometimes i press enter to type things and these things include numbers which i have FTL hotkeys set up for.Therefore to prevent my 2nd account from targetting wrong stuff and pulling rubbish, i need to disable the hotkeys when typing.What im trying to do is specify something like this

If hotkey ENTER is pressed AND Wow1 OR Wow2 is active,disable HKN

I will try it in a bit but will this work?

Code:
<Hotkey OEM2 , ENTER , F12>
 <If ActiveWinIs wow1> <ToggleHotKeys>
 <Else If ActiveWinIs wow2> <ToggleHotKeys>
 <Else><SendFocusWin><Key %trigger%>