LoginSignup
0
0

More than 5 years have passed since last update.

macOS Sierra で右コマンドキーを日本語ON/OFFに割り当てる方法。

Posted at

これまでのバージョンでは、karabinerで一発だったんですがkarabinerが使えなくなったので、ほんの少し手間がかかります。

karabiner-Elementsをインストールして起動させる。

karabiner.jsonを作成

ディレクトリ ~/.karabiner.d/configuration を作成して、以下のファイルをkarabiner.jsonという名前で保存します。

{
    "profiles": [
        {
            "name": "Default profile",
            "selected": true,
            "simple_modifications": {
                "right_command": "f10"
            }
        }
    ]
}

環境設定を変更

環境設定-キーボード-ショートカット-入力ソースでキーボードショートカットを変更します。

入力ソースの次のソースを選択 → F10

この例では、F10キーを日本語ON/OFFに割り当てましたが、当然他のキーでも使えます。

以上。

0
0
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
0
0