you should make it so that player 1 could use WASD and F to shoot and player 2 uses ARROW KEYS and CTRL to shoot.
(if your wondering why, its because i dont have controllers)
Is that on Mac or Linux? The path would usually be like /.wine/drive_c/users/<your name>/AppData/Local/SuperCrateBoxTogether/controls.ini. Using directory search would also seem like a good option, as the directory name doesn't change under Wine.
Edit: If that question is about what the format is, try changing gamepad1 to gamepad5 for DirectInput. I'm not entirely sure if this game was compiled with a sufficiently new version of GameMaker to support that though, but worth a shot. In worst case could set controls to keyboard buttons and then run something to map gamepad actions to keyboard.