Key Bindings文件中的选项是什么,我将用它来设置菜单项的键盘快捷键
View -> Indentation -> Convert Indentation To Spaces
Run Code Online (Sandbox Code Playgroud)
我已经尝试了以下内容,但无法弄清楚如何触发我在上面提到的菜单中看到的选项
{ "keys": ["super+t"], "command": "convert_to_tabs" },
{ "keys": ["shift+super+t"], "command": "convert_to_spaces" },
Run Code Online (Sandbox Code Playgroud)