Update 10000-shut_up.py
This commit is contained in:
parent
de7fe4c25f
commit
a7e7fbd145
@ -11,6 +11,8 @@ class command():
|
|||||||
# if environment['screenData']['newCursor'] == environment['screenData']['oldCursor'] and\
|
# if environment['screenData']['newCursor'] == environment['screenData']['oldCursor'] and\
|
||||||
# environment['screenData']['newDelta'] == environment['screenData']['oldDelta']:
|
# environment['screenData']['newDelta'] == environment['screenData']['oldDelta']:
|
||||||
# return environment
|
# return environment
|
||||||
|
if environment['input']['currShortcut'] != '':
|
||||||
|
return environment
|
||||||
environment['runtime']['outputManager'].interruptOutput(environment)
|
environment['runtime']['outputManager'].interruptOutput(environment)
|
||||||
return environment
|
return environment
|
||||||
def setCallback(self, callback):
|
def setCallback(self, callback):
|
||||||
|
Loading…
Reference in New Issue
Block a user