diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-12-01 10:48:08 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-12-01 10:48:08 +0100 |
commit | 816e6847aac13ad51bf7d569b90be5f7fbe5c027 (patch) | |
tree | 779f79053d895066de16044c73bff327a9209d4c /keymacros.conf | |
parent | 125872e75f48af908bd008037226bbddb62666c1 (diff) | |
download | vdr-816e6847aac13ad51bf7d569b90be5f7fbe5c027.tar.gz vdr-816e6847aac13ad51bf7d569b90be5f7fbe5c027.tar.bz2 |
Macros in 'keymacros.conf' can now use "@plugin" to directly access the main menu function of a given plugin
Diffstat (limited to 'keymacros.conf')
-rw-r--r-- | keymacros.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keymacros.conf b/keymacros.conf index 767d49d3..42cddc26 100644 --- a/keymacros.conf +++ b/keymacros.conf @@ -3,6 +3,7 @@ # Format: # # macrokey key1 key2 key3... +# macrokey @plugin key1 key2 key3... # # See man vdr(5) |