This program disables specific keys on the Windows operating system. It is useful for gaming or other scenarios where accidental key presses are disruptive.
You can download the latest release from the Releases page.
These binaries are provided directly from github by compiling the code from this repo directly.
By example:
- disable-keys.exe WIN_L WIN_R: Disables the left and right Windows keys.
- disable-keys.exe SLEEP f1: Disables the sleep and f1 key
Run disable-keys.exe --list-keys
to get a list of key names
- Install rust
- Navigate to this cloned repo in the terminal
cargo build --release
- Look in target folder for output. Ie
target/release/disable-keys.exe