記事のJXAで使うJSONファイルです。
[
{
"appName": "Adobe XD CC.app",
"shortcut": [
{
"menu": "Shrink Width",
"key": "left",
"modifier": ["command"]
},
{
"menu": "Shrink Height",
"key": "up",
"modifier": ["command"]
},
{
"menu": "Extend Width",
"key": "right",
"modifier": ["command"]
},
{
"menu": "Extend Height",
"key": "down",
"modifier": ["command"]
},
{
"menu": "Shrink Greatly Width",
"key": "left",
"modifier": ["command", "shift"]
},
{
"menu": "Shrink Greatly Height",
"key": "up",
"modifier": ["command", "shift"]
},
{
"menu": "Extend Greatly Width",
"key": "right",
"modifier": ["command", "shift"]
},
{
"menu": "Extend Greatly Height",
"key": "down",
"modifier": ["command", "shift"]
}
]
}
]