Re: function keys identification
- Posted by George Walters <gwalters at sc.rr.com> Sep 29, 2004
- 542 views
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> Thanks, I'm using windows (win32lib 59.1)<br> <br> I'm using these to trap keystrokes<br> <br> setHandler(Screen, w32HKeyPress, routine_id("keyPressProcessB"))<br> setHandler(Screen, w32HKeyDown, routine_id("keyPressProcessA"))<br> <br> george<br> <br> <br> cklester wrote: <blockquote cite="mid1330855558-1463792382-1096482410 at boing.topica.com" type="cite"> George Walters wrote: </pre> <blockquote type="cite"> <pre wrap="">Is there a way to tell the difference between function key F2 and the letter q and F3 and the letter r? and so on? </pre> </blockquote> <pre wrap=""><!----> Yes. We'd need to know what platform, OS, etc., you're using to give you more than that. -=ck "Programming in a state of EUPHORIA." <a class="moz-txt-link-freetext" href="http://www.cklester.com/euphoria/">http://www.cklester.com/euphoria/</a> </pre> </blockquote> </body> </html>