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
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" }