---
slug: "jetbrains-editor-command-click-jump-to-source-not-working"
title: "If the \"Jump to Source\" Shortcut (Command + Click) Stops Working in Jetbrains Editor"
description: "If `Command + Click` (Jump to Source) stops working in a JetBrains IDE (PyCharm / IntelliJ), here are the settings to re-check."
url: "https://www.ytyng.com/en/blog/jetbrains-editor-command-click-jump-to-source-not-working"
publish_date: "2019-06-18T23:59:20Z"
created: "2019-06-18T23:59:20Z"
updated: "2026-05-11T13:12:52.189Z"
categories: []
keywords: ""
featured_image_url: "https://media.ytyng.com/resize/20230812/08befa7770f94a59a57a88dbd4a67eab.png.webp?width=768"
has_video: false
has_music: false
video_urls: []
music_urls: []
lang: "en"
---

# If the "Jump to Source" Shortcut (Command + Click) Stops Working in Jetbrains Editor

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