Close
Showing results 1 to 5 of 5
  1. #1

    Default Basic question about hotkeynet hotkey configuration

    I couldn't find any guides on hotkeynet, so I figured i'd just ask the question. I'm brand new to this, and was working on doing the codes for the hotkeys, and I finally got it to work...kinda. None of the keys are going to my first window, just to my second. I tried using the <sendwinM wow1, wow2> sort of configuration, but hotkeynet says <hotkey (insert any of my hotkeys here)> has already been defined. Only the first definition will be used.



    Any help or info would be greatly appreciated. Dual-boxing seems like tons of fun, and a good challenge. If only I knew how to work this. :P

  2. #2

    Default

    Can you paste some of your hotkey file here?

    That error basically means hotkeynet thinks you have two hotkeys for the same button.

    The main reason there aren't any guides here is the fact that the hotkeynet site has awesome documentation on pretty much everything

  3. #3

    Default

    It's rather inefecient, as the "1-9" "A-Z" deal didn't seem to work either, I've just been using

    <hotkey 1>
    <sendpc local>
    <sendwinM wow2>
    <key 1>

    <hotkey 2>
    <sendpc local>
    <sendwinM wow2>
    <key 2>


    That sort of a deal, for each of the keys I want hotkeyed. The problem i'm having is sending the keystrokes to both wow1 and wow2. I tried just putting wow1 before wow2 after sendwinM, that didn't work. Not with a comma either. I just get the error message. Nothing is duplicated.

  4. #4

    Default

    Ok, I will try to walk you through it.

    1. Create Labels for your wow-Windows.

    This can be done liek:
    Code:
    <Label w1 Local SendWinM WoW1>
    <Label w2 Local SendWinM WoW2>
    This defines that the label w1 can be used to send to the window named WoW1 on the local pc using the SendWinM method.

    2. Define a Hotkey

    You can now define a simple Hotkey like:
    Code:
    <Hotkey 1>
    	<SendLabel w1,w2>
    	<Key 2>
    if you like to define a hole bunch of Hotkeys you can do this by using lists:
    Code:
    <KeyList MyList A-Z, 1-9, F1-F12, Enter, Tab, Space, Comma except W, A, S, D, Q, E, F>
    <Hotkey MyList; Shift MyList; Alt MyList; Ctrl MyList>
      <SendLabel w1, w2, w3, w4, w5>
      <Key %Trigger%>
    if you now want to define movement-keys that should be send to all wow you can do this like the following:
    Code:
    <MovementHotkey up, down, left, right>
    	<SendLabel w1, w2>
    	<Key %Trigger%>
    hope this helps.
    Btw.: all this can be found on the guides/examples on hotkeynet.com
    OLIPCS - ordinary life is pretty complex stuff
    ----------------------------------------------------------------
    Pala, Priest, Druid, Hunter, Mage
    Focusless Targetless Leaderless - Wiki
    HotKeyNet - Guide

  5. #5

    Default RE: Basic question about hotkeynet hotkey configuration

    Quote Originally Posted by 'gherenand',index.php?page=Thread&postID=142492#po st142492
    I couldn't find any guides on hotkeynet...
    My eyes almost bounced out of my head when I read this. Then I realized you were talking about this website, not HotkeyNet's website. You'll find guides up the wazoo on HotkeyNet's website.

    Since you're having trouble, you might want to start with one of the pre-made scripts. You'll find them here:

    http://hotkeynet.com/wow/wow-quick-start.html
    �Author of HotkeyNet and Mojo

Similar Threads

  1. Hotkeynet: Got a question :)
    By DirtyDevil in forum New Multi-Boxers & Support
    Replies: 9
    Last Post: 06-21-2009, 04:51 PM
  2. Warhammer and HotKeynet 2 comps 4 boxes question
    By justin1988 in forum New Multi-Boxers & Support
    Replies: 32
    Last Post: 12-16-2008, 09:15 PM
  3. Really confused, and it's a really basic question.
    By EvilSqueegee in forum New Multi-Boxers & Support
    Replies: 2
    Last Post: 10-16-2008, 04:22 AM
  4. Need a hotkey code set for hotkeynet.
    By dannyboy in forum New Multi-Boxers & Support
    Replies: 12
    Last Post: 09-08-2008, 05:55 PM
  5. HotKeyNet Issue/Question
    By sigtau66 in forum General WoW Discussion
    Replies: 3
    Last Post: 01-26-2008, 08:06 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
  •