1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-08 05:19:15 +00:00

Merge pull request #119 from dandersson/hotkey_info_hook

Hook to add hotkey definition texts via plugins
This commit is contained in:
Andrew Dolgov
2013-04-02 05:57:39 -07:00
2 changed files with 6 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ class PluginHost {
const HOOK_TOOLBAR_BUTTON = 15;
const HOOK_ACTION_ITEM = 16;
const HOOK_HEADLINE_TOOLBAR_BUTTON = 17;
const HOOK_HOTKEY_INFO = 18;
const KIND_ALL = 1;
const KIND_SYSTEM = 2;