As it is in our Universe, everything has a minimum of two states, so it is with joystick buttons (up/dn, in/out, on/off, press/reslease) you get the picture.
Open your joystick.lua file with Notepad ++
you'll find it in (something like this) C:/user/(username)/saved games/DCS World/Config/Input
Do a search for 'JOY_BTN' and find the button you have for 'center view', it should look something like this...
combos = {{key = JOY_BTN#},}, pressed = iCommandViewCenter, name =Center View", category = "View"},
Now add the following.... up = iCommandViewAngleDefault, name = 'Zoom normal"
It should now look like this...
combos = {{key = JOY_BTN#},}, pressed = iCommandViewCenter, name =Center View", up = iCommandViewAngleDefault, name = 'Zoom normal", category = "View"},
Now when you press and release your center view btn, it will set the zoom to normal.
Hope this helps
(A/229) Reaper