Anyone ever get this control to handle extended F key range (> F12)?. In my tests I am able to get VK_F14, VK_F16, VK_F18 and VK_F20 for the "programmable keys" section of a keyboard in a test dialog (from WM_KEYDOWN), but the HotKey control does not recognise above F12. It also does not recognise the "Windows" keys (VK_LWIN, VK_RWIN and VK_APPS), but I use a workaround for this. I also tried HKM_SETRULES with zero params, but no luck.
I am writing a key handling utility to handle these extra keys on any laptop. At this point it looks like I will need to "roll my own", so to speak. Seems like the only time I need this rarely used control it is too limited
I am writing a key handling utility to handle these extra keys on any laptop. At this point it looks like I will need to "roll my own", so to speak. Seems like the only time I need this rarely used control it is too limited

Comment