Close
Page 2 of 3 FirstFirst 1 2 3 LastLast
Showing results 11 to 20 of 26
  1. #11

    Default

    Thanks for the kind words. Yeah you can do that. You have to rename at least four of the windows first so they each have a different name. You can make a hotkey that renames them like this:

    <hotkey Ctrl N>
    <sendpc local>
    <rename "World of Warcraft" Wow1>
    <rename "World of Warcraft" Wow2>
    <rename "World of Warcraft" Wow3>
    <rename "World of Warcraft" Wow4>
    <rename "World of Warcraft" Wow5>


    Now let's make a hotkey that brings window #3 to the foreground. Let's suppose you want to use F3 for that:

    <hotkey F3>
    <sendpc local>
    <TargetWindow Wow3>
    <SetForeground>


    That's the whole thing.
    �Author of HotkeyNet and Mojo

  2. #12

    Default

    Lol we're crossing posts like crazy. As you can see you did it right. The only thing that's case sensitive is the names of windows (because Windows handles them that way).
    �Author of HotkeyNet and Mojo

  3. #13

    Default

    Quote Originally Posted by 'Freddie',index.php?page=Thread&postID=44785#post4 4785
    Lol we're crossing posts like crazy. As you can see you did it right. The only thing that's case sensitive is the names of windows (because Windows handles them that way).
    Wow Thank you so much you just read my mind, I was fixing to ask you if it was possible to make a hotkey to rename the windows but you already told me, thank you. Now how do I set a hotkey for Control Shift Alt R hehe, ima go look now.

    edit:

    Which I do believe is like this

    <hotkey Ctrl Shift Alt r>
    <sendpc local>
    <rename "World of Warcraft" Wow1>
    <rename "World of Warcraft" Wow2>
    <rename "World of Warcraft" Wow3>
    <rename "World of Warcraft" Wow4>
    <rename "World of Warcraft" Wow5>
    <Hotkey F1>
    <SendPC local>
    <TargetWindow WoW1>
    <SetForeground>
    <Hotkey F2>
    <SendPC local>
    <TargetWindow WoW2>
    <SetForeground>
    <Hotkey F3>
    <SendPC local>
    <TargetWindow WoW3>
    <SetForeground>
    <Hotkey F4>
    <SendPC local>
    <TargetWindow WoW4>
    <SetForeground>
    <Hotkey F5>
    <SendPC local>
    <TargetWindow WoW5>
    <SetForeground>
    Keyclone-Best multi-boxing program period!!
    latest release: http://solidice.com/keyclone ( v1.8e 26feb2008 )
    download: Download Keyclone
    Hotkeynet -awesome free multi-boxing tool.

  4. #14

    Default

    To learn the name of a key in HKN, press the key and look in HKN's upper right corner. But I'll save you some time:

    <Hotkey ctrl alt shift R>

    if you want to distinguish the left and right side keys so you can make two different hotkeys, you can do this instead:

    <Hotkey Lctrl Lalt Lshift R>
    <Hotkey Rctrl Ralt Rshift R>


    (You don't have to capitalize the R's and L's that way -- I just did it for emphasis.)
    �Author of HotkeyNet and Mojo

  5. #15

    Default

    Quote Originally Posted by 'Freddie',index.php?page=Thread&postID=44789#post4 4789
    To learn the name of a key in HKN, press the key and look in HKN's upper right corner. But I'll save you some time:

    <Hotkey ctrl alt shift R>

    if you want to distinguish the left and right side keys so you can make two different hotkeys, you can do this instead:

    <Hotkey Lctrl Lalt Lshift R>
    <Hotkey Rctrl Ralt Rshift R>


    (You don't have to capitalize the R's and L's that way -- I just did it for emphasis.)
    Awesome Thank you so much.

    I ran the script above and it said it could not find the windows after I ran the hotkey to rename it did rename them but just not in order that I loaded them for some reason. So anyway it would not bring any of the windows to the front for some reason. Any suggestions what I am doing wrong?
    Keyclone-Best multi-boxing program period!!
    latest release: http://solidice.com/keyclone ( v1.8e 26feb2008 )
    download: Download Keyclone
    Hotkeynet -awesome free multi-boxing tool.

  6. #16

    Default

    Looks good but it's hard to check a long script like that by eye, so load it into HKN and see what happens. Good luck.
    �Author of HotkeyNet and Mojo

  7. #17

    Default

    Quote Originally Posted by 'Freddie',index.php?page=Thread&postID=44793#post4 4793
    Looks good but it's hard to check a long script like that by eye, so load it into HKN and see what happens. Good luck.
    Ok so I ran the script and this is what it says.

    From this pc: <TargetWindow WoW1><SetForeground>
    <TargetWindow> failed: Window not found.
    <SetForeground> failed: No window is targeted.

    From this pc: <TargetWindow WoW2><SetForeground>
    <TargetWindow> failed: Window not found.
    <SetForeground> failed: No window is targeted.

    From this pc: <TargetWindow WoW3><SetForeground>
    <TargetWindow> failed: Window not found.
    <SetForeground> failed: No window is targeted.

    From this pc: <TargetWindow WoW4><SetForeground>
    <TargetWindow> failed: Window not found.
    <SetForeground> failed: No window is targeted.

    From this pc: <TargetWindow WoW5><SetForeground>
    <TargetWindow> failed: Window not found.
    <SetForeground> failed: No window is targeted.


    Also is there a way to maximize the windows? and is there a way to get it to rename them in order wow1,wow2 and so forth, it seems to rename them in random order.

    Thanks in advance for the much needed help and advice. Very much appreciated.
    Keyclone-Best multi-boxing program period!!
    latest release: http://solidice.com/keyclone ( v1.8e 26feb2008 )
    download: Download Keyclone
    Hotkeynet -awesome free multi-boxing tool.

  8. #18

    Default

    The windows are not found because of the case sensitivity issue. Wow vs WoW (final W).
    �Author of HotkeyNet and Mojo

  9. #19

    Default

    Quote Originally Posted by 'Freddie',index.php?page=Thread&postID=44795#post4 4795
    The windows are not found because of the case sensitivity issue. Wow vs WoW (final W)
    Duh, thanks allot, I just figured that out when you wrote this. Thanks a ton, I feel stupid for bothering you now but thanks allot.
    I am going to go see if I can find any functions to maximize the windows on your site.
    Keyclone-Best multi-boxing program period!!
    latest release: http://solidice.com/keyclone ( v1.8e 26feb2008 )
    download: Download Keyclone
    Hotkeynet -awesome free multi-boxing tool.

  10. #20

    Default

    I don't mind helping like this. It's actually useful to me beause it gives me a chance to see which aspects of the program give people trouble. Big software companies have to pay specialists to observe paid users in test rooms to obtain that kind of info ... but here we are doing it for free.

    The answer on maximize is, I don't think I implemented that but I'll add it now if you want it ... it has to get added eventually so now is a good time.

    The answer on the renaming order is that normally HKN gives you three methods to control that, but only two work with WoW because of WoW's security features. (I could probably get around them but I don't want to do anything that could put users at risk.)

    One way to handle it is to keep the hotkey we just defined. What it's doing is renaming the windows in Z-order from front to back. (The foreground window is in front). So what you have to do is arrange the windows from front to back before you hit the key.

    The other way is to make five new hotkeys, one for each window. Click each window individually so it's in the foreground, then hit the appropriate hotkey.
    �Author of HotkeyNet and Mojo

Similar Threads

  1. Suspend all keys except bring to focus
    By Xozan in forum Software Tools
    Replies: 0
    Last Post: 11-21-2008, 03:36 PM
  2. Replies: 17
    Last Post: 10-04-2008, 09:06 PM
  3. Dual Boxing Mage/Lock ....who to bring next
    By Nazzzcar in forum General WoW Discussion
    Replies: 1
    Last Post: 07-28-2008, 12:17 PM
  4. WoTLK will bring us "Player Achievements"!
    By Deshu in forum General WoW Discussion
    Replies: 16
    Last Post: 07-21-2008, 12:19 PM
  5. help, "Target needs to be in front of you" !
    By tadgo24 in forum New Multi-Boxers & Support
    Replies: 3
    Last Post: 06-11-2008, 07:41 PM

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •