DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L2243 Version: 1.3-current I'm suspecting the problem /might/ be the following new code added in to fl_shortcut.cxx in 1.1.10 and 1.3.x: ---- #ifdef WIN32 // on MSWindows, users expect shortcuts to work only when the Alt modifier is pressed if (Fl::event_state(FL_ALT)==0) return 0; #endif ---- The above apparently is to fix STR #2199: http://www.fltk.org/str.php?L2199 I tried taking the latest FLTK 1.3.x to test if removing that code helps, but unfortunately I cant build FLTK 1.3.x on windows at the moment (due to STR #2393). Anyone wanting to fix this might try commenting out the above code from fl_shortcut.cxx to see if that solves it. Link: http://www.fltk.org/str.php?L2243 Version: 1.3-current _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
