<メモブログ>Paralells Desktop 13 for Mac + USキーボード で日本語入力を Command + Space で使う
Paralells Desktop 13 for Mac + USキーボード で日本語入力を Command + Space で使う方法
環境
- macOS Sierra
- Macbook Pro late 2013
- Paralells Desktop 13 for mac
- Windows 10
- Google 日本語入力(両方)
- ※Windows の Google日本語入力は Control + Space で日本語入力が切り替えられるように設定してある
症状
- Mac も Windows(VM内) もCommand + Space でIMEの切り替え(日本語<ー>英語)を行いたい
- Macのシステム設定レベルで入力ソースの切り替えを Command + Space に割り当てると、Paralells Desktop アプリケーションのキーバインドが無効(編集不可)になる
解決
手順
Karabina Elements のインストール
- Karabina Elements をダウンロードする。
- インストーラーに従ってインストールする。
設定ファイルの作成
- 以下のファイルを作る。ファイル名は適当。
vim ~/.config/karabiner/assets/complex_modifications/parallels.json
{ "title": "Paralells Desktop", "rules": [ { "description": "Command to Ctrl", "manipulators": [ { "type": "basic", "from": { "key_code": "left_command", "modifiers": { "optional": [ "any" ] } }, "to": [ { "key_code": "left_control" } ], "conditions": [ { "type": "frontmost_application_if", "bundle_identifiers": [ "^com\\.parallels\\.desktop\\.console", "^com\\.parallels\\.winapp\\." ] } ] } ] } ] }
- Karabina Elements の Preferences を開き、Complex Modifications タブ内の Rules を開く。
- 左下のAdd rule をクリック。
Command to Ctrl
のEnable
ボタンをクリックする。
おわり。