0

Hello StackOverflow Community. I wanted to use Hotkeys in my Program so I looked how to make Global Hotkeys. The Normal Global Hotkeys you find on the Internet are getting blocked by Games or similair programs so I used this one: CodeProject.com

The Only Problem now is that all registered Hotkeys are not usable anymore. Even if you write a Text File, you won't be able to use the Keys that are used as a Hotkey.

Thank you.

etaxi341
  • 96
  • 7
  • Describe what you mean by "Global Hotkeys." Also, did you read the part in the article that says if you hook one of the keys, it prevents any other application from getting that key? – Jim Mischel Nov 02 '14 at 02:15
  • No I didnt see that. Do you know any other way to make Hotkeys that are still usable by other applications? @JimMischel – etaxi341 Nov 02 '14 at 15:53

1 Answers1

1

OK I found out how it works. If I am not putting e.Handled to the Keyboard Methods, it won't block my Input. Thank you very much :)

etaxi341
  • 96
  • 7