ahk_class Photoshop + some others programms

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
drondron1986
Posts: 40
Joined: 21 Mar 2018, 04:54

ahk_class Photoshop + some others programms

22 Apr 2018, 13:15

please tell me how to properly write several programs below example
how to write a few if possible


needs to add
ahk_class QWidget
ahk_exe LazyNezumiPro.exe

Code: Select all

#IfWinActive ahk_class Photoshop

Shift & O::
send, s


swagfag
Posts: 6222
Joined: 11 Jan 2017, 17:59

Re: ahk_class Photoshop + some others programms

22 Apr 2018, 13:26

Code: Select all

#If, WinActive("ahk_class Photoshop") && WinActive("ahk_class QWidget") && WinActive("ahk_exe LazyNezumiPro.exe")
Shift & O::
send, s
#If
swagfag
Posts: 6222
Joined: 11 Jan 2017, 17:59

Re: ahk_class Photoshop + some others programms

23 Apr 2018, 08:30

those ANDs && should probably be ORs || on a second thought

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Exies, Google [Bot], JoeWinograd, scriptor2016 and 99 guests