2012-04-14, 10:12 AM
mvallevand Wrote:I found this statement "In fact, the only values that can safely be combined are Keys.Shift, Keys.Control and Keys.Alt - whose values are the key code modifier values (0x00010000, 0x00020000 & 0x00040000, respectively)" so you could adding 0x20000 or 131072 to see if it works as an Alt Key.
Martin
Thanks! Where did you find that? 0x20000 is the modifier for Control, 0x40000 seems to work for Alt.
I will update the wiki stuff to reflect that.