AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Looking to track and count keystrokes

 
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
john tuomi



Joined: 22 May 2006
Posts: 150

PostPosted: Tue Feb 02, 2010 8:33 pm    Post subject: Looking to track and count keystrokes Reply with quote

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
Back to top
View user's profile Send private message
Murx
Guest





PostPosted: Wed Feb 03, 2010 8:38 am    Post subject: Reply with quote

What about to use AHKs Input command?
Back to top
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group