View Single Post
  #3 (permalink)  
Old 03-22-2008
markm75
 

Posts: n/a
Re: Macro program that can record keystrokes or mouseclicks ?


"Mark L. Ferguson" wrote:

> There are ways to navigate without the mouse. For example, the tab key moves
> the focus across the various inputs, spacebar selects, and of course enter.
> --go.vbs--
> set shell=createobject("wscript.shell")
> shell.sendkeys "{Tab 3} {ENTER}"
> --end file--
> SendKeys Method:
> http://msdn.microsoft.com/library/de...thsendkeys.asp
> --
> Was this helpful? Then click the Ratings button. Voting helps the web
> interface.
> http://www.microsoft.com/wn3/locales...eAPostAsAnswer
> Mark L. Ferguson
> .
>
> "markm75" <markm75@discussions.microsoft.com> wrote in message
> news:55CE3BAD-91AE-4AB4-85E9-0B8D0E8B03EA@microsoft.com...
> > Is there such a tool or utility for Vista x86 or x64?
> >
> > I need something that could capture a sequence of clicks.. so i could
> > assign
> > a "hot key" sequence for that event..
> >
> > This is for the nvidia control panel which no longer supports hot keys..
> > hence i could then switch profiles with a few keypresses..
> >
> > Any thoughts?
> >
> > Thanks

>


This is true.. but I think it would be far too complex a task to navigate to
the nvidia console.. select a particular file etc.. a recorder type setup
would work better.. ultimately i hope to find a way to do this with an
infared repeater and eliminate the mouse/keyboard alltogether (video viewing
in other room).. using my harmony remote, i could set the macro for
switching back and forth...

If only nvidia would have left the hot key ability in there.. i'd be set..


Reply With Quote