pywinauto.keyboard

Check that SendInput can work the way we want it to

The tips and tricks at http://www.pinvoke.net/default.aspx/user32.sendinput might be useful!

exception pywinauto.keyboard.KeySequenceError

Exception raised when a key sequence string has a syntax error

pywinauto.keyboard.SendKeys(keys, pause=0.05, with_spaces=False, with_tabs=False, with_newlines=False, turn_off_numlock=True)

Parse the keys and type them