Search found 8 matches

by newbeeb3
23 Jun 2020, 19:07
Forum: Ask for Help (v1)
Topic: with multiple mice, is it possible stop one of them from moving the cursor? (but I still want to read its input myself)
Replies: 0
Views: 874

with multiple mice, is it possible stop one of them from moving the cursor? (but I still want to read its input myself)

Hi,

I'm using a script which uses inputs from multiple connected mice. Is there any way I can stop a mouse from moving the cursor? (but, I still want to see its signals myself.)

The library I'm using is AHKHID.ahk
by newbeeb3
31 May 2020, 12:14
Forum: Ask for Help (v1)
Topic: not sure if I can use this, but could you get x,y for 2 different mice?
Replies: 3
Views: 334

Re: not sure if I can use this, but could you get x,y for 2 different mice?

You might be interested in :arrow: [Library] MouseDelta . I wrote some weird code for multiple mice, see :arrow: Cursor :lol: Cheers. thanks. I couldn't quite get that working (it depends on some other things?) However I found another solution on the forum that worked with a bit of an adjustment. I...
by newbeeb3
30 May 2020, 23:38
Forum: Scripts and Functions (v1)
Topic: EitherMouse 0.8 - Multiple mice, individual settings...
Replies: 392
Views: 226542

Re: EitherMouse 0.8 - Multiple mice, individual settings...

I have two mice connected and ran this. When it starts it says "please move primary button". However, I haven't been able to figure out any way to access any function on my second mouse? How am I supposed to interact with it? The only screen I'm able to get to (by clicking it in the system tray) is ...
by newbeeb3
30 May 2020, 19:16
Forum: Ask for Help (v1)
Topic: not sure if I can use this, but could you get x,y for 2 different mice?
Replies: 3
Views: 334

not sure if I can use this, but could you get x,y for 2 different mice?

Hi, This is kind of out there but I have something in mind and wonder if someone could produce a script for me that gets x,y from 2 different mice both connected to the computer. so mouse1x, mouse1y, mouse2x, mouse2y. I did try searching the forum, and found one thing that is no longer accessible th...
by newbeeb3
05 Apr 2020, 17:19
Forum: Ask for Help (v1)
Topic: I want to know when an application is busy by a popup Topic is solved
Replies: 6
Views: 1033

Re: I want to know when an application is busy by a popup Topic is solved

:?: :silent: Actually I do have a request. There are normal natural tooltips in the program and they interfere with these tooltips. I couldn't figure out how to move the location. Can you show me how to change the tooltip line so that it's at -10, -10 relative to the mouse? (down and to the left? I...
by newbeeb3
05 Apr 2020, 17:07
Forum: Ask for Help (v1)
Topic: I want to know when an application is busy by a popup Topic is solved
Replies: 6
Views: 1033

Re: I want to know when an application is busy by a popup Topic is solved

:?: :silent:

Thanks so much! yes this does what I wanted. (and thanks for the comments you left in the code.) I'm using it right now. if there is change I can't do myself I'll reply again. Thanks again.
by newbeeb3
05 Apr 2020, 15:00
Forum: Ask for Help (v1)
Topic: I want to know when an application is busy by a popup Topic is solved
Replies: 6
Views: 1033

Re: I want to know when an application is busy by a popup Topic is solved

https://www.autohotkey.com/boards/viewtopic.php?p=311412#p311412 + Process (to get the correct PID) should do the trick :) #Persistent PID := 9688 ; specify Process ID timer := Func("GetProcessCpu").Bind(PID) GetProcessCpu(PID) SetTimer, % timer, 1000 Return GetProcessCpu(PID) { static time, coreNu...
by newbeeb3
04 Apr 2020, 17:43
Forum: Ask for Help (v1)
Topic: I want to know when an application is busy by a popup Topic is solved
Replies: 6
Views: 1033

I want to know when an application is busy by a popup Topic is solved

Hi, There is an application that may be working and thinking (with no indication) or otherwise it is just idling. (For information it has the name of the application in the title and if I open the task manager I can see there are often several processes that belong to it.) This is Windows 10. If the...

Go to advanced search