KMJ: output different values for different axis amounts?

Questions and answers about 3Dconnexion devices on Windows.

Moderator: Moderators

Post Reply
donmacquarrie
Posts: 1
Joined: Tue Feb 15, 2022 4:01 pm

KMJ: output different values for different axis amounts?

Post by donmacquarrie »

Hi, I'm considering buying a SpaceNavigator to solve a problem, but I want to be sure it can do the following (with a properly set up cfg, of course).

For a given axis, can I send different outputs based on the axis amount? Secondly, can I send mouse and keyboard events for the same axis event?

E.g. for a given axis that's generating 0...MAX values in a given direction:

0...a, send nothing (deadzone)
a...b, send "w"
b...c, send "SHIFT+w"
c...MAX, send 'mouse right button down' and "w"

Is that possible?
jwick
Moderator
Moderator
Posts: 3456
Joined: Wed Dec 20, 2006 2:25 pm
Location: USA
Contact:

Re: KMJ: output different values for different axis amounts?

Post by jwick »

Yes, you can do that. If not with the built-in interface, with some extension code.
It's another question as to whether you will be able to predictably generate all those different ranges.
Post Reply