From: "A.Appleyard" <A DOT APPLEYARD AT fs2 DOT mt DOT umist DOT ac DOT uk> Organization: Materials Science Centre To: DJGPP AT delorie DOT com Date: Tue, 13 Aug 1996 16:59:13 GMT Subject: The 3 extra keys on Windows 95 keyboards Message-ID: <ADB97F0F43@fs2.mt.umist.ac.uk> As is known, special keystrokes are those that for the interrupt "AX=0x0700; int 21" return in AL first 0 then a code. I tried out the new 3 Windows 95 keys on a PC that my department bought, and the result was this:- #define lwinlogo 182 #define rwinlogo 183 #define menulogo 184 #define sh_lwinlogo 194 #define sh_rwinlogo 195 #define sh_menulogo 196 #define ctrl_lwinlogo 206 #define ctrl_rwinlogo 207 #define ctrl_menulogo 208 #define alt_lwinlogo 218 #define alt_rwinlogo 219 #define alt_menulogo 220