Add shortcut key for multiple plugins in Sublime Text 3
问题 I'm using CodeFormatter and SassBeautify plugins in Sublime Text 3 in order to provide syntax highlighting and formatting for .scss files as well as .js/.html files. I've been able to set up shortcut keys for either plugin, but not to work for both, depending on the type of file I'm in. [{ "keys": ["ctrl+alt+f"], "command": "sass_beautify" }, { "keys": ["ctrl+alt+f"], "command": "code_formatter" }] Can someone suggest how do to it? I've tried to understand "contexts" but not well enough to do