Search found 3 matches

by opkopk
Thu Apr 30, 2026 10:14 am
Forum: Windows Discussion Forum
Topic: Use 3DConnexion mouse as 2D
Replies: 100
Views: 496392

Re: Use 3DConnexion mouse as 2D

What are you trying to do with it? Which application? Any details? Where are you putting these XML lines? You can see what is happening in the log file: %localappdata%/3Dconnexion/3DxWare/3DxService.log baretail is your friend for watching that file. Turn on logging with the 3Dx systray icon. I'm s...
by opkopk
Wed Apr 29, 2026 12:57 pm
Forum: Windows Discussion Forum
Topic: Use 3DConnexion mouse as 2D
Replies: 100
Views: 496392

Re: Use 3DConnexion mouse as 2D

jwick wrote: Wed Apr 29, 2026 6:39 am

Code: Select all

          <Output>
            <ActionID>HIDMouse_X</ActionID>
            <Modifiers>
              <Modifier>RightMouse</Modifier>
            </Modifiers>
          </Output>
Thank you! Unfortunately, this solution does not work
by opkopk
Wed Apr 29, 2026 2:34 am
Forum: Windows Discussion Forum
Topic: Use 3DConnexion mouse as 2D
Replies: 100
Views: 496392

Re: Use 3DConnexion mouse as 2D

Hello! How to implement the following task correctly: Hold down the right mouse button and move the pointer. Thanks! <Axis> <Enabled>true</Enabled> <Input> <ActionID>HIDMultiAxis_X</ActionID> <Min>-512</Min> <Max>511</Max> </Input> <Output> <MouseButton>Right</MouseButton> <ActionID>HIDMouse_X</Acti...