I don't know one offhand but possible TkReplay might give you ideas
(https://wiki.tcl-lang.org/page/TKReplay)?
It's somewhat dated but Tcl/Tk tend to be very compatible between
releases so perhaps a few tweaks might get it running.
If you do implement something with tkreplay or independently, the
community would be grateful if you publish it :-)
/Ashok
Post by Shaun KulesaI want to mirror events happening on one tk window to another. I know I can execute these the events using `event generate`.
But I am unsure how to read all events being handled in a window. I have looked at things like the dooneevent and the history command.
Is there a way to record all the previous executed events?