summaryrefslogtreecommitdiff
path: root/classes/pluginhost.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-12-28 10:46:53 +0400
committerAndrew Dolgov <[email protected]>2012-12-28 10:46:53 +0400
commite218c5f56fa6b4cc31510071163791627d067e9d (patch)
treec94d12732a1e411506c2830d70452f4a484acf12 /classes/pluginhost.php
parent43e706238a78633edb684c2e3b08260b1a91b149 (diff)
main ui: action-based hotkey system, add swap_jk plugin
Diffstat (limited to 'classes/pluginhost.php')
-rw-r--r--classes/pluginhost.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/pluginhost.php b/classes/pluginhost.php
index d7db7481c..b30409169 100644
--- a/classes/pluginhost.php
+++ b/classes/pluginhost.php
@@ -16,6 +16,7 @@ class PluginHost {
const HOOK_FEED_PARSED = 6;
const HOOK_UPDATE_TASK = 7;
const HOOK_AUTH_USER = 8;
+ const HOOK_HOTKEY_MAP = 9;
const KIND_ALL = 1;
const KIND_SYSTEM = 2;