It is pinned.Or at least can we get this topic pinned?
Sorry to say this, but the only alternative is to not be able to play at all.A note regarding the suggestions about editing the game's config file to fix the issue: it is advised against by CDPR.
The problem isn't really not being able to use the menu shortcuts. The issue is that some menu shortcuts block a key from being used for anything else. On Qwerty, this isn't such a big deal because most of the menu shortcut keys aren't keys you'd want to use for gameplay anyways (with a few major exceptions). On Dvorak, however, I literally can't back up, because my O key is in the same place as a Qwerty user's S key. If I try to force O to the binding I want in the JSON file, it will still open the menu every time I back up.Most menu shortcuts are overrated.
Okay thanks. Now pls tell us how to send a direct technical report to the devs? Because I see no way of sending reports on the technical support site itself.It is pinned.
I am the same boat. I have been using the arrow keys since the 1990s. I can't play this game right now.I hope this problem will have a solution, i use arrow keys in FPS since i have my first PC in the 90s ! For the moment, i mapped my movements with num pad (5,1,2 & 3) but my character moves like an old lady ^^ i tried the RV program in the game (after first failed mission) and it's a massive catastrophy !
And how about they go out and say a word on this.......A note regarding the suggestions about editing the game's config file to fix the issue: it is advised against by CDPR.
If you open the "InputerUserMappings.xml" with notepadd++, you can find-replace all instances of IK_F with your preferred key. The file is found in the install directory folders Cyberpunk2077>r6>configYou sir, are a legend.
Keeps telling me about a corrupt file when I try to save ingame changes, but I can live with that.
I still have to move my hand to the other side of the keyboard to open/use because of the stupid 'F' key, but will just have to tolerate that I guess as bad game design.
That's the key I use. If you open the InputUserMappings.xml in the install folder (Cyberpunk2077>r6>config) with notepad++ and find-replace all instances of IK_F with IK_End it works great. Be careful not to override the Function binds (IK_F5 etc)This worked for me ..
I can't say I'm all that surprised the game has been released with problems attached to it .. I almost considered the game unplayable for me too .. I'm also a Left handed player who has used the Arrow Keys for movement for over 20 years of gaming .. but, it does surprise me that a game which has been in development for over 7 years by a developer with a good reputation who should know better than to ignore or overlook such a basic functional mechanic of PC user interaction.
So, with just a little bit of manual fiddling about, follow the instructions above exactly you should bind/rebind any key you like.
I haven't tested the F 'Interaction' key yet .. I tend to use End for this action, so, I'll see how I go.
Umm, yeah obviously this will be against CDPR advice, but what else can players do? I know you are just doing your job but the fact this is basically all we have from CDPR on the matter is shameful. At least Ubisoft were open and transparent about give us a few days and it will be improved and it has, CDPR have been totally silent other than saying "workaround bad kappa" so can a moderator please run this up the chain. I know the forums are not ran by the devs. But to use the official banner and being a named contact place on site, we should get to hear from them especially given how keep they were for feedback. CDPR need to make the game playable before they focus on DLC.A note regarding the suggestions about editing the game's config file to fix the issue: it is advised against by CDPR.
My gaming keyboard also has the letters WASD overlayed next to the arrows on the keys.Arrows literally indicate movement in a particular direction. sigh
$GAME_INSTALL/r6/config/inputUserMappings.xml file (tested on VSCode, should work for most other code editors with decent find-and-replace):IK_([A-Z]) replace: IK_old_keybind_$1. Then, switch all the keys containing "old_keybind" to the new key you want. You know you're done when there's no more "old_keybind" strings in your file.