Update driver --> custom buttons not working

Questions and answers about 3Dconnexion devices on Windows.

Moderator: Moderators

Post Reply
cacciatorino
Posts: 19
Joined: Thu Aug 21, 2008 3:07 am

Update driver --> custom buttons not working

Post by cacciatorino »

Space Navigator (firrmware 4.0.4) on windows 7 x-64, 3dxware 10.1.0, 3dxwincore 17.1.0.10275

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>
cacciatorino
Posts: 19
Joined: Thu Aug 21, 2008 3:07 am

Re: Update driver --> custom buttons not working

Post by cacciatorino »

I rolled back to 3.18 and now all is working again.
Post Reply