How to open the context menu on the sidebar of SublimeText 2 using the keyboard?

In SublimeText, we can use Ctrl + 0 to move around the sidebar. Is there a way to open a context menu on keyboard items, for example, when you right-click?

I am using Windows xp and SublimeText 2.0.1

+6
source share
1 answer

Is the following what you want? Add the following key mapping. And try Ctrl + f and then Ctrl + l .

{ "keys": ["ctrl+f", "ctrl+l"], "command": "context_menu" } 
+1
source

All Articles