renderguy wrote:
> [..] unless I can hand-edit the file to use the correct syntax (for example, 
> 'shortcut {FL_COMMAND + 'o'}').

        You shouldn't have to edit the fl file to make this work
        with the old fluid.

        Just bring up the Properties window for the menu item
        and just hand-type at the 'Extra Code:' prompt:

                o->shortcut(FL_COMMAND+'c');

        This will force the shortcut to be 'FL_COMMAND',
        and will work across platforms as I described in my
        last posting on this thread.

        I just tried it to be sure, and it does work.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to