It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
It's config editing time again, looks like!

The keybindings for CP2077 are still not completely fixed.

The UI bug showing your strange controller icons instead of the proper keys is one thing, but that some keys - especially the one for "use THAT hack" - are hard-bound to some move-right-key instead is awkward, to say the least.

So, let's find the config file.
On Windoze, it's on your User home (usually C:\Users\YOURUSERNAME\ ),
subdirectory \AppData\Local\CD Project Red\Cyberpunk 2077\
file UserSettings.json.

The "AppData" directory is usually hidden, but if you type it in the address bar, you'll get it anyhow.

So, backup UserSettings.json, open it in a good text editor (I use EditPad), and start scrolling.

The key bindings are scattered all over the file, in sections with group_names which start with "/key_bindings", so search for these.


Fixing the main issue I had:

selectChoiceUI (default "F") is the thing that fires your quickhack, so set a sensible key here instead.

e.g.
{
"name": "selectChoiceUI",
"type": "name",
"value": "IK_D",
"default_value": "IK_F"
}


There's plenty of other settings.

List your findings and recommendations in the comments, please.
I found setting "OpeningCinematic" to false a good start.


NB: that file is not intended for end-user fiddling; make mistakes, and you may add another reason for CP2077 to crash.