summaryrefslogtreecommitdiff
path: root/plugins/Shortcuts.py
diff options
context:
space:
mode:
authorjerous <jerous@gmail.com>2008-07-16 01:00:14 +0200
committerjerous <jerous@gmail.com>2008-07-16 01:00:14 +0200
commitf51b1696adcbaffa484f0eaa0abdd407c412e58e (patch)
tree45cb3ea06088df1326b74d1f6b0887d861eda7db /plugins/Shortcuts.py
parentfbc172317b698a40cdd6f517747fdfdf6ab6ae72 (diff)
disable shortcuts
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 99cf6d6..f8956f5 100644
--- a/plugins/Shortcuts.py
+++ b/plugins/Shortcuts.py
@@ -17,6 +17,7 @@ class pluginShortcuts(Plugin):
Plugin.__init__(self, winMain, 'Shortcuts')
def _load(self):
+ return
self.disp=Display()
self.root=self.disp.screen().root
self.root.change_attributes(event_mask=X.KeyPressMask)