Close
Showing results 1 to 10 of 12

Threaded View

  1. #3

    Default

    Thanks you for your kind response.

    I've searched around and found it wasn't very complicated to do in HotKeyNet.
    So here it is if it can help someone else

    Code:
    //-----------
    // PRESS CTRL R TO RENAME WOW'S IF YOU LAUNCH THEM MANUALLY 
    //---------------
    <Hotkey ScrollLockOn Ctrl U>
        <SendPC local>
            <RenameWin "Diablo 3" Diablo1> 
            <RenameWin "Diablo 3" Diablo2> 
    
    
    //----------------
    // DEFINE MAIL LABELS FOR SENDING KEY STROKES 
    //-----------------
    <Label w2 Local SendWinM Diablo2>
    
    
    //----------------
    // Hotkey for moving around holding mouse Lbutton
    //-----------------
    <Hotkey ScrollLockOn LButton>
       <PassThrough>
          <SendLabel w2>
             <ClickMouse Down LButton NoRestore>
    <HotkeyUp ScrollLockOn LButton>
       <PassThrough>
          <SendLabel w2>
             <ClickMouse up LButton NoRestore>
    Last edited by Khatovar : 10-30-2012 at 11: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
  •