[issue1482122] Shift+Backspace exhibits odd behavior

2009-01-02 Thread Guilherme Polo
Guilherme Polo added the comment: Just for future reference it is now on http://tkinter.unpy.net/wiki/Linux_Shift-Backspace ___ Python tracker ___ _

[issue1482122] Shift+Backspace exhibits odd behavior

2009-01-02 Thread Guilherme Polo
Guilherme Polo added the comment: I'm closing this as won't fix but let me tell what you can do to solve the problem yourself (this may be added somewhere else then, like in the tkinter wiki). First, check the keysym you get when pressing Shift-BackSpace: import Tkinter def show_key(event):

[issue1482122] Shift+Backspace exhibits odd behavior

2008-09-13 Thread Guilherme Polo
Guilherme Polo <[EMAIL PROTECTED]> added the comment: I've just found some discussion about the problem here: http://groups.google.com/group/comp.lang.tcl/browse_thread/thread/577df9cfa39e6688/49484ac512f13693?lnk=gst&q=shift+backspace#49484ac512f13693 Hope this is enough to close this issue, a

[issue1482122] Shift+Backspace exhibits odd behavior

2008-06-03 Thread Guilherme Polo
Guilherme Polo <[EMAIL PROTECTED]> added the comment: I've tested this on Linux and on Tk 8.4 I got "\b", and the same happened with Tkinter. On Linux, again, with Tk 8.5 I got a rectangle char (something invalid), and this repeated at Tkinter. This is not a Tkinter issue. -- nosy: +gpo