Fallout 4 Map Symbol Key

Fallout cheats is an updated list of all Fallout 4 console commands for PC and Mac (Steam). Cheats in this list include those for all DLCs: Nuka-World, Automatron, Far Harbor. Type the name of a command into the search box to instantly filter 134 commands. Hover over a command in the table to view argument help. While in Workshop mode, pressing the 'F' key will rotate the object you're trying to build and place. The key for this action isn't mappable through the in-game UI. That works fine with the default key mapping. But I always remap my movement keys to ASDF, so in Workshop mode I can't move forward.

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.

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

Fallout

Fallout 4 Map Symbol Keys

View the Key List variables

Open Notepad and create the script

Save the script as Fallout.ahk (anything.ahk)

Fallout 4 map symbol key code

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

Fallout 4 Map Symbol Key

Here is an example of my left handed setup used for Fallout 4:

*p::w

*;::s

*l::a

*’::d

*o::e

Fallout 4 Map Symbol Key

*k::Tab

Fallout 4 Map Symbol Key Code

*,::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.

Fallout 4 Map Symbol Key

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.