Close
Showing results 1 to 4 of 4

Hybrid View

  1. #1

    Default

    Hi there, I don't have any experience with PIP, but maybe I can help you with your second thing. I also use two monitors - one char on my main screen, and 4 on the second screen. Your Command would look like this:
    Code:
    <Command ResizeAndPosition>
        <SendPC Local>
            <SendWinM %1%>
                <SetWinRect 0 0 1600 900>              
            <SendWinM %2%>
                <SetWinRect 1600 0 640 512>
            <SendWinM %3%>
                <SetWinRect 2240 0 640 512>
            <SendWinM %4%>
                <SetWinRect 1600 512 640 512>
            <SendWinM %5%>
                <SetWinRect 2560 512 640 512>
    Hope this helps!

  2. #2

    Default

    Quote Originally Posted by Curryman View Post
    Hi there, I don't have any experience with PIP, but maybe I can help you with your second thing. I also use two monitors - one char on my main screen, and 4 on the second screen. Your Command would look like this:
    Code:
    <Command ResizeAndPosition>
        <SendPC Local>
            <SendWinM %1%>
                <SetWinRect 0 0 1600 900>              
            <SendWinM %2%>
                <SetWinRect 1600 0 640 512>
            <SendWinM %3%>
                <SetWinRect 2240 0 640 512>
            <SendWinM %4%>
                <SetWinRect 1600 512 640 512>
            <SendWinM %5%>
                <SetWinRect 2560 512 640 512>
    Hope this helps!
    Great answer from Curryman! I've had a little experience using the PIP but only with 2 clients. I think you would need to be a little clearer about the effect you want to create. Either way I would just bare in mind that coordinates wise HotkeyNet sees all your monitors as one continuous space and then experiment with the PIP script example on the HotkeyNet site.

Posting Rules

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