맥 인텔리제이 마우스 클릭 에러 Mac IntelliJ mouse click error
맥(Mac)에서 인텔리제이(IntelliJ)를 사용하다 보면 특정 상황에서 마우스 클릭이 안 먹는 경우가 있습니다.
이런 경우에 대한 해결 방법입니다.
- 마우스 우클릭으로 컨텍스트 창을 엽니다.
- Caps Lock(캡스락) 키를 눌러줍니다.
이렇게 하면 다시 클릭이 먹히게 됩니다. 상황에 따라 1번은 생략 가능합니다(생략할 경우에는 다른 프로그램에서 실행되지 않도록 반드시 인텔리제이 한 번 클릭해주세요).
다른 의견이나 해결 방법이 있다면 댓글로 남겨주세요.
스택오버플로우(stackoverflow)에 작성한 답변의 링크도 첨부합니다.
When using IntelliJ on a Mac, there are cases where mouse clicks do not work under certain circumstances.
Here is a workaround for this case.
1. Open the context window by right-clicking the mouse.
2. Press the Caps Lock key.
This will make the click work again. Depending on the situation, step 1 can be omitted (if you omit it, be sure to click IntelliJ once to prevent it from running in other programs).
I also attach a link to the answer I wrote on stackoverflow.