Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 ubuntu 10.04 上使用 emacs 23。我想重新映射“C-[”绑定。目前,当我按下它时,它会给我“ESC”。有没有办法重新映射它?
这不是 Emacs 绑定,但在 X 中具有全局效果,它被用作练习触摸打字的人的 ESC 的更方便的替代品。我想如果你想以另一种方式使用它,你将不得不修改 X 键盘映射,但我不建议这样做。
C-[ 是ASCII ESCAPE 字符,Emacs 通常写为ESC.
C-[
ESC
这里没有涉及到键(它是一个字符),也没有涉及到键绑定。或者更确切地说,您的键盘Escape键发送控制字符 ESCAPE(也写为C-[and ESC)。