macOS 10.14.4 introduced a keyboard shortcut that conflicts with one of IntelliJ IDEA’s best shortcuts. cmd-shift-a
pops open a Terminal window running an apropos search on the text selection, rather than the command palette.
You can manually disable these keyboard shortcuts via System Preferences, but this script does this programmatically. I was unable to find any existing information about how to do this via the command line, so I rolled my own solution.
It took a long time to work out which defaults
domain to find the plist for this. I probably worked out the pbs
domain from this post.