确定哪个插件覆盖了键绑定


3

我在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

您是否在OS X上,F键具有与之相关的特殊行为?
Daniel Beck

不,更新问题
Devon Parsons 2015年

Answers:


By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.