LoginSignup

This article is a Private article. Only a writer and users who know the URL can access it.
Please change open range to public in publish setting if you want to share this article with other users.

More than 5 years have passed since last update.

Adjust Size by ShortcutプラグインにSketchライクなショートカットを設定するためのJSON

Last updated at Posted at 2018-11-12

記事の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"]
            }
        ]
    }
]

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up