'''[event add]''' ''<> sequence ?sequence ...?'' '''[event delete]''' ''<> ?sequence sequence ...?'' '''[event generate]''' ''window event ?option value option value ...?'' '''[event info]''' ''?<>?'' ---- http://purl.org/tcl/home/man/tcl8.4/TkCmd/event.htm ---- Tested to work on Windows: event generate . ;# sudden death, somehow like [exit] However, other Alt-(initial) events don't work when called from '''event''', only from the keyboard. Also see "[event-oriented programming]". ---- [Tk syntax help] - [Arts and Crafts of Tcl-Tk Programming] - [Category Command]