views:

99

answers:

1

Is it any possibility to persist work of Hotstrings in Visual Studio 2008.

For instance, I want to get following results: "ras" => replace to runat="server"

I use following script, which work in another application, except VS 2008.

::ras::runat="server"

+1  A: 

Are you running under the same account?

What about the solution posted over here: http://stackoverflow.com/questions/1890351/why-is-visual-studio-catching-key-events-before-autohotkey

Brian Schmitt
Answer from given link:Either of the following solved the problem: - Running both vs and ahk as the current user - Compiling the script and running both vs and the compiled app as administrator
StreamT