Generally the way to force player input is to use another variable. For example:
if (Input.GetKeyUp(KeyCode.A) || ForceReleaseKey == true) { }