BlackSharkAce Posted July 27, 2019 Posted July 27, 2019 Hi all, I have been trying to find a solution to use the "zoom in" binding while also using TrackIR zoom. Contexte: I use TrackIR to slightly zoom in when looking down at my instruments. This caused an issue where I could not use the "zoom in" binding in DCS because the zoom would be overruled by the TrackIR zoom axis as I move my head. (Hope this makes sense ?) Goal: Being able to use my TrackIR zoom for small zoom level when looking at my instruments, and also be able to use the "zoom in" binding when looking for targets in the sky. Solution: TARGET settings for the "zoom in" button MapKey(&Joystick, H3R,CHAIN(DX28, DX12)); DCS input settings: Modifier DX28 Zoom in DX12 + [i]DX28[/i] Zoom axis TRACKIR_Z Some other axis TRACKIR_Z + [i]DX28[/i] The result is that, in normal conditions (when no modifier is pressed), all axis work as usual with TrackIR providing my instrument zoom. When I press H3R (DX12 + DX28), DCS is no longer using TRACKIR_Z for zooming because TRACKIR_Z + DX28 is assigned to some other axis, and zooms in since DX12 + DX28 is assigned to that keybind. This achieves my zoom for looking for targets in the sky. When I release H3R everything is back to normal. Hope this makes sense and can help someone else out =) Happy flying !
Recommended Posts