Search found 7 matches

by jsf
06 Oct 2021, 04:30
Forum: Scripts and Functions (v1)
Topic: AutoHotInterception (AHI): Multi-Keyboard / Multi-Mouse support for AHK. Per-device blocking!
Replies: 345
Views: 219984

Re: AutoHotInterception (AHI): Multi-Keyboard / Multi-Mouse support for AHK. Per-device blocking!

Hello! I have an external 19 keys keypad and have managed to make it work and assign 18 keys to the 19, because the keys "0" and "00" have the same code. The plan is to assign a hotkey to each one. I understand that the "00" is a double press of "0". I have been researching and found out the way to ...
by jsf
27 Jun 2020, 07:19
Forum: Ask for Help (v1)
Topic: Triggering shortcuts simultaneously to multiple instances of the same application
Replies: 7
Views: 2859

Re: Triggering shortcuts simultaneously to multiple instances of the same application

Hello again. My quest continues... Shouldn't the script below allow me to send the Enter key to all instances of Steem Window opened, every time i push Joy6? It's not working, any ideas, anyone? Groupadd, Steemgroup, ahk_class Steem Window WinExist("ahk_group Steemgroup") GroupActivate, Steemgroup #...
by jsf
26 Jun 2020, 10:11
Forum: Ask for Help (v1)
Topic: Triggering shortcuts simultaneously to multiple instances of the same application
Replies: 7
Views: 2859

Re: Triggering shortcuts simultaneously to multiple instances of the same application

The following example script works perfectly fine with multiple instances of Notepad, it does exactly what I had planned. ; WORKING on 2 instances of notepad q:: WinGet MyList, List, ahk_exe notepad.exe Loop, %MyList% { ControlSend,, q{Enter}, % "ahk_id" MyList%A_Index% } Though if I only change ahk...
by jsf
26 Jun 2020, 08:09
Forum: Ask for Help (v1)
Topic: Triggering shortcuts simultaneously to multiple instances of the same application
Replies: 7
Views: 2859

Re: Triggering shortcuts simultaneously to multiple instances of the same application

Since yesterday I have gone through 40+ pages on this topic, after searching for "multiple windows", watched several youtube tutorials... I have learned a lot, I have tried numerous things, but I cant figure a way to make this work, having this script triggering the hotkeys simultaneously to 4 insta...
by jsf
25 Jun 2020, 05:06
Forum: Ask for Help (v1)
Topic: Triggering shortcuts simultaneously to multiple instances of the same application
Replies: 7
Views: 2859

Re: Triggering shortcuts simultaneous to multiple instances of the same application

Thanks for your time once again, I really appreciate it.
Your code does work, but only on the active windows.
The plan is to have the script triggering the hotkeys on all instances at the exact same time.
by jsf
25 Jun 2020, 04:33
Forum: Ask for Help (v1)
Topic: Triggering shortcuts simultaneously to multiple instances of the same application
Replies: 7
Views: 2859

Re: Triggering shortcuts simultaneous to multiple instances of the same application

Thanks for your reply, but I'm afraid I don't see how this would help me. I have tried your script and all it does is to bring a little pop window where the mouse cursor is, telling me which gamepad button and state i'm using. Sorry if i'm being a bit thick :oops: I have been searching online about ...
by jsf
24 Jun 2020, 16:22
Forum: Ask for Help (v1)
Topic: Triggering shortcuts simultaneously to multiple instances of the same application
Replies: 7
Views: 2859

Triggering shortcuts simultaneously to multiple instances of the same application

Hello I have been looking to use a gamepad to trigger shortcuts simultaneously to 4 instances of the same application that are opened on the desktop. Since I can only have 1 active window at the same time, I'm struggling a bit on how to achieve this I'm not much of a coder but managed to follow some...

Go to advanced search