![]() |
|
|
|
| ||||||
|
Welcome to the The ProgrammersTalk Community forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
![]() |
![]() | | LinkBack | Thread Tools | Display Modes | ![]() |
| |||
| 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 |
| |
| |||
| __________________ Chris Indifference will be the downfall of mankind, but who cares? Code Samples | People Counting System |
| The Following User Says Thank You to chrishirst For This Useful Post: | ||
TeraTask (12-24-2007) | ||
![]() |
| Thread Tools | |
| Display Modes | |
| |