add more stuff

This commit is contained in:
chrys
2019-02-04 00:19:21 +01:00
parent d65a3fc596
commit dd84da9849
9 changed files with 41 additions and 44 deletions

View File

@ -16,6 +16,8 @@ class command():
def getDescription(self):
return _('get prev v menu entry')
def run(self):
print('PREV MENU')
self.env['runtime']['vmenuManager'].prevIndex()
text = self.env['runtime']['vmenuManager'].getCurrentEntry()
self.env['runtime']['outputManager'].presentText(text, interrupt=True)