如何通过终端(iTerm2)发送emacs control-quote(C - ')

时间:2014-01-01 23:01:57

标签: macos emacs24 iterm2

我已经看到了xterm案例的答案 Send "C-(" to Emacs in VT100/xterm terminal (Mac OS X's Terminal)?

然而,在通过iTerm2发送转义序列或十六进制代码时,我如何在 ctrl + char 组合(如emacs C-')中表示conrol键?

按照上面的链接进行实验,我可以发送 C - & C - 但不是 C - '。为什么?

^[[27;6;38~ yields C-&    as expected
^[[27;6;39~ yields ~      only tilde 
^[[27;6;40~ yields C-(    as expected

0 个答案:

没有答案