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