View Full Version : [Other] Hotkeynet PiP Help
ffxireti
11-19-2017, 05:40 AM
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.
<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>
ffxireti
11-19-2017, 02:54 PM
Was able to make a toggle for PiP, but I'd like to toggle on and off this just toggles off, but once I hit hotkey to switch windows pip re-enables. I'd like to have a permanent off/on hotkey.
This is what I have so far. Still looking for a way to click to switch windows and a permanent on/off toggle for PiP. If anyone has any recommendations or improvements for this let me know.
I tried to let my buddy use it, but his monitor resolution is 4k. We he tried to edit resolution for his monitor nothing worked right. Everything was the same besides adding his 3840x2160 wherever 1920x1080 was. Anyone had any issues like this before?
// ----------------------------------------------------------------
// AUTOHIDE TASKBAR
// ----------------------------------------------------------------
<Hotkey END>
<SetTaskbarAutoHide on>
// ----------------------------------------------------------------
// SET PIP CONFIGURATION
// ----------------------------------------------------------------
<Command ResizeAndPosition>
<TargetWin %1%> <SetWinRect 0 0 1920 1080>
<TargetWin %2%> <SetWinRect 51 186 480 270>
<SetWinRegion None>
<TargetWin %3%> <SetWinRect 51 456 480 270>
<SetWinRegion None>
<TargetWin %1%>
<SetWinRegion 51 186 480 270>
<SetWinRegion 51 456 480 270>
// ----------------------------------------------------------------
// Cycle through the windows.
// ----------------------------------------------------------------
<Hotkey Oem3> // THIS IS WHERE YOU DEFINED HOTKEY
<Toggle>
<ResizeAndPosition Char1 Char2 Char3>
<Toggle>
<ResizeAndPosition Char2 Char1 Char3>
<Toggle>
<ResizeAndPosition Char3 Char1 Char2>
// ----------------------------------------------------------------
// TOGGLE PIP ON/OFF ONLY OFF FOR NOW
// ----------------------------------------------------------------
<Hotkey ALT Oem3>
<If WinSizeIs Char1 1920 1080>
<TargetWin Char1>
<SetWinRegion none>
<SetForegroundWin>
<UpdateWin>
<If WinSizeIs Char2 1920 1080>
<TargetWin Char2>
<SetWinRegion none>
<SetForegroundWin>
<UpdateWin>
<If WinSizeIs Char3 1920 1080>
<TargetWin Char3>
<SetWinRegion none>
<SetForegroundWin>
<UpdateWin>
ffxireti
11-21-2017, 09:43 AM
Figured out a way to click to switch windows. I'm trying to figure out how to make sure foreground has focus as right now the window I just switched from has focus. Still trying to figure out how to permanently disable/enable hole. Everything I've tried just re-enabled after tabbing windows.
// ----------------------------------------------------------------
// AUTOHIDE TASKBAR GAME ISSUE?
// ----------------------------------------------------------------
<Hotkey END>
<SetTaskbarAutoHide toggle>
// ----------------------------------------------------------------
// SET PIP CONFIGURATION
// ----------------------------------------------------------------
<Command ResizeAndPosition>
<TargetWin %1%> <SetWinRect 0 0 1920 1080>
<TargetWin %2%> <SetWinRect 51 186 480 270>
<SetWinRegion None>
<TargetWin %3%> <SetWinRect 51 456 480 270>
<SetWinRegion None>
<TargetWin %1%>
<SetWinRegion 51 186 480 270>
<SetWinRegion 51 456 480 270>
// ----------------------------------------------------------------
// Cycle through the windows.
// ----------------------------------------------------------------
<Hotkey Oem3> // THIS IS WHERE YOU DEFINED HOTKEY
<Toggle>
<ResizeAndPosition Char1 Char2 Char3>
<Toggle>
<ResizeAndPosition Char2 Char1 Char3>
<Toggle>
<ResizeAndPosition Char3 Char1 Char2>
// ----------------------------------------------------------------
// Cycle through the windows via mouse clicks
// ----------------------------------------------------------------
<Hotkey alt RButton>
<PassThrough>
<DoHotKey Hotkey Oem3>
<Hotkey alt LButton>
<PassThrough>
<If ActiveWinIs Char1>
<ResizeAndPosition Char1 Char2 Char3>
<Else If ActiveWinIs Char2>
<ResizeAndPosition Char2 Char1 Char3>
<Else If ActiveWinIs Char3>
<ResizeAndPosition Char3 Char1 Char2>
// ----------------------------------------------------------------
// TOGGLE PIP ON/OFF ONLY OFF FOR NOW
// ----------------------------------------------------------------
<Hotkey ALT Oem3>
<If WinSizeIs Char1 1920 1080>
<TargetWin Char1>
<SetWinRegion none>
<SetForegroundWin>
<UpdateWin>
<If WinSizeIs Char2 1920 1080>
<TargetWin Char2>
<SetWinRegion none>
<SetForegroundWin>
<UpdateWin>
<If WinSizeIs Char3 1920 1080>
<TargetWin Char3>
<SetWinRegion none>
<SetForegroundWin>
<UpdateWin>
vBulletin® v4.2.2, Copyright ©2000-2025, Jelsoft Enterprises Ltd.