On 6 Nov 2008, at 18:34, matthiasm wrote: > On 06.11.2008, at 10:58, MacArthur, Ian (SELEX GALILEO, UK) wrote: >> I have a PPC Mac running 10.4.11 (Xcode 2.5) and fltk-1.3 keyboard >> handling is broken on that box. >> >> The breakage is traced to Fl_mac.cxx line 1302 where the function >> keycodeToUnicode() is called. >> >> 1: Does anyone else see this bug, or is it just me? > > It's just you and everyone else who is belo 10.5. There is additional > code missing for pre-10.5 handling.
I have raised STR #2098 for this, with a patch that attempts to detect the OS version (pre/post 10.5) at runtime and use the correct mechanism as appropriate. But... I don't actually have a real 10.5.x system to test on so had to fake it - if you have a real 10.5 system, please test the patch and let me know. In particular, Matthias, if you are around and have a little time, can you check over what I have done and let us know if it seems sensible/practical/etc. or not? Thanks. Cheers, -- Ian _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

