CadMouse | Hold Modifier Key & Mouse Cursor Coords

Questions and answers about 3Dconnexion devices on Windows.

Moderator: Moderators

Post Reply
gravanoc
Posts: 11
Joined: Fri Oct 12, 2018 3:06 pm

CadMouse | Hold Modifier Key & Mouse Cursor Coords

Post by gravanoc »

While using the new system, how do I make it hold down a modifier key, i.e. Shift, while other keys are pressed & released?

Old style (Ctrl + ←)
<KeyPress>E0</KeyPress>
<KeyPress>50</KeyPress>
<KeyRelease>50</KeyRelease>
<KeyPress>50</KeyPress>
<KeyRelease>50</KeyRelease>
<KeyRelease>E0</KeyRelease>

Also, is there anything new for moving mouse cursor to a different set of coordinates, relative or absolute?
<MouseX>50</MouseX>
or...
<MouseXTo>50</MouseXTo>
dougmurrray85
Posts: 35
Joined: Thu Feb 16, 2023 8:48 pm

Re: CadMouse | Hold Modifier Key & Mouse Cursor Coords

Post by dougmurrray85 »

The current garbage 3d connexion driver has broken the ability to place mouse clicks in macros simultaneously with modifier keys. You need to either use an earlier version of the driver, or directly edit the .xml file

https://forum.3dconnexion.com/viewtopic.php?t=53068
Post Reply