kvakulo / Switcheroo

The humble incremental-search task switcher for Windows
www.switcheroo.io
GNU General Public License v3.0
778 stars 121 forks source link

AHK (autohotkey) Message box not in window list #53

Closed jaredbidlow closed 7 years ago

kvakulo commented 9 years ago

Thanks for the report! I can conform that the message boxes are missing in Switcheroo.

With an ahk script like this...

MsgBox, 4,, Would you like to continue? (press Yes or No)
IfMsgBox Yes
    MsgBox You pressed Yes.
else
    MsgBox You pressed No.

...the message boxes are included in the native alt+tab, but not in Switcheroo's list.

/Regin