How to open context menu on SublimeText 2 sidebar

2019-03-27 12:59发布

问题:

On SublimeText we can use Ctrl + 0 to move navigation to the sidebar. Is there anyway to open the context menu on items with keyboard like when you right click?

I am on Windows xp and SublimeText 2.0.1

回答1:

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

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