Is it possible to use Spacemouse wireless with newest drivers (10.6) as a normal mouse (so that it controls the coursor) in certain applications, such as Chrome for example?
Any help would be apprieciated

Moderator: Moderators
Code: Select all
<AxisBank Default="true">
<Name>STR_DEFAULT_BANK</Name>
<ID>Default</ID>
<Axis>
<Enabled>true</Enabled>
<Input>
<ActionID>HIDMultiAxis_Rx</ActionID>
<Min>-512</Min>
<Max>511</Max>
</Input>
<Output>
<ActionID>HIDMouse_Y</ActionID>
</Output>
</Axis>
<Axis>
<Enabled>true</Enabled>
<Input>
<ActionID>HIDMultiAxis_Ry</ActionID>
<Min>-512</Min>
<Max>511</Max>
</Input>
<Output>
<ActionID>HIDMouse_X</ActionID>
<Reversed>true</Reversed>
</Output>
</Axis></AxisBank>
...
Could you explain this a little further? Say I want 2d mouse on my desktop and a joystick in a specific game (Elite Dangerous, or say, Steam games in general)? What file would I need to put where?jwick wrote: ↑Tue Jul 30, 2019 4:44 am If you want this for an individual program, add these definitions to the cfg file for that program.
If you want to switch back and forth, add these to the Desktop.xml cfg.
Then there is a ButtonAction you can assign to one of your device buttons to toggle back and forth between the Desktop cfg and your current app (Driver_Desktop_ToggleGrab).