Home
» PC Tips
»
How to disable any 1 or more keys on Windows 10 keyboard?
How to disable any 1 or more keys on Windows 10 keyboard?
You may have a key on your Windows keyboard that you never use, but sometimes you still press it by mistake. Or maybe the key is stuck and no longer works. An easy way to fix such key problems is to disable that particular key completely. Don’t worry, though, because it won’t be permanent. You can always re-enable it whenever you need it.
Below, the article will present the simplest methods to disable any specific key. Let's find out right after this!
1. Using KeyTweak application
KeyTweak is a free tool that allows you to disable any specific key on your Windows keyboard. All you have to do is select a specific key and then proceed to disable it. Follow the steps below to get started:
Step 3 : In the Keyboard Controls section , select Disable Key.
Step 4 : Click Apply.
Use KeyTweak app to disable keys
You will then be asked to restart your PC for the changes to take effect. And thus, the key you selected will be disabled after the restart.
Re-enable disabled key
However, if you later decide you want to re-enable all the disabled keys, all you have to do is open the application again and click Restore All Defaults . A quick reboot afterwards and your keyboard keys will be back to working.
If the key you want to disable is supported, download AutoHotkey and follow the steps below:
Step 1 : Open any text editor and type the key reference name followed by ::return . You will find the reference name from the above link. Here, for simplicity, the article will disable the Caps Lock key.
Step 2 : Save this script (using the .ahk extension) in a safe location where you can easily find it.
Step 3 : Double click on this newly created script.
Use AutoHotkey to disable keys
This will launch the AutoHotKey script and that particular key will be disabled.
If you need to use this key again in the future, you will just have to stop the AutoHotkey script and the settings will return to normal. To do this, right-click on the H icon on your taskbar and select Suspend Hotkeys.