PC Review Forums Newsgroups Windows Vista Windows Vista General Discussion Macro program that can record keystrokes or mouseclicks ?

Reply

Macro program that can record keystrokes or mouseclicks ?

 
Thread Tools Rate Thread
Old 21-03-2008, 11:27 PM   #1
markm75
Guest
 
Posts: n/a
Default Macro program that can record keystrokes or mouseclicks ?


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
  Reply With Quote
Old 22-03-2008, 12:27 AM   #2
Mark L. Ferguson
Guest
 
Posts: n/a
Default Re: Macro program that can record keystrokes or mouseclicks ?

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/d...mthsendkeys.asp
--
Was this helpful? Then click the Ratings button. Voting helps the web
interface.
http://www.microsoft.com/wn3/locale...teAPostAsAnswer
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


  Reply With Quote
Old 22-03-2008, 12:34 AM   #3
markm75
Guest
 
Posts: n/a
Default 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/d...mthsendkeys.asp
> --
> Was this helpful? Then click the Ratings button. Voting helps the web
> interface.
> http://www.microsoft.com/wn3/locale...teAPostAsAnswer
> 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
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off