karabiner
karabiner-Elements
macOS向けのキーリマップ・カスタマイズツール
Examples for Complex Modifications
{
"description": "ESCを押したら強制的にIMEをオフにする(iTerm2、VSCode限定)",
"manipulators": [
{
"conditions": [
{
"bundle_identifiers": [
"^com\\.googlecode\\.iterm2$",
"^com\\.m
<icrosoft\\.VSCode$"
],
"type": "frontmost_application_if"
}
],
"description": "iTerm2, vscodeでESC押したときに日本語入力を英数に切り替える。",
"from": { "key_code": "escape" },
"to": [{ "key_code": "escape" }],
"to_if_alone": [{ "key_code": "japanese_eisuu" }],
"type": "basic"
}
]
}
karabiner.txt · 最終更新: by nullpon