JetBrains Editors
With editors like IntelliJ, PyCharm, WebStorm, and PHPStorm, the Command + Click shortcut key (Jump to Source) wasn't working,
so I had to resort to using Command + ↓ instead.
After investigating the cause, I found out that it wasn't an issue with the JetBrains editors, but rather a problem with Karabiner-Elements.
By referring to these articles,
and modifying
.config/karabiner/karabiner.json
to set
lazy: to false,
it should resolve the issue.
HHKB+Karabiner+MacOS Mojave: How to Fix When Links Don't Work - Goota
https://gootablog.com/hhkb-karabiner-macos_mojave-commandclick
How to Fix "Command + Click" Not Working After Updating Karabiner-Elements | Various Notes
https://blog.kobasato.net/entry/karabiner-elements-command-click-not-work/
Comments