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.env['runtime']['screenManager'].getCurrScreenIgnored():
if self.ungrabAllDevices(): if self.ungrabAllDevices():
self.executeDeviceGrab = False self.executeDeviceGrab = False
print('ungrabbed')
else: else:
if self.grabAllDevices(): if self.grabAllDevices():
self.executeDeviceGrab = False self.executeDeviceGrab = False
print('grabbed')
def sendKeys(self, keyMacro): def sendKeys(self, keyMacro):
for e in keyMacro: for e in keyMacro:
key = '' key = ''