Hi, This is a OSX-specific issue with fluid. I'm trying to insert shortcuts for two related menu items using fluid. My idea is to use Command+G for one item and Shift+Command+G for the other. But as hard as I try, Fluid does not accept the latter.
As a work-around, I hacked the fluid file by hand, changing shortcut 0x40067 (Command+G) to 0x50067 (Shift+Command+G). But when I compiled the code, I found out that the Shift+Command+G shortcut gets mapped to Command+G instead. Interestingly, on Windows, both shortcuts work just fine. Of course, Command is mapped to the equivalent on the Windows keyboard. Any idea if there exists a fix? Gary _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

