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 eryksun
Recipients eryksun, paul.moore, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2020-09-08.05:59:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1599544765.51.0.152611666478.issue41729@roundup.psfhosted.org>
In-reply-to
Content
> Is this line needed with a repeat of 1, or should it be removed? 

It's not documented what it means to write a key event with wRepeatCount set to 0. It happens to work, but I'd leave it set to 1, which means the key was pressed once. Ideally, there should also be a subsequent key-up event that's the same except bKeyDown is FALSE, but test_winconsoleio doesn't need it.
History
Date User Action Args
2020-09-08 05:59:25eryksunsetrecipients: + eryksun, terry.reedy, paul.moore, tim.golden, zach.ware, steve.dower
2020-09-08 05:59:25eryksunsetmessageid: <1599544765.51.0.152611666478.issue41729@roundup.psfhosted.org>
2020-09-08 05:59:25eryksunlinkissue41729 messages
2020-09-08 05:59:25eryksuncreate