Input.ini doesn't get updated with DefaultInput.ini

Hello, I’m getting the ActionMappings from

GetDefault<UInputSettings>()->ActionMappings

but if I modify my DefaultInput.ini, adding a key for example, the custom user Input.ini doesn’t get updated with the new key, and in the ActionMappings I get, the new key is missing. Is there a way to solve this problem? Thanks in advance.