speed up paste

This commit is contained in:
chrys 2017-02-13 20:55:57 +01:00
parent ed4ba21ee1
commit 7ee97af1ae

View File

@ -35,7 +35,7 @@ class driver():
with open(useScreen, 'w') as fd:
for c in text:
fcntl.ioctl(fd, termios.TIOCSTI, c)
time.sleep(0.005)
time.sleep(0.0005)
def getCurrApplication(self):
apps = []