Fill Her Up SE - controller CTD fix View File Fill Her Up SE has the same problem as Devious Devices such that CTDs can occur when using a controller due to Papyrus script code like the following:   Input.TapKey(Input.GetMappedKey("Forward"))   When using a controller on Skyrim SE, the GetMappedKey function can return an invalid value, which in turn causes a CTD when the invalid value is passed to the TapKey function.   The CTDs