Sublime Forum

Tab click events

#1

Hello!

I’m curious if anyone has seen any means of knowing when a tab for a view is clicked. More specifically, I’m looking to listen for double clicks on tabs.
I looked at the sublime_plugin.EventListener class which appears to be able to tell you when a view is focused… It does not however, seem to provide
any information about the click that caused the view to be activated.

Any input is much appreciated! Thanks

0 Likes