Autohotkey may be able to read HID devices with AHKHID but can't send anything to them, as far as I know.
Thanks for you answer.
Search found 9 matches
- Mon Nov 03, 2025 11:15 am
- Forum: Windows Discussion Forum
- Topic: Does 3DxWare driver listens to any output of non 3Dconnexion devices ?
- Replies: 2
- Views: 90
- Mon Nov 03, 2025 11:11 am
- Forum: Windows Discussion Forum
- Topic: Unable to rotate 2 buttons SpaceMouse 90° with base.xml
- Replies: 8
- Views: 177
Re: Unable to rotate 2 buttons SpaceMouse 90° with base.xml
Thank you for clearing that out.
- Sun Nov 02, 2025 5:38 am
- Forum: Windows Discussion Forum
- Topic: Does 3DxWare driver listens to any output of non 3Dconnexion devices ?
- Replies: 2
- Views: 90
Does 3DxWare driver listens to any output of non 3Dconnexion devices ?
Hello, First thing first all apologies for my limited understanding of all the programming matters discussed around here. I have been trying to implement a Modifier Key on a non 3Dconnexion device (keyboard or mouse), that would act upon my SpaceMouse (basic model). Jwick kindly provided this code t...
- Sat Nov 01, 2025 7:15 am
- Forum: Windows Discussion Forum
- Topic: Help with assigning a hotkey such as win+13 or ctrl+f13 to one of the axis please
- Replies: 24
- Views: 16619
Re: Help with assigning a hotkey such as win+13 or ctrl+f13 to one of the axis please
My bad I quoted the wrong post up there, and it seems I can edit my posts. This is the correct post related to my question: 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 unt...
- Sat Nov 01, 2025 7:13 am
- Forum: Windows Discussion Forum
- Topic: Help with assigning a hotkey such as win+13 or ctrl+f13 to one of the axis please
- Replies: 24
- Views: 16619
Re: Help with assigning a hotkey such as win+13 or ctrl+f13 to one of the axis please
(Admin: Incorrect Quoted section removed) Thanks for those explanations, I've been able to pick up joystick inputs with AutoHotKey. Do you know if there is a way to assign this shift mechanism you implemented on the Spacemouse to standard mouse buttons ? This way I hope to intercept when both mouse...
- Fri Oct 31, 2025 3:57 pm
- Forum: Windows Discussion Forum
- Topic: Unable to rotate 2 buttons SpaceMouse 90° with base.xml
- Replies: 8
- Views: 177
Re: Unable to rotate 2 buttons SpaceMouse 90° with base.xml
Oh yeah thanks, I tried but failed previously. Gotta put it right there after the output axis: <Output> <ActionID>HIDMultiAxis_X</ActionID> <Reversed>true</Reversed> Finally (if anyone is wondering), editing axis with GUI and 90° tweak will mess the inputs until you revert to default, but you can st...
- Fri Oct 31, 2025 1:10 am
- Forum: Windows Discussion Forum
- Topic: Unable to rotate 2 buttons SpaceMouse 90° with base.xml
- Replies: 8
- Views: 177
Re: Unable to rotate 2 buttons SpaceMouse 90° with base.xml
If anyone is looking for the answer, you got to use both AppDefCfg.xml and Base.xml . AppDefCfg.xml to switch all the X/Y axis. For exemple: <ActionID>HIDMultiAxis_(R)x</ActionID> -> <ActionID>HIDMultiAxis_(R)y</ActionID> Then Base.xml to invert the corresponding axis: <Reversed>false</Reversed> -> ...
- Thu Oct 30, 2025 5:31 am
- Forum: Windows Discussion Forum
- Topic: Unable to rotate 2 buttons SpaceMouse 90° with base.xml
- Replies: 8
- Views: 177
Re: Unable to rotate 2 buttons SpaceMouse 90° with base.xml
It works, many thanks !! However I now have to find a way to invert either left/right pan or zoom depending on the side the SpaceMouse is to be 90° rotated (either will do). - There is no reverse parameter in AppDefCfg.xml, unlike Base.xml. - Tried reversing those axis with custom GUI settings but g...
- Thu Oct 30, 2025 2:48 am
- Forum: Windows Discussion Forum
- Topic: Unable to rotate 2 buttons SpaceMouse 90° with base.xml
- Replies: 8
- Views: 177
Unable to rotate 2 buttons SpaceMouse 90° with base.xml
Hello everyone, as a new user of a Bluetooth 2 buttons SpaceMouse, I immediately looked for ways to rotate the input 90° so I could have the buttons at 12 & 6 o'clock. I followed the instructions in that post . I made sure to reset all custom settings to make the changes in base.xml relevant. Te...