Windows用キーリマップアプリケーションやまぶきRの設定フォーマットを拝借して、Mac用キーリマップアプリケーションKarabiner-Elements用設定ファイルをお手軽に作っちゃおうぜというスクリプトです。
{
"type": "basic",
"from": {
"key_code": "insert",
"modifiers": {
"optional": [
"any"
]
}
},
"to": [
{
"key_code": "spacebar"
}
],
"conditions": [
{
"type": "keyboard_type_if",
"keyboard_types": [
"ansi"
]
},
{
"type": "frontmost_application_unless",
"bundle_identifiers": [
"^com\\.apple\\.loginwindow$"
]
}
]
}
2018/12/8 ver.0.0.1