Display-Lock
Display-Lock copied to clipboard
Locks cursor to specified window and/or converts windows to borderless fullscreen, and prevents the cursor from spilling into another monitor
https://stackoverflow.com/questions/1722860/how-to-run-an-application-on-windows-start-up-in-win32-api-using-visual-c Blocked by #108
Allow a user to select a default monitor and choose which monitor to display a full screen application on. Also need an auto detect option which will select the monitor...
Allow locking to specific monitors instead of just windows. The logic to lock to a `RECT` object is already in the program, just need to get store an array of...
Minimize to System Tray on Close should be a setting instead of doing it by default.
Display lock should use an installer / uninstaller to clean up any files generated. This should include the config file.
The current message loop is too long and too complex. It should be factored out into smaller functions / loops.
Create a whitelist of applications that should be polled for automatically and start locking when displayed. This feature should have a enable/disable. The polling should stop after the first application...
As soon as github actions are available, This project will be migrated from appveyor to github actions. - [x] Build Executable - [x] Run Tests - [ ] Set Version...
Allow the use of hotkeys. There should be an area in the settings to allow the user to set hotkeys for various actions. Config will need to be updated to...
Currently the hotkey button is enabled on the settings menu and should be temporarily disabled until the tab is switched. The key should be unregistered, and re-registered after the switch....