This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kbk
Recipients
Date 2006-07-23.05:07:37
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=149084

Can't fix in IDLE by binding Shift-Key-BackSpace.

Using Python interpreter:

>>> import Tkinter
>>> root = Tkinter.Tk()
>>> text = Tkinter.Text()
>>> text.pack()

and try typing some char followed by
backspace and shift-backspace.

In Tcl shift-backspace works correctly.

Not an IDLE issue, appparently a Tkinter issue.
History
Date User Action Args
2007-08-23 14:39:49adminlinkissue1482122 messages
2007-08-23 14:39:49admincreate