Shortcut working only in specific app
Posted: 25 Feb 2021, 11:01
Hi, first of all, thank you for the program, it's great
I have a question. I'm trying to have this code working:
Aplicacion = getActiveWindow()
if Aplicacion = Blender
HIDMacros.SendKeys "m"
end
What I want is to check the name of the window (or the aplication), so I can have different shortcuts for different applications. But I can't get it working.
Thanks in advance!
I have a question. I'm trying to have this code working:
Aplicacion = getActiveWindow()
if Aplicacion = Blender
HIDMacros.SendKeys "m"
end
What I want is to check the name of the window (or the aplication), so I can have different shortcuts for different applications. But I can't get it working.
Thanks in advance!