To Change the language for the meta.com account manager follow this link https://auth.meta.com/language In my case my account was stolen and the language changed to russian, with cyrillic characters.
open C:\Games\Cyberpunk 2077\r6\config\inputUserMappings.xml with a text editor (ex. notepad++) find <mapping name="SceneFastForward_Button" type="Button" > ... </mapping> example (my non working settings) <mapping name="SceneFastForward_Button" type="Button" > <button id="IK_Pad_DigitLeft" /> <button id="IK_Y" overridableUI="fastForward" /> </mapping> and REPLACE it with the following: <mapping name="SceneFastForward_Button" type="Button" > <button id="IK_Pad_B_CIRCLE" /> <button id="IK_C" overridableUI="fastForward"/> </mapping> thanks to the vanilla xml files on nexus mods as the original source.