Atom editor Atom::PlatformIO IDE,can';无法获取“将所选文本发送到终端”来工作

Atom editor Atom::PlatformIO IDE,can';无法获取“将所选文本发送到终端”来工作,atom-editor,Atom Editor,我刚刚安装了PlatformioIDE(IDE1.2.2 | CLI 2.9.4) 我可以切换一个终端,并在其中键入命令,它们就会工作 但是,当我选择文本并按ctrl-enter键时,它不会发送到终端。我试图将密钥绑定更改为其他内容,但这并没有解决问题。 我的问题是下一步要做什么?(我在Fedora23和Ubuntu 16.04中都遇到了同样的问题)打开你的键盘地图 ctrl+Shift+p,搜索键映射,输入(&E) 添加平台ide密钥映射 'atom-workspace atom-text-e

我刚刚安装了PlatformioIDE(IDE1.2.2 | CLI 2.9.4)

我可以切换一个终端,并在其中键入命令,它们就会工作

但是,当我选择文本并按ctrl-enter键时,它不会发送到终端。我试图将密钥绑定更改为其他内容,但这并没有解决问题。 我的问题是下一步要做什么?(我在Fedora23和Ubuntu 16.04中都遇到了同样的问题)

打开你的键盘地图 ctrl+Shift+p,搜索键映射,输入(&E)

添加平台ide密钥映射
'atom-workspace atom-text-editor:not([mini])':
    'ctrl-enter': 'platformio-ide-terminal:insert-selected-text'