Jump to content

Watch for pressed "Quick key" on a laptop?


 Share

Recommended Posts

I have laptop computer - HP-Compaq nx9020. It has 5 "Quick" keys on top of the keyboard.

I want to make a script to watch for these keys and launch an application of my choice, when one of them is pressed. The problem is that I don't know the HEX codes of these keys, and I can't use _IsPressed().

Is there any function which can give me the HEX code of the pressed button?

Or any other way to get these? :o

Link to comment
Share on other sites

well what do the keys do if they launch a specific program or something you can just check if the process is runnign or something ? just an option

The HP program can customize the action of 3 of the 5 quick keys. And it takes about 5MB of the memory, because it has tons of other rubbish I don't use.

If I make a script to check for the processes launced by the HP program, that means, that the mem usage will be 5MB + the memory of my script.

My goal was to make a "light" script to customize all 5 keys. :o

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...