What are you trying to do with it? Which application? Any details?
Where are you putting these XML lines?
You can see what is happening in the log file: %localappdata%/3Dconnexion/3DxWare/3DxService.log
baretail is your friend for watching that file.
Turn on logging with the 3Dx systray icon.
Search found 2746 matches
- Thu Apr 30, 2026 5:04 am
- Forum: Windows Discussion Forum
- Topic: Use 3DConnexion mouse as 2D
- Replies: 100
- Views: 496275
- Wed Apr 29, 2026 6:39 am
- Forum: Windows Discussion Forum
- Topic: Use 3DConnexion mouse as 2D
- Replies: 100
- Views: 496275
Re: Use 3DConnexion mouse as 2D
Code: Select all
<Output>
<ActionID>HIDMouse_X</ActionID>
<Modifiers>
<Modifier>RightMouse</Modifier>
</Modifiers>
</Output>- Mon Apr 27, 2026 5:34 am
- Forum: Developer's Forum for Windows
- Topic: Documentation for config XML format?
- Replies: 1
- Views: 278
Re: Documentation for config XML format?
The best place to look is in our Base.xml. I try to put every possible element in there.
Other default files show different techniques.
Just ask here if you have questions on further details.
It is a fairly stable format. But unpublished.
Other default files show different techniques.
Just ask here if you have questions on further details.
It is a fairly stable format. But unpublished.
- Fri Apr 24, 2026 6:32 am
- Forum: Windows Discussion Forum
- Topic: Calendar notifications on my OLED display?
- Replies: 2
- Views: 239
Re: Calendar notifications on my OLED display?
It can't do that. Nice idea though.
- Thu Feb 12, 2026 2:57 pm
- Forum: Windows Discussion Forum
- Topic: PUCK ROTATION USED FOR KEYBOARD BIND (not in macro)
- Replies: 2
- Views: 211
Re: PUCK ROTATION USED FOR KEYBOARD BIND (not in macro)
That looks ok. You've only done 1/2 of one axis. What happens? Here is a more complete sample: <Axis> <Enabled>true</Enabled> <Input> <ActionID>HIDMultiAxis_X</ActionID> <Min>0</Min> <Max>511</Max> <Deadband>100</Deadband> </Input> <Output> <ActionID>KB_Keystroke</ActionID> <RepeatStyle>PressAndHold...
- Tue Jan 27, 2026 6:03 am
- Forum: Windows Discussion Forum
- Topic: Disable spacemouse auto calibration
- Replies: 12
- Views: 14638
Re: Disable spacemouse auto calibration
Send it a {0x19, 0x00, 0x00, 0x00, 0x00}
- Wed Dec 17, 2025 6:23 am
- Forum: Windows Discussion Forum
- Topic: swap middle / right mouse buttons app specific
- Replies: 6
- Views: 184
Re: swap middle / right mouse buttons app specific
Sort of. Some of those are not AppCfg files. Only put it in files that start with <AppCfg>. You will need to make the <Devices> container if it doesn't exist, and add the entire <Device>...</Device> section. Take it out of Global.xml. Also, there may be System Settings panel options that you need to...
- Tue Dec 16, 2025 12:52 pm
- Forum: Windows Discussion Forum
- Topic: swap middle / right mouse buttons app specific
- Replies: 6
- Views: 184
Re: swap middle / right mouse buttons app specific
There is no way to do it in the GUI. If you want to do this, you need to edit XML files. I expect it to work but I've not tested it in years. Basically, you need to do what that GUI CheckBox does (to %AppData%/Global.xml) in each app cfg you want to change. And undo the change made to AD/Global.xml,...
- Fri Dec 12, 2025 6:19 am
- Forum: Windows Discussion Forum
- Topic: Configuration question - Space mouse Enterprise
- Replies: 3
- Views: 135
Re: Configuration question - Space mouse Enterprise
There are Shift Lock and Ctrl Lock functions available. These act like the Caps Lock key on the keyboard. Press once, Shift or Ctrl is pressed and remains. Press again, Shift or Ctrl is released. More than likely, the Shift and Ctrl state will be released when the user switches focus to a new applic...
- Mon Dec 01, 2025 4:40 am
- Forum: Windows Discussion Forum
- Topic: Off Button?
- Replies: 7
- Views: 201
Re: Off Button?
In our GUI, in the Buttons page, select 3Dconnexion->LCD Toggle for a button. You can then press that button to toggle on/off the SME LCD. It looks like you might be having power issues. The SME uses a lot of power. It often requires being connected directly to a powered USB port. If nothing changed...
- Thu Nov 27, 2025 5:58 am
- Forum: Windows Discussion Forum
- Topic: Off Button?
- Replies: 7
- Views: 201
Re: Off Button?
You can assign "LCD Toggle" to a button.
- Thu Nov 20, 2025 5:29 am
- Forum: Windows Discussion Forum
- Topic: Change Default Button Function
- Replies: 8
- Views: 14564
Re: Change Default Button Function
These Global="true" ButtonBank assignments override every other setting. If they exist all other attempts to set the Button will be ignored. It is a big hammer, but one I use constantly. If you want to change the app-specific default, so you can override it on an app-specific basis, there ...
- Wed Nov 19, 2025 6:01 am
- Forum: Windows Discussion Forum
- Topic: Off Button?
- Replies: 7
- Views: 201
Re: Off Button?
You want a timeout, like on your laptop screen?
Dim, or off?
We have discussed it internally. You may be the second customer who asked about it.
Dim, or off?
We have discussed it internally. You may be the second customer who asked about it.
- Mon Nov 03, 2025 7:51 am
- Forum: Windows Discussion Forum
- Topic: Unable to rotate 2 buttons SpaceMouse 90° with base.xml
- Replies: 8
- Views: 164
Re: Unable to rotate 2 buttons SpaceMouse 90° with base.xml
There is, at this time, no way to change the fade-in of the radial menu.
- Mon Nov 03, 2025 5:47 am
- Forum: Developer's Forum for Windows
- Topic: Parameters for ActionID = HIDMouse_Wheel ?
- Replies: 12
- Views: 474
Re: Parameters for ActionID = HIDMouse_Wheel ?
That does send events, via SendInput if you tell it that.
But you can only activate it from a Button push, or a radial menu button, not an axis event.
But you can only activate it from a Button push, or a radial menu button, not an axis event.