Close
Showing results 1 to 10 of 13

Threaded View

  1. #10

    Default

    Quote Originally Posted by Bettysue View Post
    Khat came to the same conclusion on where you are trying to go.


    The following has the resolution set that way.

    Code:
    //----------------------------------------------------------------  
    // SET PIP CONFIGURATION   
    // Usage: <SetPip BigWindowName LittleWindowName>   
    // This command is called by <Hotkey F1> which is defined below.    
    //----------------------------------------------------------------   
    <Command SetPip>
          <TargetWin %2%>
             <SetWinSize 640 360>
             <SetWinPos 1280 720>
          <TargetWin %1%>
             <SetWinPos 0 0>
             <SetWinSize 1920 1080>
          <TargetWin %2%>
             <SetForegroundWin>
             <UpdateWin>
          <TargetWin %1%>
             <SetWinRegion 1280 720 640 360>
             <SetForegroundWin>
    yeah, sorry. I did not communicate well in English. Google translator is not a panacea.

    I'll try your script. I like this running around and I hope to start playing.

    Changing the subject of screens wow, as I get that space make up the flying mount? Or when I am diving up the pj?

    Currently the pj jumping, but flying mounts or water does not seem to work. I guess because the HKN only send 1 pulse and not one maintained. This can be fixed?

    Thank you very much! You are helping me a lot!

    Maybe something like this?
    Code:
    //-----------------------------------------------------------
    // DEFINE MOVEMENT KEYS THAT WILL GET SENT TO BOTH WOW'S.
    // ADD MORE KEYS IF YOU WANT.
    //-----------------------------------------------------------
    <MovementHotkey ScrollLockOn up, down, left, right, space>
    <SendLabel w1, w2>
    <Key %Trigger%>
    Last edited by nonayn0 : 10-19-2012 at 06:00 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
  •