在终端中未检测到Ctrl键

时间:2015-01-29 16:04:11

标签: terminal controls shortcuts ctrl stty

我的Mac终端有一个问题。 它不再能够检测到ctrl键,因此我不能再使用^C之类的快捷方式来停止正在运行的任务,因为当我按 ctrl + C 终端仅回显“c”字符。

我尝试使用stty -a并且 intr 似乎没问题:

speed 9600 baud; 22 rows; 80 columns;
lflags: icanon isig iexten echo echoe -echok echoke -echonl echoctl
    -echoprt -altwerase -noflsh -tostop -flusho pendin -nokerninfo
    -extproc
iflags: -istrip icrnl -inlcr -igncr -ixon -ixoff ixany imaxbel iutf8
    -ignbrk brkint -inpck -ignpar -parmrk
oflags: opost onlcr -oxtabs -onocr -onlret
cflags: cread cs8 -parenb -parodd hupcl -clocal -cstopb -crtscts -dsrflow
    -dtrflow -mdmbuf
cchars: discard = ^O; dsusp = ^Y; eof = ^D; eol = <undef>;
    eol2 = <undef>; erase = ^?; intr = ^C; kill = ^U; lnext = ^V;
    min = 1; quit = ^\; reprint = ^R; start = ^Q; status = ^T;
    stop = ^S; susp = ^Z; time = 0; werase = ^W;

有关如何解决它的想法吗?

0 个答案:

没有答案