Close
Page 3 of 3 FirstFirst 1 2 3
Showing results 21 to 22 of 22

Hybrid View

  1. #1

    Default

    Hi not sure if i got it or not maybe someone can tell me if this looks like it will work in hotkeynet

    Code:
    <Hotkey F8>
       <ResizeAndPosition WoW1 WoW2 WoW3 WoW4 WoW5>
             <TargetWin "WoW1">
             <SetForegroundWin>
       <SendLabel w1, w2, w3, w4, w5>
             <Key F8>
    <Hotkey F9>
       <ResizeAndPosition WoW2 WoW1 WoW3 WoW4 WoW5>
         <TargetWin "WoW2">
              <SetForegroundWin>
       <SendLabel w1, w2, w3, w4, w5>
            <Key F9>
    //and so on for each fkey needed
    And then to make the \ key be used for follow would this work oem5 is the \ key

    Code:
    <Hotkey Oem5>
    <If ActiveWinIs wow1>
            <SendLabel w1> <Key Oem5>
             <SendLabel w2, w3, w4, w5> <Key F8>
    /// this for toon 2 F9
    <If ActiveWinIs wow2>
            <SendLabel w2> <Key Oem5>
            <SendLabel w1, w3, w4, w5> <Key F9>
    // this is for toon 3 F10
    <If ActiveWinIs wow3>
            <SendLabel w3> <Key Oem5>
            <SendLabel w1, w2, w4, w5> <Key F10>
            
    // this is for toon 4 F11
    <If ActiveWinIs wow4>
            <SendLabel w4> <Key Oem5>
            <SendLabel w1, w2, w3, w5> <Key F11>
         
    // this is for toon 5 F12
     <If ActiveWinIs wow5>
            <SendLabel w5> <Key Oem5>
            <SendLabel w1, w2, w3, w4> <Key F12>
    I know just using the f keys f8-12 would also put them on follow in the above but would like to use a sep key on main to get them back on follow if it breaks and we aren't chaning leaders. Would this work? prob don't need to pass the \ key at all though right since its not set for anything?
    Any help would be appreciated
    thanks in advance

  2. #2

    Default

    Got it working and yes using the above stuff i asked about. Found most info on other posts on here to do it so thanks to those who put scripts up etc
    I think i like hotkeynet better then keyclone now that i am seeing what it can do with scripts. Only tried keyclone on trial though so prob not long enough to tell what it can do.

Posting Rules

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