Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.17 KB

README.md

File metadata and controls

23 lines (17 loc) · 1.17 KB

MultiMonitorHelper

AutoHotkey App that provides some features for Windows systems.

Features

  • Trap the mouse within one monitor. This is usefull for games or other applications where clicking "outside" of that application will result in minimizing, crashing or flickering.
  • Optional: Trap the mouse ONLY when there is fullscreen application active (by default on).
  • Define a hotkey to disable the mouse trap temporarily (default is ctrl + shift).
  • Define a hotkey to minimize all windows on only one monitor (default is win + d, this will override the default Microsoft Windows behaviour).

Installation

Use the release page to download a zip file with all the contents you need. Be sure that these files are present in the same folder as the MultiMonitorHelper.exe file: config.ini, default_config.ini

Usage

Put the EXE file into your autostart folder or start it manually. Open the GUI by double clicking the tray icon.

Screenshot

GUI Screenshot of MultiMonitorHelper

Feature requests

You thought of a feature to improve this tool? Then let my know by creating a new issue on this github repository.