Simulate input/Keyboard: Difference between revisions

m (→‎{{header|Raku}}: Update for 3rd party modifications)
Line 725:
Note also that the task on [[Keyboard macros#Tcl|keyboard macros]]
illustrates a very closely related method.
 
 
Simulate pressing the Escape, Backspace etc keys
<lang tcl>
twapi::send_keys ({Esc})
</lang>
 
=={{header|VBScript}}==
Anonymous user