Delphi .NET (2) Database (71) Delphi IDE (89) Network (39) Printing (3) Strings (12) VCL (83) Windows with Delphi (280)
Exchange Links About this site Links to us 
|
Keystroke recording and playing back in the IDE
This article has not been rated yet. After reading, feel free to leave comments and rate it.
If you write a lot of code, you probably have come across a situation where you need to record some keystrokes and play them back a number of times.
You can now do this in the Delphi IDE by pressing [Ctrl][Shift][R] to start recording, type in the keystrokes you want repeated, and press [Ctrl][Shift][R] to stop recording. To Play back, press [Ctrl][Shift][P].
Works with Default and Classic keymapping, Delphi 2.x and higher.
Comments:
|