I can't help you with your chamfer, but you may be onto something with two cfg files.
Try creating two new default files with signatures that add the WindowCaption qualifier.
E.g.,
Code: Select all
<AppInfo>
<Signature>
<Name>Altium Designer - Schematics</Name>
<ExecutableName>DXP.EXE</ExecutableName>
<VersionRange>
<Min>1.0</Min>
<Max>1.0</Max>
</VersionRange>
<Transport>S80</Transport>
<WindowCaption SubStringLocation="AnyWhere">SchDoc</WindowCaption>
</Signature>
...
and
Code: Select all
<AppInfo>
<Signature>
<Name>Altium Designer - Layout</Name>
<ExecutableName>DXP.EXE</ExecutableName>
<VersionRange>
<Min>1.0</Min>
<Max>1.0</Max>
</VersionRange>
<Transport>S80</Transport>
<WindowCaption SubStringLocation="AnyWhere">PcbDoc</WindowCaption>
</Signature>
...
You might have to delete the other Altium cfg files (especially in your %APPDATA% dir).
See which cfg the driver chooses.
I don't have Altium Designer to test. Let us know if it works.
The new View (123) buttons require support by the developer. The other views could be a mapping issue.