I want to use the following line in an autohotkey script:
#IfWinActive, Opera
But it doesn't work with the newest version of Opera. I don't think that it has a window name. So how can I get it to work with Opera?
|
I want to use the following line in an autohotkey script:
But it doesn't work with the newest version of Opera. I don't think that it has a window name. So how can I get it to work with Opera?
| ||||
|
feedback
|
|
Using Window Spy I get these results: (right click the AHK icon in the tray, then click on the Opera window)
So use this in your AHK script:
(I am using Opera 10.51 build 3315; AHK 1.0.48.05) | ||||
|
feedback
|
|
Use the AU3_Spy.exe program that came with AutoHotkey to find out the class name of the Opera window. Then you can use | |||
|
feedback
|