Search found 2644 matches

by jwick
Wed May 29, 2024 3:16 am
Forum: Windows Discussion Forum
Topic: Maya -> Settings -> Other: Move Object while holding mouse key
Replies: 2
Views: 174

Re: Maya -> Settings -> Other: Move Object while holding mouse key

There is a <ButtonAction><ID>V3DCMD_TOGGLE_MOVEOBJECT</ID></ButtonAction> which can be added to the options in the GUI. You can see how it works in our "assembly demo". Maybe it doesn't work with Maya. I'll ask. In any case, it is a toggle, not an ActiveOnlyWhilePressed Action.
by jwick
Wed May 29, 2024 1:40 am
Forum: Windows Discussion Forum
Topic: What do the tags "<AxisFilter>Dominant</AxisFilter>" and "<Deadband>200</Deadband>" do?
Replies: 1
Views: 25

Re: What do the tags "<AxisFilter>Dominant</AxisFilter>" and "<Deadband>200</Deadband>" do?

The AxisFilter goes at the Device level: <Device> <ID>ID_Standard_3D_Mouse</ID> <Name>Standard 3D Mouse</Name> <AxisFilter>Dominant</AxisFilter> ... It tells the driver to determine which axis has the largest magnitude and only send that axis (filter out the other 5). It is next to impossible to iso...
by jwick
Mon May 13, 2024 7:03 am
Forum: Windows Discussion Forum
Topic: Help with assigning a hotkey such as win+13 or ctrl+f13 to one of the axis please
Replies: 21
Views: 4136

Re: Help with assigning a hotkey such as win+13 or ctrl+f13 to one of the axis please

The problem with the "ShiftLock to Joystick" and "Pop Back" buttons was a cfg problem. The Joystick AxisBank should not have the Default="true" attribute. Remove that attribute. It should look like this: <AxisBank> <ID>JoystickBank</ID> <Name>JoystickBank</Name> <Axis>
by jwick
Mon May 13, 2024 3:56 am
Forum: Windows Discussion Forum
Topic: Is there a version of 'HIDMouse_Wheel' for mapping WheelLeft/WheelRight to an axis?
Replies: 2
Views: 206

Re: Is there a version of 'HIDMouse_Wheel' for mapping WheelLeft/WheelRight to an axis?

You don't need to split that axis to use HIDMouse_Wheel. If you push one direction, it will send a mousewheel event. If you push the other direction, it will send negative mousewheel events. I've not found a horizontal scroll method that works consistently. Windows defines a Horizontal Mouse Wheel e...
by jwick
Mon May 06, 2024 12:59 pm
Forum: Windows Discussion Forum
Topic: A default cfg/profile that applies to all applications, except for applications that have a user cfg file
Replies: 12
Views: 795

Re: A default cfg/profile that applies to all applications, except for applications that have a user cfg file

You might need to put it into %ProgramData%, not %AppData% for the driver to use it.
%programData% on my machine is: C:\ProgramData\3Dconnexion\3DxWare\Cfg
by jwick
Mon May 06, 2024 11:03 am
Forum: Windows Discussion Forum
Topic: Help with assigning a hotkey such as win+13 or ctrl+f13 to one of the axis please
Replies: 21
Views: 4136

Re: Help with assigning a hotkey such as win+13 or ctrl+f13 to one of the axis please

The ShiftLock problem appears to be a bug.
That's two you have found recently. You should get an honorary QA position.

It appears that all that works ATM is the momentary switch, not a "ShiftLock" button.

Thanks for finding the problem.
by jwick
Mon May 06, 2024 6:20 am
Forum: Windows Discussion Forum
Topic: A default cfg/profile that applies to all applications, except for applications that have a user cfg file
Replies: 12
Views: 795

Re: A default cfg/profile that applies to all applications, except for applications that have a user cfg file

Hi Framed_Previz90, I was wrong. That doesn't work in the released driver. It works in the development version because of some other things we are doing. Until that gets released, copy the entire default AppDefCfg_KMJ.xml from Program Files to %programdata%\3Dconnexion\3DxWare\Cfg. You can make your...
by jwick
Fri May 03, 2024 11:54 am
Forum: Windows Discussion Forum
Topic: A default cfg/profile that applies to all applications, except for applications that have a user cfg file
Replies: 12
Views: 795

Re: A default cfg/profile that applies to all applications, except for applications that have a user cfg file

You have a typo, at least, in that AppDefCfg_KMJ.xml listing: <ID>ID_Default_KMJ_Cfg</ID>5 (the 5). Possibly as a result, the driver is not using your file: ID=ID_Default_KMJ_Cfg FileName=C:\Program Files\3Dconnexion\3DxWare\3DxWinCore\Cfg\AppDefCfg_KMJ.xml FileExists=true InheritsFromID=ID_Default_...
by jwick
Fri May 03, 2024 5:38 am
Forum: Windows Discussion Forum
Topic: Help with assigning a hotkey such as win+13 or ctrl+f13 to one of the axis please
Replies: 21
Views: 4136

Re: Help with assigning a hotkey such as win+13 or ctrl+f13 to one of the axis please

Email is still bouncing from gmail.
I didn't get your PM. It's "on hold", whatever that means.
In any case, my email was just to ask you to email your cfg files to me. It's easier than trying to post files on the forum.
by jwick
Fri May 03, 2024 5:07 am
Forum: Windows Discussion Forum
Topic: A default cfg/profile that applies to all applications, except for applications that have a user cfg file
Replies: 12
Views: 795

Re: A default cfg/profile that applies to all applications, except for applications that have a user cfg file

There are a few ways of addressing this depending on how specific you want to be. You could create a single %appdata% file that names each executable you want addressed (notepad.exe, etc). It gives you the most control, but is not what you asked for. Or, as you suggested, you can make your own versi...
by jwick
Mon Apr 29, 2024 8:09 am
Forum: Windows Discussion Forum
Topic: Very old drivers for windows 98
Replies: 6
Views: 3462

Re: Very old drivers for windows 98

Here is a SpaceWare 9 driver from the Labtec days.
It appears to support SB 2003, 3003, and 4000. RS-232 only.

Let us know if it works.
by jwick
Thu Apr 25, 2024 11:41 am
Forum: Windows Discussion Forum
Topic: Help with assigning a hotkey such as win+13 or ctrl+f13 to one of the axis please
Replies: 21
Views: 4136

Re: Help with assigning a hotkey such as win+13 or ctrl+f13 to one of the axis please

I tried to send an email, but it bounced. Is the registered gmail address still valid?
by jwick
Fri Apr 19, 2024 3:58 am
Forum: Windows Discussion Forum
Topic: Send inputs to MSFS when another app has the focus?
Replies: 4
Views: 1439

Re: Send inputs to MSFS when another app has the focus?

MSFS is probably using one of the Microsoft API (no surprise). Probably the driver doesn't need to do anything. It can, if you want (set scaling, assign buttons, etc). If you want it to just do nothing, you can always stop it (3DxService.exe). This will prevent the driver from recognizing the other ...
by jwick
Wed Apr 17, 2024 2:42 am
Forum: Windows Discussion Forum
Topic: Help with assigning a hotkey such as win+13 or ctrl+f13 to one of the axis please
Replies: 21
Views: 4136

Re: Help with assigning a hotkey such as win+13 or ctrl+f13 to one of the axis please

Unfortunately using Global.xml does not seem to work well with the current release (we are skiing off the trail here). You will need to make the cfg changes per application until I fix it. To see the capabilities in the simplest form, save this into %appdata%\3Dconnexion\3DxWare\Cfg\jet.xml: <?xml v...