One of the complaints from PC gamers has been the problem of rebinding keys in Fallout 4 when using some of the menus. For example TAB always needs to be used in some menus such the workbench menu even if you’ve rebound TAB so changing it in the settings from the default can be confusing because it’s still required.
In Fallout 4, you wake up in Vault 111 and notes that you are the manager or sole survivor. Looking for answers to notes that the scientists of this bunker, have conducted secret experiments. They examined the effects on human body, who have spent a long time in the Cryostasis. In the belief that to begin a new life here. Having trouble picking up random bodies while using the movement E key in Fallout 4? EDSF players can use this workaround!Step #1 - Download AutoHotKey - htt.
The solution to setting keys up how you want when keys can’t be rebound is to use a simple tool called AutoHotkey. With the use of a handy script and this tool, keys can be remapped and your custom config can sit loaded in the background while playing the game.
Details on what to do were posted by Natelanz.
Download and install AutoHotkey
View the Key List variables
Open Notepad and create the script
Save the script as Fallout.ahk (anything.ahk)
Double click the script file, it should open AHK in your system tray.
Use the following template to rebind keys:
*o::e
So *o::e means my O key will act as my E key
Here is an example of my left handed setup used for Fallout 4:
*p::w
Fallout 4 Map Symbol Keys
*;::s
*l::a
*’::d
*o::e
Fallout 4 Map Symbol Keyboard
*k::Tab
*,::r
A Pastbin file with an example script has also been created here which is an example of the default controls for Fallout 4 which you can then change to whatever you want.
For example z::w ; Forward will rebind the W key to Z.
Fallout 4 Map Symbol Key
To activate the script just right click it and select run script. Before you start make sure your keybindings are all set to default.