mirror of
https://github.com/python/cpython.git
synced 2025-08-01 23:53:15 +00:00
Get rid of conflicting ^X binding. Use ^W.
This commit is contained in:
parent
5188a25efe
commit
baf53b4ea8
3 changed files with 7 additions and 8 deletions
|
@ -45,6 +45,7 @@ class EditorWindow:
|
|||
self.text.bind("<<help>>", self.help_dialog)
|
||||
self.text.bind("<<about-idle>>", self.about_dialog)
|
||||
self.text.bind("<<open-module>>", self.open_module)
|
||||
self.text.bind("<<do-nothing>>", lambda event: "break")
|
||||
|
||||
vbar['command'] = text.yview
|
||||
vbar.pack(side=RIGHT, fill=Y)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue