Search found 33 matches

by Framed_Previz90
Mon May 13, 2024 8:32 am
Forum: Windows Discussion Forum
Topic: Is there a version of 'HIDMouse_Wheel' for mapping WheelLeft/WheelRight to an axis?
Replies: 2
Views: 127

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 dont quite follow you here, what do you mean by "You don't need to split that axis to use HIDMouse_Wh...
by Framed_Previz90
Fri May 10, 2024 2:51 pm
Forum: Windows Discussion Forum
Topic: Is there a version of 'HIDMouse_Wheel' for mapping WheelLeft/WheelRight to an axis?
Replies: 2
Views: 127

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

For example I am able to map wheelUp and wheelDown to an axis by using HIDMouse_Wheel : ... <Axis> <Enabled>true</Enabled> <Input> <ActionID>HIDMultiAxis_Y</ActionID> <Min>0</Min> <Max>511</Max> <!-[list]<Deadband>200</Deadband> -->[/list] </Input> <Output> <ActionID>HIDMouse_Wheel</ActionID> <Scale...
by Framed_Previz90
Fri May 10, 2024 2:24 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: 499

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 I can confirm that this method is working for me. great info gentlemen. This is something I wanted to tackle long time ago. Thank you a lot. I ...
by Framed_Previz90
Mon May 06, 2024 2:35 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: 499

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

jwick wrote: Mon May 06, 2024 12:59 pm 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
Okay, I will keep that in mind.
by Framed_Previz90
Mon May 06, 2024 12:13 pm
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: 3690

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. Hehe that made my day lol, I will make do the with m...
by Framed_Previz90
Mon May 06, 2024 12:10 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: 499

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

I see, no worries, I will make a copy of AppDefCfg_KMJ.xml to /AppData/ and mess with it to see what I end up with. Until that gets released, copy the entire default AppDefCfg_KMJ.xml from Program Files to %programdata%\3Dconnexion\3DxWare\Cfg. You can make your changes there. Sorry for the confusio...
by Framed_Previz90
Fri May 03, 2024 3:27 pm
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: 3690

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

Okay, this post is some hours after my reply above, and after some more experimenting, I got your solution from this post to work! What I did was I used the GUI to generate a Jet Demo.xml by making a modification, such as assigning a key to the right button. One difference I noticed, is that the con...
by Framed_Previz90
Fri May 03, 2024 12:26 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: 499

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). Hmm... The typo you point to occurred while I was drafting that post on the forum, its certainly not in the source file I have here. I just double checked and rerun the test, same result. I was initi...
by Framed_Previz90
Fri May 03, 2024 12:24 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: 499

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

Thanks for the guide, I have tried my best to follow it, I think I may have a thing or two wrong as I could not get it to work. I created a AppDefCfg_KMJ.xml file following your sample xml and placed it at /appdata/ . I then stopped the 3dx service with: 3DxService.exe -quiet -shutdown Upon restart...
by Framed_Previz90
Fri May 03, 2024 12:11 pm
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: 3690

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. It seems the forces at large are hard at work :), my PM was just an a...
by Framed_Previz90
Fri May 03, 2024 11:44 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: 499

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

Thanks for the guide, I have tried my best to follow it, I think I may have a thing or two wrong as I could not get it to work. I created a AppDefCfg_KMJ.xml file following your sample xml and placed it at /appdata/ . I then stopped the 3dx service with: 3DxService.exe -quiet -shutdown Upon restarti...
by Framed_Previz90
Thu May 02, 2024 3:46 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: 499

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

I am looking to create a single cfg file in ~\AppData\Roaming\3Dconnexion\3DxWare\Cfg , that will apply to all applications on my system that do no have their own explicit config file in ~\AppData\Roaming\3Dconnexion\3DxWare\Cfg . Something like a 'default' profile. So if I have the following applic...
by Framed_Previz90
Thu May 02, 2024 2:49 pm
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: 3690

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? Hey thanks for getting back to me! Its a very old account, and I have not logged into it for some time, Google had it "locked", I finally managed to log into it and I tested it by sending test email to ...
by Framed_Previz90
Mon Apr 22, 2024 3:27 pm
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: 3690

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. Aah, I forgot...If you would prefer for me to wait until you fix the issue you mention here, I would not mind ...