Close
Showing results 1 to 10 of 92

Threaded View

  1. #21

    Default

    ...[SNIP]

    tl;dr: The sample code (http://www.hotkeynet.com/wow/wow-sample-two-on-two.html) works great, but I can't figure out how to get modifier keys to work with it.

    Code:
    <Hotkey ScrollLockOn A-Z, 0-9, Plus, Minus, F1-F12 except W, A, S, D, Q, E>
    <PassThrough>   
    <SendLabel w2>
    <Key %Trigger%>
    
    <KeyList MyList A-Z, 0-9, Plus, Minus, F1-F12 except W, A, S, D, Q, E>
    
    <Hotkey MyList; Shift MyList; Alt MyList; Ctrl MyList>
    <PassThrough>   
           <SendLabel w2>
           <Key %Trigger%>
    With that I can send modifier keys over, (Shift + R was my test, worked! Yay!), but now ScrollLockOn doesn't seem to matter. My slave is going crazy right now opening the map and stuff as I type this as Scroll Lock is off.

    Code:
    <Hotkey ScrollLockOn A-Z, 0-9, Plus, Minus, F1-F12 except W, A, S, D, Q, E>
    <PassThrough>   
    <SendLabel w2>
    <Key %Trigger%>
    
    <KeyList MyList A-Z, 0-9, Plus, Minus, F1-F12 except W, A, S, D, Q, E>
    
    <Hotkey MyList; ScrollLockOn Shift MyList; ScrollLockOn Alt MyList; ScrollLockOn Ctrl MyList>
    <PassThrough>   
           <SendLabel w2>
           <Key %Trigger%>
    It still doesn't care about Scroll Lock. Maybe an If block would do it?

    Code:
    <Hotkey ScrollLockOn A-Z, 0-9, Plus, Minus, F1-F12 except W, A, S, D, Q, E>
    <PassThrough>   
    <SendLabel w2>
    <Key %Trigger%>
    
    <KeyList ScrollLockOn A-Z, 0-9, Plus, Minus, F1-F12 except W, A, S, D, Q, E>
    
    <Hotkey ScrollLockOn; Shift ScrollLockOn; Alt ScrollLockOn; Ctrl ScrollLockOn>
    <PassThrough>   
           <SendLabel w2>
           <Key %Trigger%>
    You must supply the name of at least one non-modifier key.
    Last edited by Nimoi : 09-10-2009 at 02:19 PM

Similar Threads

  1. Replies: 15
    Last Post: 03-18-2012, 08:42 AM
  2. Lotro Dual-Boxing Howto
    By KrunkTheMadMan in forum New Multi-Boxers & Support
    Replies: 2
    Last Post: 04-02-2009, 02:27 AM
  3. 2 Boxing, 1-60 guide RAF guide?
    By pinnacle2009 in forum New Multi-Boxers & Support
    Replies: 1
    Last Post: 03-18-2009, 07:59 PM
  4. Beginners Guide 2 Dual-Boxing (3,4,5 boxing)
    By piejoh77 in forum New Multi-Boxers & Support
    Replies: 78
    Last Post: 03-12-2009, 03:17 AM
  5. Dual-Boxing / Multi-Boxing leveling guide
    By Ziie in forum General WoW Discussion
    Replies: 3
    Last Post: 09-06-2007, 12:45 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
  •