Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

maxklvd/LiteLockr

Repository files navigation

LiteLockr

Utility for locking the desktop.

Example of using LiteLockr:

  1. Run LiteLockr.exe
  2. Open your browser
  3. Make sure the browser window is active
  4. Press Ctrl+Alt+B

The keyboard and mouse will now only work in the browser and will be locked in all other software. The selected program retains its full functionality - you can minimize and maximize your browser, open and close tabs, go to full screen, and so on.

When you no longer need the lock active, just press Ctrl+Alt+B again and the restrictions will be lifted.

Requirements

Supported Operating Systems: Windows 8, 10, 11 (32-bit or 64-bit)

Build requirements

The prerequisites for building LiteLockr from source are:

  1. Microsoft Visual Studio 2022. Support for C++20 language standard is required
  2. Boost (header-only component). LiteLockr uses some utility classes from this C++ library.

Installation

LiteLockr is a portable application that does not require installation or additional .dll files.

License

LiteLockr is available under the GNU General Public License version 3. See the LICENSE file for more info.

© 2022 Max Kolesnikov