Search found 3 matches

by Programinator
Wed May 14, 2025 4:43 am
Forum: Windows Discussion Forum
Topic: Disable pan zoom and rotate with AutoHotKey v1
Replies: 5
Views: 4167

Re: Disable pan zoom and rotate with AutoHotKey v1

It sounds like a problem the Mastercam developers would like to know about. There should not be an issue with getting 3D mouse data in the middle of a script -- it might need to be ignored. I can imagine it has not been encountered before. In the meantime, you can use a script to disable/enable the...
by Programinator
Mon May 12, 2025 11:02 am
Forum: Windows Discussion Forum
Topic: Disable pan zoom and rotate with AutoHotKey v1
Replies: 5
Views: 4167

Re: Disable pan zoom and rotate with AutoHotKey v1

let me be a little more specific. Im useing a program called Mastercam which i use the SpaceMouse pro for. I also have a custom script that i use for mastercam. So i hit a certain macro and it will tell the script to run a certain task in mastercam. some of the tasks take a while to run. So if in th...
by Programinator
Mon May 12, 2025 5:26 am
Forum: Windows Discussion Forum
Topic: Disable pan zoom and rotate with AutoHotKey v1
Replies: 5
Views: 4167

Disable pan zoom and rotate with AutoHotKey v1

I have a script that I use. I'm on Windows 10. When i run the script and while it is in the process of running I use the pan/zoom or rotate with my spacemouse pro it will crash the script. So im wondering if i can somehow programmatically disable and enable either the whole spacemouse pro or just th...