# cp.adobe.aftereffects.shortcuts

Translations between After Effects shortcuts and Hammerspoon-friendly shortcuts.

---

## API Overview
**Constants** - _Useful values which cannot be changed_
 * [keys](#keys)
 * [labels](#labels)
 * [modifiers](#modifiers)

---

## API Documentation

#### Constants

### [keys](#keys)

|                                             |                                                                                     |
| --------------------------------------------|-------------------------------------------------------------------------------------|
| **Signature**                               | `cp.adobe.aftereffects.shortcuts.keys -> table`                                                                    |
| **Type**                                    | Constant                                                                     |
| **Description**                             | Table containing key translations.                                                                     |
| **Notes**                                   | None |
| **Source**                                  | [src/extensions/cp/adobe/aftereffects/shortcuts.lua line 766](https://github.com/CommandPost/CommandPost/blob/develop/src/extensions/cp/adobe/aftereffects/shortcuts.lua#L766) |

---

### [labels](#labels)

|                                             |                                                                                     |
| --------------------------------------------|-------------------------------------------------------------------------------------|
| **Signature**                               | `cp.adobe.aftereffects.shortcuts.labels -> table`                                                                    |
| **Type**                                    | Constant                                                                     |
| **Description**                             | Table containing label translations.                                                                     |
| **Notes**                                   | None |
| **Source**                                  | [src/extensions/cp/adobe/aftereffects/shortcuts.lua line 6](https://github.com/CommandPost/CommandPost/blob/develop/src/extensions/cp/adobe/aftereffects/shortcuts.lua#L6) |

---

### [modifiers](#modifiers)

|                                             |                                                                                     |
| --------------------------------------------|-------------------------------------------------------------------------------------|
| **Signature**                               | `cp.adobe.aftereffects.shortcuts.modifiers -> table`                                                                    |
| **Type**                                    | Constant                                                                     |
| **Description**                             | Table containing modifier translations.                                                                     |
| **Notes**                                   | None |
| **Source**                                  | [src/extensions/cp/adobe/aftereffects/shortcuts.lua line 973](https://github.com/CommandPost/CommandPost/blob/develop/src/extensions/cp/adobe/aftereffects/shortcuts.lua#L973) |

---

---

<script src="https://giscus.app/client.js"
        data-repo="CommandPost/CommandPost"
        data-repo-id="MDEwOlJlcG9zaXRvcnk3NDY0NTk2NQ=="
        data-category="Website Discussion"
        data-category-id="DIC_kwDOBHMBzc4CXFFA"
        data-mapping="pathname"
        data-strict="0"
        data-reactions-enabled="1"
        data-emit-metadata="0"
        data-input-position="bottom"
        data-theme="dark"
        data-lang="en"
        crossorigin="anonymous"
        async>
</script>
