以前に ⌘英かな + Karabiner-Elements  で「英数」キーと「かな」キーで日本語入力の切り替えトグルを実現していたが Karabiner-Elements のアップデートで、Karabiner-Elements単体でのトグルと、アプリケーション切り替えが利用可能になっていた   Windowsへのリモートデスクトップでは、USキーボードの問題から別の定義を作成したので、frontmost_application_unless を用いて除外    kanatoggle.json  {   "title": "日本語入力トグル",   "rules": [     {       "description": "英数トグル",       "manipulators": [         {           "type": "basic",           "description": "入力ソースが英字の場合、かなへ変更(RDP以外)",           "from": {             "key_code": "japanese_eisuu"           },           "to": [             {               "key_code": "japanese_kana"             }           ],           "conditions": [             {               "type": "input_source_if",               "input_sources": [                 {                   "language": "en"...