146
52

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

MacOS Catalina で Karabiner-Elements を有効にする

Last updated at Posted at 2019-06-30

MacOS を Catalina に上げたら Karabiner-Elements が使えなくなってしまったので、修正するためにやったこと。

参考: https://github.com/tekezo/Karabiner-Elements/issues/1867

手順

  • Mac の設定を開き、Security & Privacy -> Input Monitoring を選択する。

  • Terminal を開いて Karabiner Elements の bin ファイルがある場所を開く(以下のコマンドをコピペすると早い)

open /Library/Application\ Support/org.pqrs/Karabiner-Elements/bin/          
  • 開いたフォルダから以下の2つのファイルを Input Monitoring にドラッグ&ドロップする。

    • karabiner_grabber
    • karabiner_observer

image.png

** もし、Input Monitoring の中に何のファイルも入っておらず、ファイルの追加ができない場合は Karabiner-EventViewer を起動するとそれが Input Monitoring に追加されるので、他のファイルも入れられるようになる。

  • Terminal で以下のコマンドを実行し、追加された2ファイルを一旦終了させる
sudo killall karabiner_grabber
sudo killall karabiner_observer

これでまた Karabiner−Elements が正常に動くようになる。

146
52
7

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
146
52

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?