OnRawKeyDown missing Keys

Report any Hollywood bugs here
Post Reply
User avatar
fingus
Posts: 269
Joined: Fri Sep 16, 2011 9:53 am

OnRawKeyDown missing Keys

Post by fingus »

When using OnRawKeyDown or OnKeyDown with Eventhandler enabled there are some Keys that doesn´t recognized:

  • (Tilde, Degree)-Key
  • CAPSLOCK-Key
  • Windows-Key left
  • Windows Key right
  • Context-Menu
  • NumLock
  • Print
  • Scrolllock
  • Apostroph-Key (´)


I wanted to made a small Tool for a coworker to testing Keys on Notebooks, but its useless without the missing keys above.
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: OnRawKeyDown missing Keys

Post by airsoftsoftwair »

I'm afraid that's not going to be supported. Listening to those keys is only possible using lowlevel keyboard hooks which comes with all sorts of implications.
Post Reply