Close
Showing results 1 to 2 of 2

Threaded View

  1. #1

    Default sending shift modifier and mouse b4&b5 to wow2 window hotkeynet

    Hi, I'm sure this is covered somewhere but i think I am not understand the other posts I'm reading on this.

    Q1: All I am really looking for is for a way to have hotkeynet send shift-1 or shift-2 etc (any combo of shift) to my 2nd wow client. also i have a mouse button 4 and 5 that solo, i use as keybindings ingame that i would like to have sent like i was hitting 1-0 or something. I am sure this is quite trivial to many of you, and your help is much appreciated

    Q2: Also I am trying to box 2 fire mages, and one thing I noticed is Blastwave and blizzard (aoe spells that require to click on ground) are going to be a problem i think, how do you get around this, I'm assuming someone out there has figured this out...

    Q3: Besides some a macro to auto focus main toon and assist, do I need to make all my spells have a /assist [@focus] macro....and maybe some of you have boxed mages and have a good setup for it laying around?

    I hope I am clear on what I want. A little dazed from the heat...


    Code:
    //-----------------------------------------------------------
    // PRESS CTRL R TO RENAME WOW'S IF YOU LAUNCH THEM MANUALLY. 
    //-----------------------------------------------------------
    <Hotkey ScrollLockOn Ctrl R>
        <SendPC local>
           <RenameWin "World of Warcraft" WoW1> 
           <RenameWin "World of Warcraft" WoW2>
    
    
    
    
    
    //-----------------------------------------------------------
    // HOTKEY TO LAUNCH AND RENAME YOUR WOW WINDOWS
    //-----------------------------------------------------------
    <Hotkey ScrollLockOn Alt Ctrl L>
        <LaunchAndRename Local WoW1>
        <LaunchAndRename Local WoW2>
    
    
    //-----------------------------------------------------------
    // DEFINE MAIL LABELS FOR SENDING KEY STROKES. 
    //-----------------------------------------------------------
    <Label w1 Local SendWinM WoW1>
    <Label w2 Local SendWinM WoW2>
    
    
    //-----------------------------------------------------------
    // DEFINE HOTKEYS FOR ALL KEY COMBINATIONS THAT WILL GET
    // SENT TO BOTH WOWS. ADD MORE KEY COMBO'S IF YOU WANT. 
    //-----------------------------------------------------------
    <Hotkey ScrollLockOn Z,X,C,V,G , 0-9, Plus, Minus, F1-F12 except W, A, S, D, Q, E>
    <SendLabel w1, w2>
    <Key %Trigger%> 
    
    
    //===============
    // SHIFT KEYS
    //===============
    
    
    <Hotkey ScrollLockOn Shift Z>
    <SendLabel w1,w2>
    <Key %Trigger%>
    
    
    <Hotkey ScrollLockOn Shift X>
    <SendLabel w1,w2>
    <Key %Trigger%>
    
    
    <Hotkey ScrollLockOn Shift C>
    <SendLabel w1,w2>
    <Key %Trigger%>
    
    
    <Hotkey ScrollLockOn Shift V>
    <SendLabel w1,w2>
    <Key %Trigger%>
    
    
    <Hotkey ScrollLockOn Shift G>
    <SendLabel w1,w2>
    <Key %Trigger%>
    
    
    <Hotkey ScrollLockOn Shift 1>
    <SendLabel w1,w2>
    <Key %Trigger%>
    
    
    <Hotkey ScrollLockOn Shift 2>
    <SendLabel w1,w2>
    <Key %Trigger%>
    
    
    <Hotkey ScrollLockOn Shift 3>
    <SendLabel w1,w2>
    <Key %Trigger%>
    
    
    <Hotkey ScrollLockOn Shift 4>
    <SendLabel w1,w2>
    <Key %Trigger%>
    
    
    <Hotkey ScrollLockOn Shift 5>
    <SendLabel w1,w2>
    <Key %Trigger%>
    
    
    <Hotkey ScrollLockOn Shift 6>
    <SendLabel w1,w2>
    <Key %Trigger%>
    
    
    <Hotkey ScrollLockOn Button4>
    <SendLabel w1,w2>
    <Key %Trigger%>
    
    
    
    
    //-----------------------------------------------------------
    // DEFINE MOVEMENT KEYS THAT WILL GET SENT TO BOTH WOW'S.
    // ADD MORE KEYS IF YOU WANT. 
    //-----------------------------------------------------------
    <MovementHotkey ScrollLockOn up, down, left, right>
    <SendLabel w1, w2>
    <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>
       <SendLabel w1, w2> 
          <ClickMouse %TriggerMainKey%>
    Last edited by jazzymetal : 07-16-2012 at 11:08 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
  •