Connecting Tech Pros Worldwide Forums | Help | Site Map

Keyboard Macros

Padu
Guest
 
Posts: n/a
#1: Mar 9 '06
I realize this is more of an IDE question than C#, but is there any "macro
recording" capability for keystrokes in visual studio 2005?

In Delphi for example, your press ctrl+shft+R and it starts recording all
keystrokes you press. ctrl+shft+R again and it stops recording. ctrl+shft+P
"plays" the macro. This feature is very useful sometimes.

Cheers

Padu



Nicholas Paldino [.NET/C# MVP]
Guest
 
Posts: n/a
#2: Mar 9 '06

re: Keyboard Macros


Padu,

The same exact keystrokes work in VS.NET 2005.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- mvp@spam.guard.caspershouse.com

"Padu" <padu@merlotti.com> wrote in message
news:s42dnaha_YnfBo3ZRVn-tA@iswest.net...[color=blue]
>I realize this is more of an IDE question than C#, but is there any "macro
>recording" capability for keystrokes in visual studio 2005?
>
> In Delphi for example, your press ctrl+shft+R and it starts recording all
> keystrokes you press. ctrl+shft+R again and it stops recording.
> ctrl+shft+P "plays" the macro. This feature is very useful sometimes.
>
> Cheers
>
> Padu
>[/color]


Padu
Guest
 
Posts: n/a
#3: Mar 9 '06

re: Keyboard Macros


"Nicholas Paldino[color=blue]
> Padu,
>
> The same exact keystrokes work in VS.NET 2005.
>
> Hope this helps.
>
> "Padu"[color=green]
>>I realize this is more of an IDE question than C#, but is there any "macro
>>recording" capability for keystrokes in visual studio 2005?
>>
>> In Delphi for example, your press ctrl+shft+R and it starts recording all
>> keystrokes you press. ctrl+shft+R again and it stops recording.
>> ctrl+shft+P "plays" the macro. This feature is very useful sometimes.
>>
>> Cheers
>>
>> Padu
>>[/color]
>
>[/color]


Now I feel so dumb on not having tried before... :S
Thanks a bunch!

Cheers

Padu


Closed Thread