Subscribe to Alt tab events

I’d like to perform some actions whenever Alt-Tab (but also Alt+Esc) has an application selected but not yet confirmed. However, due to the popups being created every time, it is hard for me to get a reference of the object every time. I was thinking to decorate WindowSwitcherPopup’s _itemEntered, _itemActivated and _itemRemoved but yet I’m not sure if this is the most optimal solution and also have not been able to make it work. Do you have any pointer to address me to the right direction?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.