[EMAIL PROTECTED] wrote:
> menudef = """
> File
>     New,        callNew,            Ctrl-N
>     New Window, callNewWindow,      Ctrl-Shift-N
>     __
>     Open,       lambda e=0:para(1), Ctrl-O

Nice design. I looked at it for a few seconds and didn't even
think about pressing F1.

Mine does less. But you tell it less to do it.

Is there no way to get underscore/ keyboard access for
the main menu items?
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to