Register enter_mode command

This commit is contained in:
Florian Bruhin 2014-04-25 07:13:36 +02:00
parent b4033ced8b
commit 3407f3131d

View File

@ -114,6 +114,7 @@ class ModeManager(QObject):
if passthrough:
self.passthrough.append(mode)
@cmdutils.register(instance='modeman', name='enter_mode', hide=True)
def enter(self, mode):
"""Enter a new mode.