确定哪个插件覆盖了键绑定
我在Windows 7上使用Sublime Text 3.在Key Bindings中 - 默认: { "keys": ["f9"], "command": "sort_lines", "args": {"case_sensitive": false} }, { "keys": ["ctrl+f9"], "command": "sort_lines", "args": {"case_sensitive": true} }, Ctrl+ f9有效,但f9没有,并且在我的Key Bindings - User中没有覆盖它。我有很多插件。如何确定导致此问题的插件?我不是问它是哪个插件,顺便说一句,我问的是如何确定它是哪个插件。 这应该没关系,但这里有我的插件列表: AdvancedNewFile AllAutocomplete FilterLines GitGutter PackageControl 专案经理 RubyDebugger SidebarEnhancements SublimeBookmarks SublimeREPL