mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Merge with 3.2
This commit is contained in:
commit
d3cebd790d
3 changed files with 7 additions and 1 deletions
|
@ -596,7 +596,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>'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue