How to disable ctrl+esc shortcut in windows 10

Currently in a game I'm playing I'd like to crouch with ctrl and go to the menu with esc. I however can't since this opens the start menu and takes me out of the game.

I'd like to disable the shortcut in Windows but still be able to hit ctrl and esc in a game. Because of this I can't simply block ctrl+esc with a hotkey remapper.

3

2 Answers

Ctrl+Esc is hard coded into powershell. You could remap the specific Ctrl key you use to function like a different key.

1

Download and install Autohotkey, then create a file that contains:

^escape::
return

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like