Jump to content

Keyboard macros: Difference between revisions

→‎{{header|Tcl}}: Another interpretation of "macro"
(Vedit macro language added)
(→‎{{header|Tcl}}: Another interpretation of "macro")
Line 40:
}
bind . <Control-x><Control-c> {exit}</lang>
A more direct macro-like facility would be:
<lang tcl>bind . <F1> {
foreach c [split "Macro demo!" {}] {
event generate %W $c
}
}</lang>
 
=={{header|Vedit macro language}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.