commit | 964fbbbc61afd04a90bd1a48b4a984943a128051 | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Mon Oct 05 21:15:08 1998 +0000 |
committer | Barry Warsaw <barry@python.org> | Mon Oct 05 21:15:08 1998 +0000 |
tree | c405be0eb0bc22a0b2422ee9d9e0080d7a78c43f | |
parent | 9044b8e5e3b367824445842d8227728387f29255 [diff] [blame] |
Added Alt-w bindings
diff --git a/Tools/pynche/TextViewer.py b/Tools/pynche/TextViewer.py index 9e77a02..0479d8c 100644 --- a/Tools/pynche/TextViewer.py +++ b/Tools/pynche/TextViewer.py
@@ -29,6 +29,8 @@ root.iconname('Pynche Text Window') root.bind('<Alt-q>', self.__quit) root.bind('<Alt-Q>', self.__quit) + root.bind('<Alt-w>', self.__withdraw) + root.bind('<Alt-W>', self.__withdraw) # # create the text widget #