fix make second plugin ready
This commit is contained in:
parent
8575a5da17
commit
58910fb19e
@ -4,8 +4,6 @@ class command():
|
|||||||
def __init__(self):
|
def __init__(self):
|
||||||
pass
|
pass
|
||||||
def run(self, environment):
|
def run(self, environment):
|
||||||
print('fire')
|
|
||||||
#print(environment)
|
|
||||||
environment['runtime']['speechDriver'].cancel()
|
environment['runtime']['speechDriver'].cancel()
|
||||||
if environment['screenData']['newContentText'].replace(" ","") == '':
|
if environment['screenData']['newContentText'].replace(" ","") == '':
|
||||||
environment['runtime']['speechDriver'].speak("empty screen")
|
environment['runtime']['speechDriver'].speak("empty screen")
|
||||||
|
@ -2,4 +2,5 @@
|
|||||||
|
|
||||||
bindings = {
|
bindings = {
|
||||||
'2-29,1-42':'curr_line',
|
'2-29,1-42':'curr_line',
|
||||||
|
'1-29':'shut_up',
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user