View Single Post
  #1 (permalink)  
Old 11-28-2007, 11:58 PM
dataspiller dataspiller is offline
Novice
Join Date: Nov 2007
Posts: 1
iTrader: (0)
dataspiller is on a distinguished road
keyboardhook - tell if right or left alt

For the past month I have been trying to figure out how to get my application to respond to system wide keystrokes.

I can't figure out though how to tell if either a left alt or a right alt has been pressed (same for shift and control).

What I'm trying to do is right a program that when user specified key is pressed, a sound file is played, then an other when it is released (this is to be used with the voip application Teamspeak, providing an audiable feed back when the push to talk key has been pressed or released).


I have looked into registering a hotkey, but it doesn't appear to

a. allow for a 1 key hot key (ie just a left shift)
b. seperate the shift, alt or ctrl keys.


Since teamspeak distinguishes between the left and right keys, I need to be able to do the same.

how?????


I'm currently trying to use a keyboard hook but I'm lost how to tell the difference, though I figure it is hidden in the lparam varable that gets returned - but how do I get that hidden gem?

Just about every example I look at deals with the shift, ctrl and alt keys as if there is only one on the keyboard...

thanks,


Seth

__________________

Digg this Post! Del.Icio.Us this Post! Technorati this Post! Furl this Post! Mister Wong this Post! Newsvine this Post! Spurl this Post! Reddit this Post! Netscape this Post!
Reply With Quote