Search found 7 matches

by RavenWorks
Tue Jun 09, 2026 2:47 pm
Forum: Windows Discussion Forum
Topic: AutoHotKey support?
Replies: 1
Views: 537

AutoHotKey support?

I'm getting tired of working around the shortcomings of what can and can't be assigned just by editing XML files... Is there any way for a program like AutoHotKey to pick up the SpaceMouse's signals, to map them to other outputs as I see fit in a script that I can write myself? Or are there any othe...
by RavenWorks
Tue May 26, 2026 10:14 am
Forum: Developer's Forum for Windows
Topic: High Resolution Scrolling
Replies: 5
Views: 26614

Re: High Resolution Scrolling

Oh wait, I got it -- setting the output scale to 0.5 (or lower) fixes the problem!
by RavenWorks
Tue May 26, 2026 10:07 am
Forum: Developer's Forum for Windows
Topic: High Resolution Scrolling
Replies: 5
Views: 26614

Re: High Resolution Scrolling

Oh wow, I actually just stumbled across the answer myself while trying to solve something else, only it appears to be somewhat broken? I saw a reference to "HIDMouse_SmoothWheel" in Base.xml; when I change an "HIDMouse_Wheel" to "HIDMouse_SmoothWheel" in an existing xml...
by RavenWorks
Tue May 26, 2026 9:52 am
Forum: Windows Discussion Forum
Topic: Is there a version of 'HIDMouse_Wheel' for mapping WheelLeft/WheelRight to an axis?
Replies: 3
Views: 3392

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

Is "HIDMouse_HWheel" still how this is supposed to be done? When I try changing "HIDMouse_Wheel" to "HIDMouse_HWheel" in an existing xml, that axis stops producing any result, and SendMouseAxisOrWheelEvents stop showing up in the log. (But the SendMouseAxisOrWheelEvents...
by RavenWorks
Tue May 19, 2026 7:53 am
Forum: Developer's Forum for Windows
Topic: High Resolution Scrolling
Replies: 5
Views: 26614

Re: High Resolution Scrolling

Was this ever solved? Is it possible to just swap the scroll wheel actionID with a high-res equivalent (and greatly increase the firing speed) or something?
by RavenWorks
Fri May 08, 2026 4:54 pm
Forum: Windows Discussion Forum
Topic: 3Dxware conflict with VRchat in specfic condition
Replies: 12
Views: 8583

Re: 3Dxware conflict with VRchat in specfic condition

Sorry to revive an old thread, but I've just run into this same situation; disabling the HID-compliant game controller in the Device Manager indeed made the problem stop, but has this really still not been fixed in a way that doesn't require disabling some of the SpaceMouse's functionality? Could th...
by RavenWorks
Sat Apr 25, 2026 7:04 am
Forum: Developer's Forum for Windows
Topic: Documentation for config XML format?
Replies: 1
Views: 706

Documentation for config XML format?

Around this forum, I've seen several examples of custom XML files, but I can't find any documentation about how to write them? I've searched the forums, the FAQ/Knowledge Base, the official manual... Where do people get their information about what properties can be set for each axis?