-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
32 lines (22 loc) · 1006 Bytes
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
=== Plugin Name ===
Contributors: mvdcorput
Donate link: http://www.mvdcorput.nl/
Tags: redirect, example, url, key
Requires at least: 3.0.1
Tested up to: 3.4
Stable tag: 4.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Bind CTRL-ALT-Key combinations to page/url redirects
== Description ==
This plugin enables you to configure CTRL-ALT-Key combinations as redirects to pages/urls.
After installing the plugin, you can configure the plugin in the settings menu.
This plugin uses the third party mousetrap library for wiring up the key press events.
By default, CTRL-ALT-L is configured to redirect to the wp-admin login url.
== Installation ==
1. Upload the plugin files to the `/wp-content/plugins/plugin-name` directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the 'Plugins' screen in WordPress
3. Use the Settings->Plugin Name screen to configure the plugin
== Changelog ==
= 1.0 =
* Initial version