Anyway to adjust script per window users?

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Whazzzzzup15
Posts: 94
Joined: 13 Apr 2019, 16:12

Anyway to adjust script per window users?

Post by Whazzzzzup15 » 10 Aug 2022, 00:23

I have a bunch of binds that vary from my personal computer to my portable computer. Is there any way to adjust binds specifically based on the machine I'm on, such as an if statement on user ?

BoBo
Posts: 6564
Joined: 13 May 2014, 17:15

Re: Anyway to adjust script per window users?

Post by BoBo » 10 Aug 2022, 00:34

IMHO, yes.
Identify the hosting system ie by detecting its MAC address.
Set up your script using device related values AKA variables (ie taken from an array/INIfile/…).
Good luck.


Post Reply

Return to “Ask for Help (v1)”