remove message

This commit is contained in:
Chrys 2019-10-04 17:35:10 +02:00
parent ce4da1834f
commit 4365d0c306

View File

@ -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 = ''