mirror of
https://github.com/python/cpython.git
synced 2025-08-17 23:31:09 +00:00
Backport of Issue #14409 to 2.7
IDLE doesn't not execute commands from shell with default keybinding for <Return>. Patch by Roger Serwy.
This commit is contained in:
parent
de294ec02e
commit
c37db10e03
3 changed files with 7 additions and 1 deletions
|
@ -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>'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue