Why Does Keyboard Input Suddenly Stop Working on Mac?
조회 수: 5 (최근 30일)
이전 댓글 표시
MathWorks Support Team
2020년 11월 12일
답변: MathWorks Support Team
2020년 11월 12일
After about 30 minutes, the keyboard input stops working in MATLAB. I am still able to click but cannot type into a script or the command window.
채택된 답변
MathWorks Support Team
2020년 11월 12일
This issue is related to the accent character display on Mac. If this issue arises, press and hold a key without accent options (like 'q') for 3-5 seconds. This should restore the ability to type.
Alternatively, disabling the character accent menu on your Mac may remedy the issue permanently. You can do this by launching the Terminal on your Mac and entering in the following line:
defaults write -g ApplePressAndHoldEnabled -bool false
Then restart MATLAB.
This will change your settings so that holding down a key on the keyboard types that key repeatedly, instead of bringing up the accent menu.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Characters and Strings에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!