FLTKMAXGUI - CreateMenu shortcuts case sensitive

Archives Forums/MaxGUI Bug Reports/FLTKMAXGUI - CreateMenu shortcuts case sensitive

Mark Tiffany(Posted 2009) [#1]
Using the CreateMenu example, add a debuglog to print the event whenever a menu event is received. Run the app. Hit Ctrl-c with caps lock off : works. Hit Ctrl-C with caps lock on, or Shift-Ctrl-C, doesn't work.


SebHoll(Posted 2009) [#2]
Again, this appears to work as expected under FLTKMaxGUI Windows. Maybe it's a Linux thing.


Mark Tiffany(Posted 2009) [#3]
yup, my suspicion too...


SebHoll(Posted 2009) [#4]
LOL, I just edited my post. :P


SebHoll(Posted 2009) [#5]
Yep, just checked now...

This doesn't work on my Ubuntu 8.10 installation, so it looks like an FLTK library bug...


degac(Posted 2009) [#6]
bug confirmed on Ubuntu 9.04

Just tried with MaxIDE

CAPS LOCK ON

ctrl+x ctrl+v DOESN'T WORK

ctrl+shift+F to open find in file WORKS

CAPS LOCK OFF

ctrl+x ctrl+v WORKS
ctrl+shift+F to open find in file DOENS'T WORK

I start hating FLTK...


markcw(Posted 2009) [#7]
Posted a bug report here. Seb, you've got mail.
http://www.fltk.org/str.php?L2207


SebHoll(Posted 2009) [#8]
Cheers Mark! Much appreciated... ;-)


SebHoll(Posted 2010) [#9]
Fixed in recent FLTK commit, so FLTKMaxGUI library has been bumped to latest version.