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

一世执手 提交于 2019-12-12 08:02:01

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!