hotkey is not working when i am using single pc with 2 user (with 2 monitor simultaneously)
Numpad1::
Msgbox Numpad1 pressed!
Return
;This above script works on first user, but not for 2nd user.
any way to make this work for same pls..
1 pc 2 user (with 2 monitor at same time)
-
- Posts: 74
- Joined: 06 Jun 2016, 21:32
Re: 1 pc 2 user (with 2 monitor at same time)
I'd guess that you would have to get the HID of the input-device to distinguish both StdIn-attempts at runtime. No idea if that's feasible using AHK 

Remember to use [code]CODE[/code]-tags for your multi-line scripts. Stay safe, stay inside, and remember washing your hands for 20 sec !
-
- Posts: 74
- Joined: 06 Jun 2016, 21:32
Re: 1 pc 2 user (with 2 monitor at same time)
Hy Banoli,
Thanks for the reply,,
one problem after that, I have no idea to getting and dealing with HID, any way, any link, any suggestion to go further pls..?
Thanks for the reply,,
one problem after that, I have no idea to getting and dealing with HID, any way, any link, any suggestion to go further pls..?
Re: 1 pc 2 user (with 2 monitor at same time)
Remember to use [code]CODE[/code]-tags for your multi-line scripts. Stay safe, stay inside, and remember washing your hands for 20 sec !