more cleanup

This commit is contained in:
chrys
2016-09-25 20:12:49 +02:00
parent fb7ea791f0
commit b50e4fde73
3 changed files with 12 additions and 14 deletions

View File

@ -17,7 +17,7 @@ class command():
return 'sends the following keypress to the terminal'
def run(self):
self.env['input']['keyForeward'] = True
self.env['input']['keyForeward'] = 2
self.env['runtime']['outputManager'].presentText('Foreward next keypress', interrupt=True)
def setCallback(self, callback):