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 terry.reedy
Recipients serhiy.storchaka, terry.reedy
Date 2016-06-11.20:16:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465676208.39.0.0541536421726.issue27294@psf.upfronthosting.co.za>
In-reply-to
Content
Summary: Though I would like to see some refinements, this looks really useful as is and I would like it applied soon even if refinements have to wait for a second patch.

Moving the window did not generate a printed event.

I like the compact way of handling customization.  Two more possible exclusions: 1. The key state seems like it should only be interesting for key events.  2. The 4 mouse positions are pretty noisy and seem not relevant to key events, and to many other non-mouse events.

I wish "VirtualEvent event"s had the triggering sequence available, but you cannot change that.
.
History
Date User Action Args
2016-06-11 20:16:48terry.reedysetrecipients: + terry.reedy, serhiy.storchaka
2016-06-11 20:16:48terry.reedysetmessageid: <1465676208.39.0.0541536421726.issue27294@psf.upfronthosting.co.za>
2016-06-11 20:16:48terry.reedylinkissue27294 messages
2016-06-11 20:16:48terry.reedycreate