사용 환경
Model : MacBook Pro 15”/ 2014 MidH/W: i7 2.2GHz/ 16GB 1600MHz DDR3/ Intel Iris Pro 1536 MBOS : macOS Mojave 버전 10.14.5IntelliJ : IntelliJ IDEA 2018.1.1 (Ultimate Edition)
![](https://blog.kakaocdn.net/dn/n6NFV/btqxsCf4XIH/PCk3OXpnrUE89FACboKxHk/img.png)
현상
IntelliJ에서 코딩하다 보면 가끔 영문 키 입력이 길게 눌러져서 위에처럼 특수문자가 뜨는 경우가 있다.그런데.. 뜨는 건 좋은데.. 이렇게 뜨고 난 이후에는 키 를 한번 눌러서는 타이핑이 안된다ㅠ
원인
해결
-
입력소스 전환한영키로 입력소스를 한글로 전환하였다가 다시 영문으로 변경 후 타이핑.
-
맥 자체의 악센트 입력 기능 비활성화 (terminal에서 해당 명령어 실행 후 Mac 재실행)
-
OS 전체 적용defaults write -g ApplePressAndHoldEnabled -bool false
-
IntelliJ 만 적용defaults write com.jetbrains.intellij ApplePressAndHoldEnabled -bool false
-
IntelliJ(community edition) 만 적용defaults write com.jetbrains.intellij.ce ApplePressAndHoldEnabled -bool false
-
같이보기
참고
Fix your Mac’s accent menu not working | MacIssues
The accent menu in OS X is a small contextual menu reminiscent of that for iOS, where when you type a character that has optional accent characters you can access them quickly without needing to use separate character panels, key combinations, or keyboard
www.macissues.com
Intellij-idea: auto-repetition of letter keys
Using Intellij-Idea 12 on OS X, I have a strange problem: when I keep a letter ([a-z]) key pressed in the editor, the key stroke does not repeat. This is unfortunately a problem since I would like ...
stackoverflow.com
How to use emoji, accents, and symbols on your Mac
macOS includes features that make it easy to find and type special characters like emoji and currency symbols.
support.apple.com