I don't think InfoPath does this. The tabbing takes the focus to the field, even if it's disabled.
You could:
1. Instead of "Disable this control" select "Hide this control".
2. Use an expression box (calculated value) to display the value of the field.
When you do this, the tabbing will skip the Calculated Value (won't set focus on it).
Hope this helps!