Re: Q
- Posted by gwalters at sc.rr.com Feb 27, 2002
- 385 views
thanks all for the help on 'q'. the problem was in my program where the same routine was handeling both interrupts. so...i've split it you and all is working fine now..thanks george ----- Original Message ----- From: "Mike" <vulcan at win.co.nz> To: "EUforum" <EUforum at topica.com> Subject: RE: Q > > Hi George, > > Key F2 is a special (non-printable) key and is captured through the > onKeyDown event (also onKeyUp). It has a code of #71 (see w32keys.e) > which is 113 decimal. Key 'q' is captured through onKeyPress event and > has an ascii code of..113. At a guess I would say that the problem is > that there is some overlap occurring with the above key events. > > Mike > > gwalters at sc.rr.com wrote: > > on furthur investigation it seems that both 'F2' and 'q' are returning > > the > > same keycode and shift. Both are 113 and 0. How do I solve this?? > > george > > > > > vulcan at win.co.nz > > > >