PC Review


Reply
Thread Tools Rate Thread

App to automagically send keyboard commands

 
 
Judith Baltsar
Guest
Posts: n/a
 
      8th Nov 2003
Hello everybody,
I use a program very often (KyPlot) which doesn't have an autosave
function which can be a little troublesome if the proggy crashes. I
remember to have seen a utility sometime/somewhere that sends keyboard
commands (e.g. CTRL + S every 5 minutes) to the active program. In
this way I could fake an autosave function.

Does anybody know such a program
Thanks a lot
Judith
 
Reply With Quote
 
 
 
 
larrydalooza
Guest
Posts: n/a
 
      9th Nov 2003
> remember to have seen a utility sometime/somewhere that sends keyboard
> commands (e.g. CTRL + S every 5 minutes) to the active program. In
> this way I could fake an autosave function.


AutoIt...

www.hiddensoft.com

here would be your script...

Repeat,0
Sleep,5000
Send,^s
EndRepeat




;Larry
 
Reply With Quote
 
John H.
Guest
Posts: n/a
 
      9th Nov 2003
larrydalooza:
You wrote on 8 Nov 2003 20:20:42 -0800:

??>> remember to have seen a utility sometime/somewhere that sends keyboard
??>> commands (e.g. CTRL + S every 5 minutes) to the active program. In
??>> this way I could fake an autosave function.

l> AutoIt...

l> www.hiddensoft.com

l> here would be your script...

l> Repeat,0
l> Sleep,5000
l> Send,^s
l> EndRepeat


Just for safety sake, I'd throw in a "Winwaitactive, {Program_Name}" at the
top.



John H.. E-mail: (E-Mail Removed) Website: John's Best of Freeware:
http://home.wi.rr.com/johnhood/freeware/


 
Reply With Quote
 
REMbranded@inu.net
Guest
Posts: n/a
 
      9th Nov 2003

> Judith Baltsar <(E-Mail Removed)> wrote:


>Hello everybody,
>I use a program very often (KyPlot) which doesn't have an autosave
>function which can be a little troublesome if the proggy crashes. I
>remember to have seen a utility sometime/somewhere that sends keyboard
>commands (e.g. CTRL + S every 5 minutes) to the active program. In
>this way I could fake an autosave function.


>Does anybody know such a program


You have an answer already in AutoIt. I am curious as to which version
of Kyplot you are using that is buggy.

I have 3 of the last freeware versions that I could find here if you
would like to try another version:

http://www.woundedmoon.org/win32/kyplot.html

Kyplot v2.0 beta 13 5,015,573 bytes.

Kyplot v2.0 beta 13f 8,311,807 bytes.

Kyplot v2.0 beta 15 5,018,297 bytes


 
Reply With Quote
 
Judith Baltsar
Guest
Posts: n/a
 
      9th Nov 2003
On Sun, 09 Nov 2003 12:57:19 GMT, (E-Mail Removed) wrote:

>
>You have an answer already in AutoIt. I am curious as to which version
>of Kyplot you are using that is buggy.
>
>I have 3 of the last freeware versions that I could find here if you
>would like to try another version:



Hello,
I use the latest free beta 15. It is not really buggy but there is a
glitch sometimes when I build complex graphs or many graphs on a
page. I sometimes get a "unable to open file" error then and the file
won't open although upon saving everything was OK. In this cases I use
an older version (I think it's the beta 13) to open the file (same
error message but it will open anyway) and normally I am able to save
most of my work to a new file.

Thanks or your offer
Judth
 
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Keyboard Commands =?Utf-8?B?S2FybGluZQ==?= Windows XP Configuration 1 2nd Jun 2006 03:51 PM
Run Keyboard Commands? =?Utf-8?B?Rw==?= Microsoft Access Form Coding 2 26th Feb 2005 07:50 AM
keyboard commands J Microsoft Windows 2000 Setup 0 14th Jan 2004 05:26 PM
Keyboard commands Glenda Microsoft Word Document Management 1 25th Nov 2003 02:35 PM
Keyboard commands =?Utf-8?B?R2xlbmRhIEpvaG5zdG9u?= Microsoft Excel Misc 1 18th Nov 2003 08:29 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:59 PM.