Skip to content

Instantly share code, notes, and snippets.

@jhned
Last active August 29, 2015 14:19
Show Gist options
  • Save jhned/1096ea42eb4f8d09804b to your computer and use it in GitHub Desktop.
Save jhned/1096ea42eb4f8d09804b to your computer and use it in GitHub Desktop.
WordPress Custom Admin Shortcuts

WordPress Custom Admin Shortcuts

I customized the [Admin Keys](https://wordpress.org/plugins/admin-keys/) WordPress Plugin to create custom keyboard shortcuts for navigation and actions in the WordPress admin. The [standard WordPress shortcuts](https://codex.wordpress.org/Keyboard_Shortcuts) still apply.

Navigation

(shortcut + command+enter = page)
note: these are done in sequence, not all at once

d Dashboard
p Pages
n p New Page
b Posts (Blog)
n b New Post
c f Contact Form 7
n c f New Contact Form 7
m Media Library
n m Add New Media
a t Themes
a w Widgets
a m Menus
g Plugins
n g Add New Plugin
u g Upload Plugin
u Users
n u Add New User
t Tools
i t Import
e t Export
d b Migrate DB Pro
f r Force Regenerate Thumbnails
s g General Settings
s w Writing
s r Reading
s m Media Settings
s p Permalinks

Actions

Clear input focus
a Select all checkbox
n Add new
⇧+s Primary button click
⇧+b+h Secondary button click
⇧+t Open page/post in new tab
Pagination: next page
Pagination: previous page
⇧+→ Pagination: last page
⇧+← Pagination: first page
⇧+f Search box focus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment