summaryrefslogtreecommitdiff
path: root/plugins/hotkeys
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2012-11-05 22:31:32 +0100
committerGravatar waker <wakeroid@gmail.com>2012-11-05 22:31:32 +0100
commit229fe9c713df897680f1256e8e9f28f5348d542e (patch)
treeaa5949e407832aa6a4ae12318d16c0e5b8c485b8 /plugins/hotkeys
parent312b62749dad56ea968fe96fdd5f625835a5db42 (diff)
hotkeys: description update
Diffstat (limited to 'plugins/hotkeys')
-rw-r--r--plugins/hotkeys/hotkeys.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/hotkeys/hotkeys.c b/plugins/hotkeys/hotkeys.c
index 5c9e9419..6236561a 100644
--- a/plugins/hotkeys/hotkeys.c
+++ b/plugins/hotkeys/hotkeys.c
@@ -719,9 +719,11 @@ static DB_hotkeys_plugin_t plugin = {
.misc.plugin.version_minor = 1,
.misc.plugin.type = DB_PLUGIN_MISC,
.misc.plugin.id = "hotkeys",
- .misc.plugin.name = "Global hotkeys support",
+ .misc.plugin.name = "Hotkey manager",
.misc.plugin.descr =
- "Allows one to control player with hotkeys\n"
+ "Manages local and global hotkeys, and executes actions when the assigned key combinations are pressed\n\n"
+ "This plugin has its own API, to allow 3rd party GUI plugins to reuse the code.\n"
+ "Check the plugins/hotkeys/hotkeys.h in the source tree if you need this.\n\n"
"Changes in version 1.1\n"
" * adaptation to new deadbeef 0.6 plugin API\n"
" * added local hotkeys support\n"