.. _pip-for-wow: Sample Script for PIP with World of Warcraft ============================================================================== Sample Script for PIP with World of Warcraft Here's a basic script for picture-in-picture with World of Warcraft. Requires build 139 or higher. Toggle scroll lock to turn hotkeys off and on. You can toggle between these two pictures with a key press. The sample script (below) shows how. You can modify the script to toggle any number of WoW's in any configuration you like:: //================================================================ // PIP TOGGLING WITH WORLD OF WARCRAFT // // Requires HotkeyNet build 139 or higher. // // This sample shows how to place one WoW window inside another. // // Each time you press F1 the two windows switch positions. // // WoW must be set to windowed mode on video options in game. // // Toggle Scroll Lock to enable and disable the hotkey // //================================================================ //---------------------------------------------------------------- // RENAME WINDOWS AND REMOVE BORDERS //---------------------------------------------------------------- //---------------------------------------------------------------- // SET PIP CONFIGURATION // Usage: // This command is called by which is defined below. //---------------------------------------------------------------- //---------------------------------------------------------------- // TOGGLE PIP CONFIG WITH HOTKEY //---------------------------------------------------------------- //================================================================ // END OF FILE //================================================================