FLTKMAXGUI - CreateMenu shortcuts case sensitive
Archives Forums/MaxGUI Bug Reports/FLTKMAXGUI - CreateMenu shortcuts case sensitive
| ||
| 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. |
| ||
| Again, this appears to work as expected under FLTKMaxGUI Windows. Maybe it's a Linux thing. |
| ||
| yup, my suspicion too... |
| ||
| LOL, I just edited my post. :P |
| ||
| Yep, just checked now... This doesn't work on my Ubuntu 8.10 installation, so it looks like an FLTK library bug... |
| ||
| 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... |
| ||
| Posted a bug report here. Seb, you've got mail. http://www.fltk.org/str.php?L2207 |
| ||
| Cheers Mark! Much appreciated... ;-) |
| ||
| Fixed in recent FLTK commit, so FLTKMaxGUI library has been bumped to latest version. |