WP Manifestindependent plugin directory
manifest / admin / wordpress-keyboard-shortcuts

Keyboard Shortcuts archived

A WordPress plugin which adds keyboard shortcuts for navigation and actions

by John Blackbourn · github.com/johnbillion/wordpress-keyboard-shortcuts · website

25stars
5forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/johnbillion/wordpress-keyboard-shortcuts/archive/refs/heads/master.zip

Readme

Keyboard Shortcuts :point_down:

Contributors: johnbillion
Tags: keyboard, shortcuts, accessibility, productivity, hotkeys
Requires at least: 3.6
Tested up to: 3.7
Stable tag: 0.1
License: GPL v2 or later

Keyboard shortcuts for WordPress

Status

This plugin is currently a proof of concept more than anything else. The plugin is (hopefully) built so that other plugins can easily add their own shortcuts.

The plugin uses Mousetrap for the actual keyboard shortcut functionality, but this may change due to licensing incompatibility. The plugin abstracts this away though, so changing the library at a later date won't be too much of an issue.

Current Shortcuts

Current shortcuts are subject to change or disappear without notice.

Navigational Shortcuts

  • + P - Add new Post.
  • + A - Add new Page.
  • + M - Add new Media.
  • + U - Add new User.
  • G P - Go to Posts.
  • G A - Go to Pages.
  • G M - Go to Media.
  • G U - Go to Users.
  • G C - Go to Comments.

Contextual Shortcuts

  • + + (That's the plus key twice) - Add New. Works on:
    • Posts
    • Media
    • Terms
    • Users
    • Network sites
  • ⌘ S / Ctrl S - Save. Works on:
    • Posts
    • Media
    • Comments
    • Terms
    • Users

List Table Shortcuts

None yet. See issue #7.

Misc Shortcuts

  • ⌘ H / Ctrl H - Toggles WordPress' built-in Help panel.

Issues

Please see the GitHub issues page for brainstorming and issues.

Read the full README on GitHub →