Last active
May 29, 2016 05:05
-
-
Save AjayKumar01/3d901864935d3b48ac19ff42dcf9d5e2 to your computer and use it in GitHub Desktop.
Adding Shortcut name in record.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*custom/modules/Accounts/clients/base/layouts/record/record.js | |
* Ajay Kumar | |
*/ | |
({ | |
plugins: ['ShortcutSession'], | |
shortcuts: ['Sidebar:Toggle', 'Record:Edit', 'Record:Delete', 'Record:Save', 'Record:Cancel', 'Record:Previous', 'Record:Next', 'Record:Favorite', 'Record:Follow', 'Record:Copy', 'Record:Action:More', 'Record:Test'] | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment