I guess I wasn't being clear. I can open the .binds file in Notepad++ just fine, however, what I'm looking for is a utility that turns this:
<LeftThrustButton>
<Primary Device="LogitechExtreme3DPro" Key="Joy_POV1Left" />
<Secondary Device="{NoDevice}" Key="" />
</LeftThrustButton>
<RightThrustButton>
<Primary Device="LogitechExtreme3DPro" Key="Joy_POV1Right" />
<Secondary Device="{NoDevice}" Key="" />
</RightThrustButton>
</VerticalThrust>
Into this:
LeftThrustButton: Primary Device= LogitechExtreme3DPro Key=Joy_POV1Left, Secondary Device=NoDevice Key=
RightThrustButton: Primary Device= LogitechExtreme3DPro Key=Joy_POV1Right, Secondary Device=NoDevice Key=
In other words, it strips out and replaces certain text characters and symbols so what you get is a cleaner, easier to read text file. In MS Word you can build macros that do this, but it's very unwieldy. I was just wondering if someone with some mad coding skills had thought of it and built a utility.