Sublime文本键盘快捷键绑定不起作用
按照此处的说明,我已经安装了SublimeText的新安装以便与R一起使用。我没有安装其他SublimeText插件。使用上方链接中的说明设置的键盘快捷键不起作用。我已经按照教程中的说明设置了用户密钥绑定文件。 “默认”键绑定文件中没有冲突的键绑定。 尽管如此,我可以通过单击菜单在REPL中执行我的R代码: 工具> SublimeREPL> REPL中的评估>选择(Ctrl+ Shift+ R) 如果我实际按下Ctrl+ Shift+ R快捷方式,则什么也不会发生。 这是我的用户密钥绑定文件的副本: [ // Modified Sublime-REPL keybindings for an "R-friendly" set of shortcuts. // For more information, see http://tomschenkjr.net/2012/05/17/using-sublime-text-2-for-r/ // Executes a selection of text in REPL, latter only displays code and does not execute { "keys": ["ctrl+shift+r"], "command": "repl_transfer_current", …