Close
Showing results 1 to 8 of 8

Threaded View

  1. #6

    Default

    It's not the 1 - 4 keys that I have keybound to my mouse buttons, it is the ones above those, when you have all action bars up. The reason I want to be able to use my mouse buttons with a shift modifier is that it is a couple extra buttons for me to have to use, and they are also very convenient to use for pvp. More convenient than using an F key. But I kinda understand what you are explaining to me. I'll try it out after work tomorrow and see if I can get it working the way I want to now. Thanks again.

    Reloaded the script. I now have
    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 TO RENAME WOW'S IF YOU LAUNCH THEM MANUALLY 
    //-----------------------------------------------------------
    <Hotkey NumLockOn Ctrl R>
        <SendPC local>
            <RenameWin "World of Warcraft" WoW1> 
            <RenameWin "World of Warcraft" WoW2> 
    
    //-----------------------------------------------------------
    // SUBROUTINE TO LAUNCH AND RENAME A COPY OF WOW.
    //-----------------------------------------------------------
    <Command LaunchAndRename>
       <SendPC Local> 
          <Run "c:\Mick\World of Warcraft\Wow.exe">
            <RenameTargetWin WoW1>
    <Command LaunchAndRename>
       <SendPC Local> 
          <Run "c:\Mick\World of Warcraft\Wow.exe">
            <RenameTargetWin WoW2>
    //-----------------------------------------------------------
    // HOTKEY TO LAUNCH AND RENAME BOTH WOW'S.
    //-----------------------------------------------------------
    <Hotkey NumLockOn 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. 
    //-----------------------------------------------------------
    <KeyList MyList A-Z, 0-9, Multiply, Plus, Minus, Backspace, Enter, Oem2, Oem5, Oem6, NumpadEnter, Space, F1-F12, Esc, Button4, Button5, except W, A, S, D, Q, E>
    
    <Hotkey NumLockOn MyList; NumLockOn Shift MyList; NumLockOn Alt MyList; NumLockOn Ctrl MyList>
    	  	 <SendLabel w1, w2>
       	<Key %Trigger%>
    
    //-----------------------------------------------------------
    // DEFINE MOVEMENT KEYS THAT WILL GET SENT TO BOTH WOW'S.
    // ADD MORE KEYS IF YOU WANT. 
    //-----------------------------------------------------------
    <MovementHotkey NumLockOn up, down, left, right>
    <SendLabel w1, w2>
    <Key %Trigger%>
    Which Gives me
    Code:
    	Disregarding empty hotkey: <Hotkey NumLockOn M>
    	Disregarding empty hotkey: <Hotkey NumLockOn Shift M>
    	Disregarding empty hotkey: <Hotkey NumLockOn Alt M>
    	Disregarding empty hotkey: <Hotkey NumLockOn Ctrl M>
    
    Empty hotkeys were found.
    	Disregarding empty hotkey: <Hotkey NumLockOn N>
    	Disregarding empty hotkey: <Hotkey NumLockOn Shift N>
    	Disregarding empty hotkey: <Hotkey NumLockOn Alt N>
    	Disregarding empty hotkey: <Hotkey NumLockOn Ctrl N>
    
    Empty hotkeys were found.
    	Disregarding empty hotkey: <Hotkey NumLockOn O>
    	Disregarding empty hotkey: <Hotkey NumLockOn Shift O>
    	Disregarding empty hotkey: <Hotkey NumLockOn Alt O>
    	Disregarding empty hotkey: <Hotkey NumLockOn Ctrl O>
    
    Empty hotkeys were found.
    	Disregarding empty hotkey: <Hotkey NumLockOn P>
    	Disregarding empty hotkey: <Hotkey NumLockOn Shift P>
    	Disregarding empty hotkey: <Hotkey NumLockOn Alt P>
    	Disregarding empty hotkey: <Hotkey NumLockOn Ctrl P>
    
    Empty hotkeys were found.
    	Disregarding empty hotkey: <Hotkey NumLockOn R>
    	Disregarding empty hotkey: <Hotkey NumLockOn Shift R>
    	Disregarding empty hotkey: <Hotkey NumLockOn Alt R>
    
    Empty hotkeys were found.
    	Disregarding empty hotkey: <Hotkey NumLockOn T>
    	Disregarding empty hotkey: <Hotkey NumLockOn Shift T>
    	Disregarding empty hotkey: <Hotkey NumLockOn Alt T>
    
    Empty hotkeys were found.
    	Disregarding empty hotkey: <Hotkey NumLockOn U>
    	Disregarding empty hotkey: <Hotkey NumLockOn Shift U>
    	Disregarding empty hotkey: <Hotkey NumLockOn Alt U>
    
    Empty hotkeys were found.
    	Disregarding empty hotkey: <Hotkey NumLockOn V>
    	Disregarding empty hotkey: <Hotkey NumLockOn Shift V>
    	Disregarding empty hotkey: <Hotkey NumLockOn Alt V>
    
    Empty hotkeys were found.
    	Disregarding empty hotkey: <Hotkey NumLockOn X>
    	Disregarding empty hotkey: <Hotkey NumLockOn Shift X>
    	Disregarding empty hotkey: <Hotkey NumLockOn Alt X>
    
    Empty hotkeys were found.
    	Disregarding empty hotkey: <Hotkey NumLockOn Y>
    	Disregarding empty hotkey: <Hotkey NumLockOn Shift Y>
    	Disregarding empty hotkey: <Hotkey NumLockOn Alt Y>
    
    Empty hotkeys were found.
    	Disregarding empty hotkey: <Hotkey NumLockOn Z>
    	Disregarding empty hotkey: <Hotkey NumLockOn Shift Z>
    	Disregarding empty hotkey: <Hotkey NumLockOn Alt Z>
    
    Empty hotkeys were found.
    	Disregarding empty hotkey: <Hotkey NumLockOn Multiply>
    	Disregarding empty hotkey: <Hotkey NumLockOn Shift Multiply>
    	Disregarding empty hotkey: <Hotkey NumLockOn Alt Multiply>
    
    Empty hotkeys were found.
    	Disregarding empty hotkey: <Hotkey NumLockOn F1>
    	Disregarding empty hotkey: <Hotkey NumLockOn Shift F1>
    	Disregarding empty hotkey: <Hotkey NumLockOn Alt F1>
    
    Empty hotkeys were found.
    	Disregarding empty hotkey: <Hotkey NumLockOn F2>
    	Disregarding empty hotkey: <Hotkey NumLockOn Shift F2>
    	Disregarding empty hotkey: <Hotkey NumLockOn Alt F2>
    
    Empty hotkeys were found.
    	Disregarding empty hotkey: <Hotkey NumLockOn F3>
    	Disregarding empty hotkey: <Hotkey NumLockOn Shift F3>
    	Disregarding empty hotkey: <Hotkey NumLockOn Alt F3>
    
    Empty hotkeys were found.
    	Disregarding empty hotkey: <Hotkey NumLockOn F4>
    	Disregarding empty hotkey: <Hotkey NumLockOn Shift F4>
    	Disregarding empty hotkey: <Hotkey NumLockOn Alt F4>
    
    Empty hotkeys were found.
    	Disregarding empty hotkey: <Hotkey NumLockOn F5>
    	Disregarding empty hotkey: <Hotkey NumLockOn Shift F5>
    	Disregarding empty hotkey: <Hotkey NumLockOn Alt F5>
    
    Empty hotkeys were found.
    	Disregarding empty hotkey: <Hotkey NumLockOn F6>
    	Disregarding empty hotkey: <Hotkey NumLockOn Shift F6>
    	Disregarding empty hotkey: <Hotkey NumLockOn Alt F6>
    
    Empty hotkeys were found.
    	Disregarding empty hotkey: <Hotkey NumLockOn F7>
    	Disregarding empty hotkey: <Hotkey NumLockOn Shift F7>
    	Disregarding empty hotkey: <Hotkey NumLockOn Alt F7>
    
    Empty hotkeys were found.
    	Disregarding empty hotkey: <Hotkey NumLockOn F8>
    	Disregarding empty hotkey: <Hotkey NumLockOn Shift F8>
    	Disregarding empty hotkey: <Hotkey NumLockOn Alt F8>
    
    Empty hotkeys were found.
    	Disregarding empty hotkey: <Hotkey NumLockOn F9>
    	Disregarding empty hotkey: <Hotkey NumLockOn Shift F9>
    	Disregarding empty hotkey: <Hotkey NumLockOn Alt F9>
    
    Empty hotkeys were found.
    	Disregarding empty hotkey: <Hotkey NumLockOn F10>
    	Disregarding empty hotkey: <Hotkey NumLockOn Shift F10>
    	Disregarding empty hotkey: <Hotkey NumLockOn Alt F10>
    
    Empty hotkeys were found.
    	Disregarding empty hotkey: <Hotkey NumLockOn F11>
    	Disregarding empty hotkey: <Hotkey NumLockOn Shift F11>
    	Disregarding empty hotkey: <Hotkey NumLockOn Alt F11>
    
    Empty hotkeys were found.
    	Disregarding empty hotkey: <Hotkey NumLockOn F12>
    	Disregarding empty hotkey: <Hotkey NumLockOn Shift F12>
    	Disregarding empty hotkey: <Hotkey NumLockOn Alt F12>
    
    Empty hotkeys were found.
    	Disregarding empty hotkey: <Hotkey NumLockOn Plus>
    	Disregarding empty hotkey: <Hotkey NumLockOn Shift Plus>
    	Disregarding empty hotkey: <Hotkey NumLockOn Alt Plus>
    
    Empty hotkeys were found.
    	Disregarding empty hotkey: <Hotkey NumLockOn Minus>
    	Disregarding empty hotkey: <Hotkey NumLockOn Shift Minus>
    	Disregarding empty hotkey: <Hotkey NumLockOn Alt Minus>
    
    Empty hotkeys were found.
    	Disregarding empty hotkey: <Hotkey NumLockOn Oem2>
    	Disregarding empty hotkey: <Hotkey NumLockOn Shift Oem2>
    	Disregarding empty hotkey: <Hotkey NumLockOn Alt Oem2>
    
    Empty hotkeys were found.
    	Disregarding empty hotkey: <Hotkey NumLockOn Oem5>
    	Disregarding empty hotkey: <Hotkey NumLockOn Shift Oem5>
    	Disregarding empty hotkey: <Hotkey NumLockOn Alt Oem5>
    
    Empty hotkeys were found.
    	Disregarding empty hotkey: <Hotkey NumLockOn Oem6>
    	Disregarding empty hotkey: <Hotkey NumLockOn Shift Oem6>
    	Disregarding empty hotkey: <Hotkey NumLockOn Alt Oem6>
    
    Empty hotkeys were found.
    	Disregarding empty hotkey: <Hotkey NumLockOn NumpadEnter>
    	Disregarding empty hotkey: <Hotkey NumLockOn Shift NumpadEnter>
    	Disregarding empty hotkey: <Hotkey NumLockOn Alt NumpadEnter>
    
    Finished loading hotkey file.
    	195 errors were found
    	11 definitions were loaded
    	0 keys will be used as modifiers
    
    Installing mouse hook
    	Hook installation succeeded
    I am now officially even more confused, and so I am going to bed. I shall tackle this tomorrow.
    Last edited by Maddkow : 08-12-2011 at 06:15 AM

Posting Rules

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