5 lines
92 B
Tcl
5 lines
92 B
Tcl
bind . <F1> {
|
|
foreach c [split "Macro demo!" {}] {
|
|
event generate %W $c
|
|
}
|
|
}
|