tecla Ctrl não detectada no Terminal

1

Eu tenho um problema com o meu Mac Terminal. Não é mais capaz de detectar a tecla ctrl , então não posso mais usar atalhos como ctrl + C para parar uma tarefa em execução, porque quando eu faço o terminal ecoa apenas o caractere "c".

Eu tentei com stty -a e o intr parece estar ok:

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;

Alguma ideia de como resolvê-lo?

    
por user4508092 30.01.2015 / 12:43

0 respostas