in reply to Tk override Paste
The most likely cause is that the <<Paste>> event does not fire until after the paste has been done. Unless you need the modified value for another program, the easiest way to handle this is to modify the contents of the text widget instead of trying to change the selection contents.
|
|---|