summaryrefslogtreecommitdiff
path: root/Lib/idlelib/configHandler.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-04-11 12:46:24 +0200
committerGeorg Brandl <georg@python.org>2012-04-11 12:46:24 +0200
commitd113fbbdccda87a19675e624650dd02435bf7988 (patch)
treec3f0f368c5f2bfd5d750c0bb082c0b9744b70894 /Lib/idlelib/configHandler.py
parentb2c574caec7279f6078b9ffecef84f4ed3370725 (diff)
parent25f9ec117a47548f90748ee892b2d5c5eb9e5c79 (diff)
downloadcpython-d113fbbdccda87a19675e624650dd02435bf7988.tar.gz
Merge 3.2.3 release clone.
Diffstat (limited to 'Lib/idlelib/configHandler.py')
-rw-r--r--Lib/idlelib/configHandler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/configHandler.py b/Lib/idlelib/configHandler.py
index 73b8db5b23..da927260ee 100644
--- a/Lib/idlelib/configHandler.py
+++ b/Lib/idlelib/configHandler.py
@@ -595,7 +595,7 @@ class IdleConf:
'<<replace>>': ['<Control-h>'],
'<<goto-line>>': ['<Alt-g>'],
'<<smart-backspace>>': ['<Key-BackSpace>'],
- '<<newline-and-indent>>': ['<Key-Return> <Key-KP_Enter>'],
+ '<<newline-and-indent>>': ['<Key-Return>', '<Key-KP_Enter>'],
'<<smart-indent>>': ['<Key-Tab>'],
'<<indent-region>>': ['<Control-Key-bracketright>'],
'<<dedent-region>>': ['<Control-Key-bracketleft>'],