Skip to content

Instantly share code, notes, and snippets.

@AjayKumar01
Last active May 29, 2016 05:05
Show Gist options
  • Save AjayKumar01/3d901864935d3b48ac19ff42dcf9d5e2 to your computer and use it in GitHub Desktop.
Save AjayKumar01/3d901864935d3b48ac19ff42dcf9d5e2 to your computer and use it in GitHub Desktop.
Adding Shortcut name in record.js
/*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