MickeyKay / wp-hotkeys

[WordPress] Keyboard shortcuts plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

=== WP Hotkeys ===
Contributors: McGuive7, MIGHTYminnow
Tags: hotkeys, keyboard, shortcuts, admin, dashboard, jQuery, javascript, wordpress, faster, mouseless, mouse, speed
Donate link: http://mightyminnow.com
Requires at least: 3.0
Tested up to: 5.4
Stable tag: 0.9.8
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

WP Hotkeys provides time-saving keyboard shortcuts to help you quickly navigate the WordPress dashboard.

== Description ==
WP Hotkeys helps you navigate your dashboard as quickly as possible with fully customizable keyboard shortcuts. After installing WP Hotkeys, you will see the default hotkey hints display in brackets next to each standard menu item in the admin. Typing a hotkey will access the associated top-level admin menu item (e.g. Pages), and will display any submenu items and activate their associated hotkeys (e.g. All Pages, Add New). At any point you can use the arrow keys to navigate between menu items (left/right will enter/exit submenus), and the enter key to navigate to the active (underlined) menu item.

= Settings =
WP Hotkeys settings can be found at *Settings > WP Hotkeys*.

= Features =
* Works right out of the box with built-in default hotkeys for each standard dashboard menu item.
* Hotkey hints next to each menu item help you remember your shortcuts (can be toggled on/off).
* Fully customizable - define your own hotkeys.
* Lightweight - less than 4kb minified jQuery.
* Built-in warning to let you know if you have duplicate hotkeys.

= Coming Soon... =
* Export/import your favorite hotkey setup
* Define custom URL/hotkey pairings

== Installation ==
1. Install the plugin.
2. You'll now see hotkey hints displaying next to your dashboard menu items.
3. Go to *Settings > WP Hotkeys* to create your own custom hotkeys, toggle hotkey hinting on/off, and more.

== Screenshots ==
1. WP Hotkeys settings page
2. Hotkey hints in the dashboard

== Changelog ==
= 0.9.8 =
* Switch to Grunt workflow
* Add translations

= 0.9.7 =
* Removed anonymous function call for older PHP versions.
* Improved duplicate hotkey detection.

= 0.9.6 =
* Same as 0.9.5 since changes didn't upload.

= 0.9.5 =
* Fixed bug in which hotkeys weren't being removed when tabbing into textarea (replaced "textfield" with "textarea" in jQuery).

= 0.9.4 =
* Switched short PHP opening tag <? to full tag <?php

= 0.9.3 =
* Fixed array initialization issue [], instead of array()

= 0.9.2 =
* Fixed JS error for undefined subMenuLink

= 0.9.1 =
* Added video to readme
* Fixed incorrect initialization of array on line 103 of admin.php

= 0.9.0 =
* Initial release.

== Upgrade Notice ==
= 0.9.8 =
* Switch to Grunt workflow
* Add translations

= 0.9.7 =
* Removed anonymous function call for older PHP versions.
* Improved duplicate hotkey detection.

= 0.9.6 =
* Same as 0.9.5 since changes didn't upload.

= 0.9.5 =
* Fixed bug in which hotkeys weren't being removed when tabbing into textarea (replaced "textfield" with "textarea" in jQuery).

= 0.9.4 =
* Switched short PHP opening tag <? to full tag <?php

= 0.9.3 =
* Fixed array initialization issue [], instead of array()

= 0.9.2 =
* Fixed JS error for undefined subMenuLink

= 0.9.1 =
* Added video to readme
* Fixed incorrect initialization of array on line 103 of admin.php

= 0.9.0 =
* Initial release.

About

[WordPress] Keyboard shortcuts plugin


Languages

Language:PHP 79.4%Language:JavaScript 19.9%Language:CSS 0.7%