Cad application: OneSpace Designer
With the previous driver, the right button was mapped to CTRL+SHIFT. Now I can't do the same with this new driver. When I try to assign the function to the button, the setting is not stored at all.
I was able to apply CRTL+TAB to the left button, but the function (view by face) does not work.
This is the OneSpaceDesigner.xml file:
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<AppCfg Default="false" xmlns="" CfgFormatVersion="1.1" ThisFileVersion="1.0">
<AppInfo>
<Name>STR_ONESPACEDESIGNER</Name>
<ExecutableName>SolidDesigner.exe</ExecutableName>
<Transport>S80</Transport>
</AppInfo>
<CfgProperties>
<InheritsFrom>STR_ONESPACEDESIGNER</InheritsFrom>
</CfgProperties>
<Settings>
<OverallScale>0.34</OverallScale>
</Settings>
<MacroTable>
<MacroEntry>
<ID>CTRL+Tab</ID>
<Sequence>
<KeyPress>E0</KeyPress>
<KeyPress>3B</KeyPress>
<KeyRelease>3B</KeyRelease>
<KeyRelease>E0</KeyRelease>
</Sequence>
</MacroEntry>
</MacroTable>
<Devices>
<Device>
<Name>SpaceNavigator</Name>
<VendorID>46d</VendorID>
<ProductID>c626</ProductID>
<AxisFilter>None</AxisFilter>
<ButtonBank Default="true">
<Name>STR_DEFAULT_BUTTONBANK</Name>
<ID>Default</ID>
<Button ReadOnly="true">
<Input>
<ActionID>HIDButton_1</ActionID>
</Input>
<Output>
<ActionID>CTRL+Tab</ActionID>
</Output>
</Button>
</ButtonBank>
</Device>
</Devices>
</AppCfg>