mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
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:
parent
55ad7f84a4
commit
7981ce576c
5 changed files with 51 additions and 3 deletions
|
@ -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>'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue