Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

like image 239
Alidad Avatar asked Apr 12 '13 13:04

Alidad


1 Answers

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" }
like image 130
longhua Avatar answered Oct 13 '22 00:10

longhua