diff --git a/src/cthulhu/event_manager.py b/src/cthulhu/event_manager.py index cf35061..46897a6 100644 --- a/src/cthulhu/event_manager.py +++ b/src/cthulhu/event_manager.py @@ -118,7 +118,7 @@ class EventManager: if hasattr(cthulhu, 'cthulhuApp') and cthulhu.cthulhuApp: plugin_manager = cthulhu.cthulhuApp.getPluginSystemManager() if plugin_manager: - # plugin_manager.register_plugin_keybindings_with_active_script() + pass # plugin_manager.register_plugin_keybindings_with_active_script() def activateLegacyKeyHandling(self): if not self.legacyKeyHandlingActive: