Assigning joystick axis 2 in editor

I would like to use a gamepad to move objects around. From what I found out, the left thumb-stick of my gamepad is “joystick 1 axis 0” and “joystick 1 axis 1”. The right thumb-stick is “joystick 1 axis 2” and “joystick 1 axis 4”.
This extrem professional™ sketch should make it clear:
101795-gamepad-layout.jpg

At least that is what the Input configuration shows, when building and running my game and with that ingame controls work as intendet.

BUT: I would like to use that layout when developing in the Unity Editor. What is shown as “axis 0” and “axis 1” in the built game are named “X” and “Y” in the editor. Axis 4 is also possible to assign. Is there a way to assign “joystick 1 axis 2” in the editor?
101796-input-manager.jpg

Did you find a solution to this?