An open API service indexing awesome lists of open source software.

https://github.com/captainzero93/blockwinkeytoggle

Simple way to block Win key, useful in games, simple GUI
https://github.com/captainzero93/blockwinkeytoggle

Last synced: over 1 year ago
JSON representation

Simple way to block Win key, useful in games, simple GUI

Awesome Lists containing this project

README

          

# Windows Key Blocker

A simple Windows Forms application built with .NET 6.8 that allows users to quickly toggle the Windows key functionality. Perfect for gamers who want to avoid accidental minimization during gameplay, especially in games like Counter-Strike 2.

## Features

- Simple checkbox interface to enable/disable Windows key
- System tray integration for minimal interference
- Log window showing key blocking status
- Lightweight and easy to use
- Minimalistic design focusing on functionality / low resource use

## Requirements

- .NET 6.8 Runtime
- Windows Operating System

## How to Use

1. Launch the application
2. Check the "Block Windows Key" checkbox to enable blocking
3. Uncheck to disable blocking
4. The application can be minimized to the system tray
5. Log window shows real-time blocking status

## Details

- Built with Windows Forms
- Targets .NET 6.8
- Uses native Windows hooks for key blocking
- Minimal resource usage
- System tray integration for background operation