View Single Post
  #2 (permalink)  
Old 03-22-2008
Mark L. Ferguson
 

Posts: n/a
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/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


Reply With Quote