问题
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" }
来源:https://stackoverflow.com/questions/15972780/how-to-open-context-menu-on-sublimetext-2-sidebar-using-keyboard