Quote Originally Posted by olipcs View Post
hm, my first bet would be (and the most common error) that something other is bound to alt/shift/ctrl + PgUp, so i would make sure that this isn`t the case. Other than that, i would try to use an alternate key, as PgUp might be a special case (as its not a so common key).

On a note: in your HKN definition you use lctrl,lalt,lshift and in the macro alt,ctrl,shift. (but this shouldn`t cause your problem)
Going to try an alternate key once I get home from work. However I am pretty sure there is nothing else bound to PgUp. I definately went into the WoW Key Bindings and unbound the PgUp, Ctrl PgUp, Alt PgUp, ...


Quote Originally Posted by Bettysue View Post
On most windows systems ctrl+PgUp is the equivalent of the Alt+Tab key without the fancy selector screen. Odds are it's performing an alt tab to your first screen, and then because the mouse is controlling which window has focus your keys are continuing to be sent to the desired window.

If you have determined that this is not your problem then please copy and paste your macro for follow. First look you have the script and macro you typed matching, I just fear you may have a space or return character in the macro editor screen without realizing it.

Here is a decent list of the available keys for multiboxing, everything with an 8 in the far right column is best, and yes PgUp is one of them, I'm not sure if HKN stops the tabbing behavior though it should.
http://www.dual-boxing.com/wiki/inde...ld_of_Warcraft

The following is a list of default keybinds in WoW please note that ctrl-pgup is bound to combat log up, and pgup alone scrolls your chat log to the top.
http://www.mldev.com/pages/warcraft/wc_keys.htm

One other thing if you want to save yourself 6 characters, /follow can have the same parameters /target can so you can just put /follow [mods,target][mods,target] etc
Hope that helps a bit
Thanks for those two links, those are very helpful. I saw that PgUp was bound to combat log scrolling, and like I said above, I am pretty sure I unbound it. I will double check of course once I get home.

The WoW macro itself should be fine as well. I usually write my macros in a textpad and copy and paste them into WoW. Also, I am using Macaroon addon, so I do not have the character limit on macros. But the tip with /follow using target parameters is very nice!

I will have to think over my macro assignment now anyways. I was going to use mainly the Numpad with modifier keys. But according to your link, this wouldn't really work with Shift and such. No problem with this test macro, but I have to think over my whole assignment.

One more thing I noticed:
When testing my follow macro in WoW, it *does* work if I manually press Ctrl PgUp or Ctrl Alt PgUp or something in one window. Then my macro picks the correct target to follow. That is the reason I think it is a problem with my HKN setup, and not the macro itself.

Thanks for the tips and help so far. Keep it coming.