Spyder 快捷方式中的 Meta 键是什么?

What is the Meta key in Spyder shortcuts?

我使用 Emacs 有一段时间了,我认为 MetaAlt。问题是 Spyder 在其快捷方式列表中同时识别 MetaAlt

事实上,对我有用的行尾的快捷方式原来是Ctrl + e ,就像Emacs中的一样。这令人困惑。

如有任何帮助,我们将不胜感激。我正在使用 Ubuntu 16.04 和 Spyder 3.1.4。

(此处为 Spyder 开发人员) 根据 Qt 文档:

On Mac OS X, this [the Meta key] corresponds to the Control keys. On Windows keyboards, this key is mapped to the Windows key.

所以我们只是简单地遵循 Qt 的用法。

注意:Qt 是构建 Spyder 的图形工具包。