summaryrefslogtreecommitdiff
path: root/plugins/Shortcuts.py
diff options
context:
space:
mode:
authorjerous <jerous@gmail.com>2008-06-12 21:17:04 +0200
committerjerous <jerous@gmail.com>2008-06-12 21:17:04 +0200
commitf357689b2536605ba023de0b0e931e96c944b00e (patch)
tree4473c8ab2990815a65e4d594f05e80a7bf199b29 /plugins/Shortcuts.py
parent4220e4a383311583ea82de5719d69301d4f875b1 (diff)
no settings for shortcuts plugin
Diffstat (limited to 'plugins/Shortcuts.py')
-rw-r--r--plugins/Shortcuts.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Shortcuts.py b/plugins/Shortcuts.py
index cd419dd..d348c45 100644
--- a/plugins/Shortcuts.py
+++ b/plugins/Shortcuts.py
@@ -32,6 +32,7 @@ class pluginShortcuts(Plugin):
return "Control playing using shortcuts."
def _getSettings(self):
+ return []
return [
['shortcuts.playpauze', 'Play/pauze', 'Key to start playing/pauze.', QtGui.QLineEdit(settings.get('shortcuts.playpauze', 'Win+Home'))],
]