On Feb 9, 2012, at 2:04 PM, Michael Lange <klappn...@web.de> wrote:
> 
> The default bindings are defined in entry.tcl, the relevant part looks
> like:
> 
>  # Ignore all Alt, Meta, and Control keypresses unless explicitly bound.
>  # Otherwise, if a widget binding for one of these is defined, the
>  # <KeyPress> class binding will also fire and insert the character,
>  # which is wrong.  Ditto for Escape, Return, and Tab.
> 
>  bind Entry <Alt-KeyPress> {# nothing}

Well, that's interesting. I rarely use alt bindings and didn't know it had that 
behavior. Thanks for the clarification. 
_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to