This question has been nagging me for a while.
I have the following keyboard :
On the left, there are the keys that I can not detect using any of the standard methods for getting input from a keyboard. The same thing applies to a row of keys just above my F1-F12 keys. The keys are labeled as follows :
Left Side:
L1 L2
L3 L4
MX1 MX6
MX2 MX7
MX3 MX8
MX4 MX9
MX5 MX10
Above the F1-F12 keys
M1 M2 M3 M4 M5 M6 M7 M8 M9 M10 M11 M12
When I called Steelseries and asked if they had a library, the said there is none and that I need to filter on USB for the keypresses. I am not entirely sure how to specifically target this device, and listen for the standard events to translate them into KeyUp
/ KeyDown
/ KeyPress
/ etc events.
Could you provide an example on how I can begin this endeavor as I would really like to use these keys within applications of my design, and have so far - hit a wall.