AutoHotkey Community

It is currently May 27th, 2012, 2:12 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 2 posts ] 
Author Message
PostPosted: February 2nd, 2010, 9:33 pm 
Offline

Joined: May 22nd, 2006, 2:12 pm
Posts: 150
I currently use a script to capture each time a keyer presses F1, which is a trigger for a different script. By counting these F1 presses, I can tell how many pages the keyer has completed.

There is now a need to count all keystrokes instead. I was wondering if there was an easy way to accomplish this with the file that I currently use, or will it require a complete re-writing of the script.

Code:
~F12::

IniRead, F12,Job QC.XLS,Apps QC'd,F12
If F12_Count=Error
F12_Count=0
F12_Count+=1
IniWrite,%A_now%¬%pname%¬%Title%¬%KC%%F12_Count%,Job QC.XLS,Apps QC'd,Apps QC'd
Return


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 3rd, 2010, 9:38 am 
What about to use AHKs Input command?


Report this post
Top
  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Bing [Bot], nimda, poserpro, rbrtryn, sjc1000, Yahoo [Bot] and 15 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group