i'm trying to make the best use of my MS Sidewinder X6 keyboard but it comes with the absolutely atrocious Intellitype macro/hotkey manager program (someone must have wasted a lot of days writing that bit of less than optimal code).
So, i'm using autohotkey and a few registry hacks to make the macro buttons on the Sidewinder use Virtual Keys.
this is the chart i'm using as reference:
http://api.farmanage...virtualkeycodes.htmli've been playing around and it appears i can use the "Reserved", the "Undefined" and the "Unassigned" keys without much problem. (some specific keys don't work and a couple did appear to be already in use with my scroll wheel.)
the question is: i'm assuming it's not really safe to use the "Reserved" keys; as they must be "reserved" for a reason. but, i've no idea if it's safe to use the "undefined" and the "unassigned" keys. i mean, they work fine - but am i going to find conflicts one day. are they really, really, out of use keys that the operating system will never need?
and, i suppose, you can add to that: are these "Reserved" keys really that important. are they likely to ever be used OR are they in use right now - it just isn't declared what they are for.