Answers:
基于:https : //superuser.com/a/516847/205010
安装gnome-tweak-tool: sudo apt-get install gnome-tweak-tool
打开它: gnome-tweak-tool
转到Keyboard and Mouse
并更改Key Theme
为Emacs
按照此答案的建议,我设法使用AutoKey解决了该问题。我的一些短语是:
content | hotkey | description
---------------------------------------------------------------
<ctrl>+f | <ctrl>+<alt>+f | replace the find operation
<home> | <ctrl>+a | begining of line
<end> | <ctrl>+e | end of line
<left> | <ctrl>+b | back one letter
<right> | <ctrl>+f | forward one letter
<delete> | <ctrl>+d | delete one letter
<home><shift>+<end><delete> | <ctrl>+k | kill line
(是的,杀线组合很讨厌找到:)
您可以继续替换内容,但是我不希望思维重映射变大(例如ctrl + n不会打开新窗口,而是转到下一行)。总而言之,AutoKey是一个很棒的应用程序!
无论如何,现在我有了emacs的人体工程学,不必在整个Ubuntu中都留下“字母键”-在我正在编辑的每个文本框中。是的!
更新:随着我更深入地使用AutoKey来微调所有内容,我进行了一些更改。您可以在我的dotfiles git repo中看到我完整的AutoKey Ubuntu-Emacs配置(并将其安装)。
还有另一种不涉及第三方应用程序的解决方案,这里发布了ubuntu 12.04中的emacs键绑定