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

    Default HotKetNet & EVE Online

    Hello,

    Im testing HKN on EVE and I got a nice 4 pilots setup displayed on a 2048x1152 screen. One main screen/pilot 1556x1152 and three in the right with 512x384.
    It manages to broadcast key perfectly but mouse have some issues. When it has to broadcast mouse click it seems to click on the 1 windows ok, then it leaves the window by the right edge (as its was going to leave the screen to the right) and then click on the window below, and after click it again leaves the windows by the right instead of "teleport" the mouse pointer to the next window.

    Anyone using this HKN can give me advice on which are the best delay for mouse and send mode settings?

    Thanks and regards!

  2. #2

    Default

    I don't play Eve, but my understanding is that the clickmouse delays don't have a hard and fast number. I've used 25/25 15/15 and with my current system, I'm using 3/3. I have Substitute SendWinS for SendWinM checked and Relinquish Quantum unchecked.

    My Sendmode settings are SendWinM and SendWinMF is checked, everything else is unchecked. Background focus is 0/0 and modifiers are 1/1, input idle is unchecked. But, these are all set up to work with WoW.

    You may need to make changes based on how Eve works {of which I know nothing}. Here's a comparison chart to show you what the Sendmodes are.
    Blog : Herding Khats
    Team : Kina - Çroaker - Messkit - Lìfetaker - Wìdowmaker
    Newbie Guides : Multiboxing Vol. 1 - Multiboxing Vol. 2 - HotKeyNet - Jamba
    The Almighty Lax made a liar out of me, apparently I DO get prizes for it.
    *Commences Wielding the Banhammer like there's piñatas up in here and I'm Lady Thor*

    _ Forum search letting you down? Use the custom Google search _

  3. #3

    Default

    Hello,

    I give you and image with some graphics to better describ the problem. Im usind SendLabel and <ClickMouse LButton Dupe> it seems to leave the screen by the right but it click in smalls EVE window in the same place as in the main EVE window, btw i have the windows task bar on the right, hidden, and it unhides the taskbar. If I use <ClickMouse LButton Scale> it seems to place the mouse over the exact place but its not clicking.

    Here is an screenshot of my layout.

    Hotnetkey with indications.jpg

    Last edited by Oscaja : 05-09-2012 at 08:59 AM

  4. #4

    Default

    Code:
    //-----------------------------------------------------------
    // DEFINE MAIL LABELS FOR SENDING KEY STROKES
    //-----------------------------------------------------------
    <Label e1 Local SendWinM eve1>
    <Label e2 Local SendWinM eve2>
    <Label e3 Local SendWinM eve3>
    <Label e4 Local SendWinM eve4>
    
    
    //-----------------------------------------------------------
    // DEFINE HOTKEYS FOR ALL KEY COMBINATIONS THAT WILL GET
    // SENT TO BOTH eveS. ADD MORE KEY COMBO'S IF YOU WANT.
    //-----------------------------------------------------------
    <Hotkey NumPadMinus>
        <sendpc local>
          <ToggleHotkeys>
      
    //
    
    
    <HotKey RCtrl R>
        <RenameWin "EVE - pilot1" eve1>
        <RenameWin "EVE - pilot2" eve2>
        <RenameWin "EVE - pilot3" eve3>
        <RenameWin "EVE - pilot4" eve4>
    
    
    //    
          
    <MovementHotkey a, t, Up, Down, Left, Right>
    <SendLabel e1, e2, e3, e4>
    <Key %Trigger%>
    
    
    //
    
    
    <Hotkey CapsLockOn A-Z, 0-9, Plus, Minus, Esc, F1-F12, oem3, Space, Enter, Backspace, except X>
    <SendLabel e1, e2, e3, e4>
    <Key %Trigger%>
    //<Keydown %Trigger%>
    //<Keyup %Trigger%>
    
    
    //
    
    
    <Hotkey CapsLockOn Alt F1-F9, F, C>
    <SendLabel e1, e2, e3, e4>
    <Key %Trigger%>
    
    
    //
    
    
    
    
    <Hotkey CapsLockOn LButton>
    <if MouseIsOverScreenRect 0 0 1535 1151>
        
    <if ActiveWinIs eve1>
            <SendLabel e1, e2, e3, e4>
                <ClickMouse LButton Dupe>
    <Else If ActiveWinIs eve2>
            <SendLabel e2, e1, e3, e4>
                <ClickMouse LButton Dupe>
    <Else If ActiveWinIs eve3>
            <SendLabel e3, e1, e2, e4>
                <ClickMouse LButton Dupe>
    <Else If ActiveWinIs eve4>
            <SendLabel e4, e1, e2, e3>
                <ClickMouse LButton Dupe>
    <EndIf>
    //
            
    <Hotkey CapsLockOn RButton>            
        <if MouseIsOverScreenRect 0 0 1535 1151>
    <if ActiveWinIs eve1>
            <SendLabel e1, e2, e3, e4>
                <ClickMouse RButton Dupe>
    <Else If ActiveWinIs eve2>
            <SendLabel e2, e1, e3, e4>
                <ClickMouse RButton Dupe>
    <Else If ActiveWinIs eve3>
            <SendLabel e3, e1, e2, e4>
                <ClickMouse RButton Dupe>
    <Else If ActiveWinIs eve4>
            <SendLabel e4, e1, e2, e3>
                <ClickMouse RButton Dupe>
        
    //----------------------------------------------------------------
    // SET PIP CONFIGURATION
    // Usage: <SetPip BigWindowName LittleWindowName>
    // This command is called by <Hotkey F1> which is defined below.
    //----------------------------------------------------------------
    
    
    <Command SetPipPOS>
       <TargetWin eve1>
            <SetWinPos 0 0>
            <SetWinSize 1536 1152>
       <TargetWin eve2>
            <SetWinPos 1536     0>
            <SetWinSize 513 384>
       <TargetWin eve3>
            <SetWinPos 1536 384>
            <SetWinSize 513 384>
       <TargetWin eve4>
            <SetWinPos 1536 768>
            <SetWinSize 513 384>
            
    //----------------------------------------------------------------
    // TOGGLE PIP CONFIG WITH HOTKEY
    //----------------------------------------------------------------
    
    
    <Hotkey 1>
       //<SetPipPos>
         <TargetWin eve2>
            <SetWinPos 1536 0>
            <SetWinSize 513 384>
            //<SetForegroundWin>
            
         <TargetWin eve3>
            <SetWinPos 1536 384>
            <SetWinSize 513 384>
            //<SetForegroundWin>
        
        <TargetWin eve4>
            <SetWinPos 1536 768>
            <SetWinSize 513 384>
            //<SetForegroundWin>
        
        <TargetWin eve1>
            <SetWinPos 0 0>
            <SetWinSize 1536 1152>
            //<SetForegroundWin>
            <SetActiveWin>
            
    
    
    <Hotkey 2>
         <TargetWin eve1>
            <SetWinPos 1536 0>
            <SetWinSize 513 384>
            //<SetForegroundWin>
            
         <TargetWin eve3>
            <SetWinPos 1536 384>
            <SetWinSize 513 384>
            //<SetForegroundWin>
         <TargetWin eve4>
            <SetWinPos 1536 768>
            <SetWinSize 513 384>
            //<SetForegroundWin>
         <TargetWin eve2>
            <SetWinPos 0 0>
            <SetWinSize 1536 1152>
            //<SetForegroundWin>
            <SetActiveWin>
    
    
    <Hotkey 3>
         <TargetWin eve1>
            <SetWinPos 1536 0>
            <SetWinSize 513 384>
            //<SetForegroundWin>
            
         <TargetWin eve2>
            <SetWinPos 1536 384>
            <SetWinSize 513 384>
            //<SetForegroundWin>
         <TargetWin eve4>
              <SetWinPos 1536 768>
              <SetWinSize 513 384>
              //<SetForegroundWin>
         <TargetWin eve3>
            <SetWinPos 0 0>
            <SetWinSize 1536 1152>
            //<SetForegroundWin>
            <SetActiveWin>
        
    <Hotkey 4>
         <TargetWin eve1>
            <SetWinPos 1536 0>
            <SetWinSize 513 384>
            //<SetForegroundWin>
         <TargetWin eve2>
            <SetWinPos 1536 384>
            <SetWinSize 513 384>
            //<SetForegroundWin>
         <TargetWin eve3>
            <SetWinPos 1536 768>
            <SetWinSize 513 384>
        //<SetForegroundWin>
        <TargetWin eve4>
            <SetWinPos 0 0>
            <SetWinSize 1536 1152>
            //<SetForegroundWin>
            <SetActiveWin>
    Last edited by Oscaja : 05-09-2012 at 09:43 AM Reason: Code Tags

Posting Rules

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