speed up paste
This commit is contained in:
parent
ed4ba21ee1
commit
7ee97af1ae
@ -35,7 +35,7 @@ class driver():
|
|||||||
with open(useScreen, 'w') as fd:
|
with open(useScreen, 'w') as fd:
|
||||||
for c in text:
|
for c in text:
|
||||||
fcntl.ioctl(fd, termios.TIOCSTI, c)
|
fcntl.ioctl(fd, termios.TIOCSTI, c)
|
||||||
time.sleep(0.005)
|
time.sleep(0.0005)
|
||||||
|
|
||||||
def getCurrApplication(self):
|
def getCurrApplication(self):
|
||||||
apps = []
|
apps = []
|
||||||
|
Loading…
Reference in New Issue
Block a user