>>If you're satisfied with using the keypad ON/OFF to help with
>>recording, please consider including an indicator about whether
>>the numeric keypad is on or off.
> An ON/OFF indicator on a system tray bubble, in addition to the
> "Recording In Progress" indicator?
Yes. A big as possible green or red circle like the Naturally
Speaking icon when it is listening, with BIG text inside of it
either "ON" or "OFF" (for numeric keypad state), would IMO be
ideal. (I see that DNS icon when DNS is minimized to the system
tray.)
I'm in no hurry either, but these posts never go away...
After getting used to the radical change of having the hooks in
your outline/frame, I will finish doing the window switching thing
(the trivial stuff is taking me a lot of research, as usual).
Also useful will be the option of entering a string of text that
shows up between quotation marks on one line instead of the usual
recording of one character per line. One character per line is
typical, but the exception should be provided for.
And then there is holding the control key to signify recording
mouse actions in the window instead of the screen...
There should be (get mouse position) and (set mouse position)
functions. Those are in fact useful. But those probably would be
for an extension in Python, so I won't do that. I enjoy getting and
setting the mouse position at the beginning and end of most scripts
that move the pointer around.
You can remove the mouse repositioning commands (for switching to
another window) simply by deleting or commenting out the two
iterations of this line...
strcat(Script," SetMousePosition(1,100,100) WAIT(10) \n");
Let me know (at any time) when my talk has given you the impression
that I've done enough with the hook that you should update yours. I
have changed the formatting a little bit (including of course the
comments) but you can change it back if you have the time. At the
moment, I think your version current. I will try to leave stuff
outside of the key and mouse hook alone. I...WILL...TRY...