keyboard
keyboard copied to clipboard
How to stop keyboard.write(lengthy_text)
I have a situation where paste doesn't work, hence i use keyboard.write() to quickly type the whole thing , but sometimes text is very lengthy and i couldn't stop it writing. Is there a failsafe key ( esc ) key to stop the keyboard.write() immediately?
same question here.