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.
32 Answers
Ctrl+Esc is hard coded into powershell. You could remap the specific Ctrl key you use to function like a different key.
1Download and install Autohotkey, then create a file that contains:
^escape::
return