LoginSignup
2
4

More than 5 years have passed since last update.

KarabinerをIntelliJ IDEAだけ無効にする

Posted at

KeymapをEmacs設定にすると要らなくなるので。

1. private.xml を編集

環境設定の Misc & Uninstall より Open private.xml を選択して private.xml を編集する

<?xml version="1.0"?>
<root>
    <appdef>
        <appname>IntelliJ_IDEA</appname>
        <equal>com.jetbrains.intellij</equal>
    </appdef>
    <item>
        <name>Disable all settings while using IntelliJ IDEA</name>
        <identifier>private.ignore_intellij_idea</identifier>
        <only>IntelliJ_IDEA</only>
        <autogen>__PassThrough__</autogen>
    </item>
</root>

2. xmlを再読込し、設定にチェックを入れる

設定の Change Key に戻り、 Reload XML をすると上記で設定した Disable all settings while using IntelliJ IDEA が一番上に表示されているのでチェックを入れる

2
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
4