by Femme Verbeek <fv@[EMAIL PROTECTED]
>
Aug 31, 2007 at 02:29 AM
Jason schreef:
> from laptop to laptop manufacturer to manufacturer, are the ASCII
> codes different for the function keys or are they all the same?
>
> I.e., if i go from an IBM laptop to a to****ba laptop, will the F5 key
> ASCII codes be the same? even further, will the codes for all of the
> keys be the same in that same scenario?
>
> thanks in advance
>
Perhaps you'll find the following program usefull.
http://groups.google.nl/group/comp.lang.pascal.borland/browse_frm/thread/440606d0b02eac6d/cd06e232d97b5423?lnk=st&q=&rnum=3&hl=nl#cd06e232d97b5423
It displays a table of the available ascii characters. Upon pressing or
releasing keys, it shows the keyscancodes, the OS associated normal or
extended ascii characters and the state of ****ft alt ctrl num caps ....
esc ends the program.
-- Femme