The code in the A section looks different than the other letters. I changed "win32api.keybd_event('A'" to "win32api.keybd_event(ord('A')
The code in the A section looks different than the other letters. I changed "win32api.keybd_event('A'" to "win32api.keybd_event(ord('A')