Could you please post the entire script exactly as you're loading it.
Last edited by Freddie : 09-04-2009 at 11:35 AM
�Author of HotkeyNet and Mojo
This is the script I am using
I did the mYkeys2 list for testing.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 just tested this. You found a problem with the way SendWinS handles "clear modifiers." Thanks for reporting it. I'll try to fix it later today.
I also just tested the original problem you reported and I can't reproduce it. This works properly for me with the old SendWinM. Are you running any other software that modifies the keyboard in any way?
By the way, when you describe these problems to me, it would be extremely helpful if you would tell me:
1. Which hotkey is getting triggered. (You can see this in HotkeyNet's upper left window.)
2. Whether HotkeyNet says it's sending the modifier (you can see this in HotkeyNet's main window).
3. Whether WoW receives the modifier.
Those are three different things. Thanks.
�Author of HotkeyNet and Mojo
Just tried this again and this is how it works for me:
I press left alt and "Last key press" says I'm pressing LAlt and then I press 2 and last key press is saying 2.
and it says <Hotkey Alt 2> in the topleft window
In the actions on this PC it is saying
Looks correct to me. But my slave isn't casting only tries to attack as if no alt key was pressed. If I swich windows (just alt+tab no modifications in the script) it is the same, the hidden window (always the hidden window) doesn't recive alt modifier.Code:From this pc: <SendWinM wow1><Key Alt 2><SendWinM wow2><Key Alt 2> <SendWinM wow1> completed: Window found. Target set to 0x802E4 "wow1" <Key Alt 2> completed <SendWinM wow2> completed: Window found. Target set to 0x10032E "wow2" <Key Alt 2> completed
I'm running on Windows 7 x64 Build 7229 if that has something to do with it. other then that I have only Firefox, HKN, Miranda-im and 2x wow open.
-----
When using SendWinS it works, except the problem it is releasing alt modifier after hKN has sent the hotkey so I have to release alt key and press it again if I want to send alt+2 twice in a row.
Connect With Us