Ronald Oussoren <ronaldousso...@mac.com> added the comment:

The double execution is definitely caused by having multiple event, one of 
which is a real keyboard event and the other one is a ghost one.

I'm seeing calls to save_as with 2 events: the first is a ghost event, with 
type 35 and '??' as the keycode and keysym. The second one seems to be the real 
event with type 2, keysym 'S' and keycode 65651.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11055>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to