在 Eclipse Emacs 模式下,有什么方法可以将 Alt 键重新映射或添加到 Esc 键吗?
我习惯了 Emacs 使用 Esc 作为 Metakey。在eclipse中我可以将Esc键更改为Alt键吗?
I'm used to the Emacs use of Esc for Metakey. In eclipse may I change the Esc key to be the Alt key?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不,我不认为有办法做到这一点。 相关 Eclipse UI 文档 指出:
ESC只是一个“普通”键。 Emacs 专门处理 ESC,因此它的作用类似于修饰符。
Nope, I don't think there's a way to do that. The relevant Eclipse UI docs state:
ESC is only a "normal" key. Emacs handles ESC specifically, so that it acts like kind of a modifier.
在 Windows 平台上,您可以使用 AutoHotkey 将 Esc 重新映射到 Alt
只需将其添加到您的 Autohotkey 脚本中:
您可能需要调整第一行以匹配 Eclipse 窗口的类(使用 Autohokey 中提供的 Windows 间谍工具)。
On windows plateform you can use AutoHotkey to remap Esc to Alt
Just add this to your Autohotkey script :
you may need to adjust the first line to match the class of your Eclipse window (use the windows spy tool provided in Autohokey).