Skip to content

Instantly share code, notes, and snippets.

@jhned
Created June 22, 2015 13:48
Show Gist options
  • Save jhned/8e38d1ac0ea24d56b015 to your computer and use it in GitHub Desktop.
Save jhned/8e38d1ac0ea24d56b015 to your computer and use it in GitHub Desktop.
var admin_actions = [
{
"title" : "Publish",
"target" : "input[type=\"submit\"]#publish",
"action" : "click",
"shortcut" : "shift+s"
},
{
"title" : "View Post",
"target" : "#view-post-btn .button-small",
"action" : "click",
"shortcut" : "shift+v"
},
{
"title" : "Add Media",
"target" : "#insert-media-button",
"action" : "click"
"shortcut" : "shift+m"
},
{
"title" : "Set Featured Image",
"target" : "#set-post-thumbnail",
"action" : "click",
"shortcut" : "shift+i"
}
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment