IntelliJ Find Action on Mac opens terminal app by error

落花浮王杯 提交于 2019-12-30 03:43:06

问题


When I press Cmd + Shift + A in IntelliJ it should open the "Find Action..." dialog. Instead it opens Terminal.app with the apropos command.

How can I resolve this problem?


回答1:


Seems in MacOs 10.14.4 a new default shortcut was enabled - Services -> Search man Page Index in Terminal. It uses the same shortcut as Find Action - Cmd+Shift+A. As a result using Find Action in the IDE could sometimes open terminal window with apropos <smth> command output.



来源:https://stackoverflow.com/questions/55746922/intellij-find-action-on-mac-opens-terminal-app-by-error

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!