remove message
This commit is contained in:
parent
ce4da1834f
commit
4365d0c306
@ -62,11 +62,9 @@ class inputManager():
|
||||
if self.env['runtime']['screenManager'].getCurrScreenIgnored():
|
||||
if self.ungrabAllDevices():
|
||||
self.executeDeviceGrab = False
|
||||
print('ungrabbed')
|
||||
else:
|
||||
if self.grabAllDevices():
|
||||
self.executeDeviceGrab = False
|
||||
print('grabbed')
|
||||
def sendKeys(self, keyMacro):
|
||||
for e in keyMacro:
|
||||
key = ''
|
||||
|
Loading…
Reference in New Issue
Block a user