ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Finished Programs

DONE: Key combination tally

<< < (2/2)

IainB:
Snap.
Sorry, I should have waited for @skwire to respond.    :-[

antekgla:
Here's a quick'n'dirty AHK script to accomplish what you want.  It'll show the count in the window and the tray icon tooltip (hover the mouse cursor over the tray icon).  There's also a reset count option in the right-click menu of the tray icon.

-skwire (November 25, 2016, 07:45 PM)
--- End quote ---

 
So simple...
This drew my attention and I try to make something in Delphi... but try to monitor the keyboard in an application what dont have focus implies keyboard hooks, dlls, API Calls, Virtual Key Codes
This AHK script so simple... Don't have a SINGLE line of keyboard management, only the key combo searched...

--- Code: Autohotkey ---~+Enter::... and nothing more.

skwire:
Did the script work for your purposes?  If so, I'll mark this request as done.

ald4:
Many thanks!

It's quite a while since I used AHK. I'll need to redownload it and familiarise myself with it again.

ald4:
Did the script work for your purposes?  If so, I'll mark this request as done.
-skwire (November 26, 2016, 08:05 PM)
--- End quote ---

Script works great!  ;D

Navigation

[0] Message Index

[*] Previous page

Go to full version