quicksafe
quicksafe copied to clipboard
[OS X] Key presses are doubled in "Set password" dialog
On OS X, the WM_DELETE_WINDOW handler doubles all key presses, resulting in the password "abc" becoming "aabbcc". This is likely a Tkinter bug, but should be possible to work around.
Upstream bug filed at https://bugs.python.org/issue23128.