This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author basanna007
Recipients basanna007, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-10-02.09:24:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506936249.54.0.213398074469.issue31663@psf.upfronthosting.co.za>
In-reply-to
Content
Tried to run pyautogui.typewrite('Hello World') On IDLE terminal to type 'Hello World' string to an open notepad(say). As, i've interchanged my mouse click options(on windows OS), instead of 'Hello World' string being print to to the open notepad, i could see a right click on it.

The method pyautogui.typewrite() doesn't function as per mouse options settings on my machine.
History
Date User Action Args
2017-10-02 09:24:09basanna007setrecipients: + basanna007, paul.moore, tim.golden, zach.ware, steve.dower
2017-10-02 09:24:09basanna007setmessageid: <1506936249.54.0.213398074469.issue31663@psf.upfronthosting.co.za>
2017-10-02 09:24:09basanna007linkissue31663 messages
2017-10-02 09:24:09basanna007create