reduce sleep time
This commit is contained in:
parent
cda91a1ab6
commit
a4b4560a6b
@ -64,7 +64,7 @@ class inputManager():
|
|||||||
self.executeDeviceGrab = False
|
self.executeDeviceGrab = False
|
||||||
else:
|
else:
|
||||||
while not self.grabAllDevices():
|
while not self.grabAllDevices():
|
||||||
time.sleep(0.2)
|
time.sleep(0.1)
|
||||||
self.executeDeviceGrab = False
|
self.executeDeviceGrab = False
|
||||||
def sendKeys(self, keyMacro):
|
def sendKeys(self, keyMacro):
|
||||||
for e in keyMacro:
|
for e in keyMacro:
|
||||||
|
Loading…
Reference in New Issue
Block a user