binding Control-s to a text widget
Keagan Schopfer
the_mantis at antionline.com
Tue Oct 10 13:14:46 EDT 2000
More information about the Python-list mailing list
Tue Oct 10 13:14:46 EDT 2000
- Previous message (by thread): Darwin build of Python-2.0c1
- Next message (by thread): Newbie Q: (NumPy) how to write an array in a file ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
hello
I would like to bind control-s to a text widget. but, when i do this:
text.bind("<KeyPress-Control_L-a>", callback)
#or
text.bind("<Control_L-a>", callback)
it tells me TclError: extra characters after detail in binding
is there some way i can pull this off?
thanks in advance
- Previous message (by thread): Darwin build of Python-2.0c1
- Next message (by thread): Newbie Q: (NumPy) how to write an array in a file ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list