Display-Lock icon indicating copy to clipboard operation
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

Results 19 Display-Lock issues
Sort by recently updated
recently updated
newest added

https://stackoverflow.com/questions/1722860/how-to-run-an-application-on-windows-start-up-in-win32-api-using-visual-c Blocked by #108

enhancement

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...

enhancement
Hacktoberfest

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...

enhancement
help wanted
Hacktoberfest

Minimize to System Tray on Close should be a setting instead of doing it by default.

enhancement
good first issue
Hacktoberfest

Display lock should use an installer / uninstaller to clean up any files generated. This should include the config file.

enhancement
good first issue
Hacktoberfest

The current message loop is too long and too complex. It should be factored out into smaller functions / loops.

good first issue
upkeep

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...

enhancement

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...

upkeep

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...

enhancement
good first issue

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....

enhancement
good first issue