2019.1: Find Action shortcut opens terminal "securityuploadd"
If I press CMD-SHIFT-A to open the Find Action... panel, a macOS Terminal opens with the following output. I have confirmed that CMD-SHIFT-A is not mapped to anything else in PhpStorm settings. Any ideas?
securityuploadd(8) - Keychain Metrics Uploader
git-upload-archive(1) - Send archive back to git-archive
git-upload-pack(1) - Send objects packed back to git-fetch-pack
[Process completed]
Please sign in to leave a comment.
Same problem, but I noticed that the opened terminal has title with previous action preceded by a word "apropos". F.e. "apropos Pull", "apropos Project Settings".
Then the context change depends on that command.
For "appropos Pull" it is:
Oh good point, yeah I am seeing it change on some runs:
Please check https://youtrack.jetbrains.com/issue/IDEA-209726#focus=streamItem-27-3361953.0-0
The issue is caused by changes in macOS system shortcuts.
Go to
System Preferences | Keyboard | Shortcuts | Services
and disableSearch man Page Index in Terminal
.Thanks!, you've just saved me.
I was starting to think it was a bug of the latest PHPStorm version.
Thanks, @ashish, it woked for me.
Every time I update my mac I end up finding a new conflict with another software, wtf... last time the issue was about night mode/shift and Workbench.
Yes, thanks @ashish! I'd fixed a keyboard shortcut issue with something else before, and didn't realize that's what was happening here, too.
Thanks @ashish for the workaround!!!