add some command handling
This commit is contained in:
@ -4,7 +4,10 @@ class command():
|
||||
def __init__(self):
|
||||
pass
|
||||
def run(self, environment):
|
||||
pass
|
||||
print('fire')
|
||||
#print(environment['screenData']['newContentText'])i
|
||||
print(environment['screenData']['newCursor']['x'])
|
||||
environment['runtime']['speechDriver'].speak(environment['screenData']['newContentText'].split('\n')[environment['screenData']['newCursor']['x']-1])
|
||||
def setCallback(self, callback):
|
||||
pass
|
||||
def shutdown(self):
|
||||
|
Reference in New Issue
Block a user