Close
Showing results 1 to 3 of 3

Threaded View

  1. #1

    Default Hotkeynet PiP Help

    Hey folks having some issues with my PiP my first two windows work fine, but my third my mouse disappears and doesn't function. Also how would I go about it so I can click PiP to switch windows? Also is it possible to use one hotkey to hide PiP entirely? Say if I cycled through my characters +1 or just a stand alone hotkey. Thanks in advance! This is for three characters btw.


    EDIT: I fixed my mouse issues was a problem with scroll lock keybind.

    This is all I have so far. Its working fine besides third window mouse issue and not being able to click to maximize clicked window.

    Code:
    <Command SetPip>    
        <TargetWin %2%>
            <SetWinSize 600 300>
            <SetWinPos  1300 515>
        <TargetWin %3%>
            <SetWinSize 600 300>
            <SetWinPos  1300 215>
        <TargetWin %1%>
            <SetWinSize 1920 1080>
            <SetWinPos 0 0>  
        <TargetWin %2%>
            <SetForegroundWin>
            <UpdateWin>
        <TargetWin %3%>
            <SetForegroundWin>
            <UpdateWin>
        <TargetWin %1%>
            <SetWinRegion 1300 215 600 600>
            <SetForegroundWin>
    
    
     
     <Hotkey ScrollLockOn F1> 
     <Toggle>
     <SetPip w1 w2 w3>
     <Toggle>
     <SetPip w2 w1 w3>
     <Toggle>
     <SetPip w3 w1 w2>
    Last edited by ffxireti : 11-19-2017 at 05:58 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
  •