diff options
author | Steven M. Gava <elguavas@python.net> | 2002-06-11 04:45:34 (GMT) |
---|---|---|
committer | Steven M. Gava <elguavas@python.net> | 2002-06-11 04:45:34 (GMT) |
commit | 7981ce576c719e291dc901a3463e725b6be3c50e (patch) | |
tree | 33e87f7df0b4968d626a4dc5a37d6843ca770ee5 /Lib/idlelib/configHandler.py | |
parent | 55ad7f84a4ccf6f540b6bc350fb09f19348a4193 (diff) | |
download | cpython-7981ce576c719e291dc901a3463e725b6be3c50e.zip cpython-7981ce576c719e291dc901a3463e725b6be3c50e.tar.gz cpython-7981ce576c719e291dc901a3463e725b6be3c50e.tar.bz2 |
add a version of GvR's q&d python idle printing patch,
slightly tweaked and modified for the idlefork config system
Diffstat (limited to 'Lib/idlelib/configHandler.py')
-rw-r--r-- | Lib/idlelib/configHandler.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/idlelib/configHandler.py b/Lib/idlelib/configHandler.py index 82bf6d2..1afd19e 100644 --- a/Lib/idlelib/configHandler.py +++ b/Lib/idlelib/configHandler.py @@ -507,6 +507,7 @@ class IdleConf: '<<open-new-window>>': ['<Control-n>'], '<<open-window-from-file>>': ['<Control-o>'], '<<plain-newline-and-indent>>': ['<Control-j>'], + '<<print-window>>': ['<Control-p>'], '<<redo>>': ['<Control-y>'], '<<remove-selection>>': ['<Escape>'], '<<save-copy-of-window-as-file>>': ['<Alt-Shift-s>'], |