Posted November 09, 2019
![avatar](http://images.gog.com/e380dd5e8249f4ce94a3f215ccf0d99c50bf82e19aacc8e4bc3bd02da7c7e8c6_avm.jpg)
Unfortunately the escape key is gone and I cannot exit some games that require that key.
How do I remap the keyboard? I'm looking for a solution but it's not clear how to do it.
Is it possible to change the keys through the registry?
Start by downloading AutoHotKey at https://www.autohotkey.com/ and install it.
Open Notepad and write;
Pause::Esc
(Which replaces your broken Escape key with the seldom used Pause/Break key)
Then save that Notepad with the *.AHK file ending.
You can now double-click the file to use it, and never think about it again.
Or at least until you restart the computer..but it's also easy to autostart the file.
Fair warning. Some MP games might not like that you are using AutoHotKey.
Since the program also allows you to script entire sequences of input commands to execute.