| 
      ...record and play back keystrokes in the IDE?
     | 
   
   
    | Autor: 
      Thomas Stutz     | 
   
  | [ Print tip 
] |   |   |   
 
 
 
If you write a lot of code, you would 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  
 
1. pressing [Ctrl][Shift][R] to start recording,  
2. type in the keystrokes  you want repeated, and  
3. press [Ctrl][Shift][R] to stop recording.  
4. To Play back, press [Ctrl][Shift][P]. 
 
 
So kann ein Tastaturmakro in der Delphi IDE aufgezeichnet werden: 
 
1. Eine Aufzeichnung wird durch Strg+Umschalt+R begonnen.  
2. Anschliessend können die aufzuzeichnenden Tastenkombinationen 
   gedrückt werden. 
3. Am Schluss der Aufzeichnung erneut Strg+Umschalt+R  
   drücken, um die Aufzeichnung zu beenden. 
4. Zum Ausführen des Makros Strg+Umschalt+P drücken. 
 
 
  
                       |