Created
June 22, 2015 13:48
-
-
Save jhned/8e38d1ac0ea24d56b015 to your computer and use it in GitHub Desktop.
This file contains 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
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