Close
Showing results 1 to 2 of 2

Threaded View

  1. #1

    Unhappy [HotKeyNet] Cannot get any key work

    Hello, i have 3 accounts, wow1, wow5 and wow7.

    Im trying to use hotKeyNet but can´t get it working.

    using this script :

    Code:
    //================================================================
    // SAMPLE SCRIPT FOR TWO WOW'S ON ONE PC
    //
    // Instructions: Copy this entire script (all the blue writing
    // on gray background including comments). Save it in a file.
    // Load it into HotkeyNet.
    //
    // Toggle the scroll lock key to turn hotkeys off and on. (You
    // can change this if you want, just like you can change
    // everything else with HotkeyNet.)
    //
    // Requires HotkeyNet build 147 or higher.
    //
    // For more info, go to www.hotkeynet.com
    //================================================================
     
    //-----------------------------------------------------------
    // PRESS CTRL R, CTRL R, CTRL T TO RENAME WOW'S IF YOU LAUNCH THEM MANUALLY
    //-----------------------------------------------------------
    <Hotkey ScrollLockOn Ctrl R>
    <SendPC local>
    <RenameWin "World of Warcraft" WoW1>
    <SendPC local>
    <RenameWin "World of Warcraft" WoW5>
    <SendPC local>
    <RenameWin "World of Warcraft" WoW7>
    
    <Hotkey ScrollLockOn Ctrl T>
    <SendPC local>
    <RenameWin WoW1 "World of Warcraft">
    <SendPC local>
    <RenameWin WoW5 "World of Warcraft">
    <SendPC local>
    <RenameWin WoW7 "World of Warcraft">
    //-----------------------------------------------------------
    // SUBROUTINE TO LAUNCH AND RENAME A COPY OF WOW.
    //-----------------------------------------------------------
    <Command LaunchAndRename>
       <SendPC %1%>
          <Run "C:\Program Files (x86)\World of Warcraft\_retail_\Wow.exe">
            <RenameTargetWin %2%>
     
    //-----------------------------------------------------------
    // HOTKEY TO LAUNCH AND RENAME BOTH WOW'S.
    //-----------------------------------------------------------
    <Hotkey ScrollLockOn Alt Ctrl L>
        <LaunchAndRename Local WoW1>
        <LaunchAndRename Local WoW5>
        <LaunchAndRename Local WoW7>
    
    //-----------------------------------------------------------
    // DEFINE MAIL LABELS FOR SENDING KEY STROKES
    //-----------------------------------------------------------
    <Label w1 Local SendWinM WoW1>
    <Label w5 Local SendWinM WoW5>
    <Label w7 Local SendWinM WoW7>
     
    //-----------------------------------------------------------
    // DEFINE HOTKEYS FOR ALL KEY COMBINATIONS THAT WILL GET
    // SENT TO BOTH WOWS. ADD MORE KEY COMBO'S IF YOU WANT.
    //-----------------------------------------------------------
    <Hotkey ScrollLockOn A-Z, 0-9, Numpad0-Numpad9, Oem2, Tab, Esc, LShift, Enter, Backspace, Space, Button5, Plus, Minus, F1-F12 except W, A, S, D; ScrollLockOn Shift A-Z; ScrollLockOn Shift 0-9>
    <SendLabel w1, w5, w7>
    <Key %Trigger%> 
     
    //-----------------------------------------------------------
    // DEFINE MOVEMENT KEYS THAT WILL GET SENT TO BOTH WOW'S.
    // ADD MORE KEYS IF YOU WANT.
    //-----------------------------------------------------------
    <MovementHotkey ScrollLockOn W, A, S, D>
    <SendLabel w1, w5, w7>
    <Key %Trigger%>
     
    //-----------------------------------------------------------
    // BROADCAST MOUSE CLICKS. HOLD DOWN OEM3 (ON U.S. KEYBOARDS,
    // THAT'S THE SQUIGGLE KEY IN UPPPER LEFT CORNER) WHEN YOU
    // WANT TO BROADCAST.
    //-----------------------------------------------------------
    <UseKeyAsModifier Oem3>
     
    <Hotkey ScrollLockOn Oem3 LButton, MButton, RButton, Button4, Button5>
       <SendLabel w1, w5, w7>
          <ClickMouse %TriggerMainKey%>
                    <RestoreMousePos>

    Windows rename was fine, but when i am in the main account, wow1, and press the key ScrollLock to activate the program, i cant get any key working, like the key 1 that i use for Shred on my druid the skill does not work. The log program says that the key was replied, but the other accounts doesnt replied at all or have any action.

    Program Log:

    Code:
    From this pc: <SendWinM WoW1><Key 1><SendWinM WoW5><Key 1><SendWinM WoW7><Key 1>
    <SendWinM WoW1> completed: Window found. Target set to 0x70442 "WoW1"
    <Key 1> completed
    <SendWinM WoW5> completed: Window found. Target set to 0x502A4 "WoW5"
    <Key 1> completed
    <SendWinM WoW7> completed: Window found. Target set to 0x803F8 "WoW7"
    <Key 1> completed
    Cant know what is happing, if there is some addon conflicting or if is my script.
    Last edited by MiRai : 01-08-2019 at 12:27 PM Reason: CODE Tags

Posting Rules

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