add a version of GvR's q&d python idle printing patch,

slightly tweaked and modified for the idlefork config system
This commit is contained in:
Steven M. Gava 2002-06-11 04:45:34 +00:00
parent 55ad7f84a4
commit 7981ce576c
5 changed files with 51 additions and 3 deletions

View file

@ -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>'],