Skip to content

AglaianWoman/wordpress-keyboard-shortcuts

 
 

Repository files navigation

Keyboard Shortcuts 👇

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.

About

A WordPress plugin which adds keyboard shortcuts for navigation and actions

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 59.6%
  • JavaScript 29.4%
  • Shell 11.0%