diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2003-07-16 03:10:43 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2003-07-16 03:10:43 (GMT) |
commit | cca912279af1c2eabb76a42e722ba1724d9d3e7a (patch) | |
tree | 77988342b90b7501c117a1ece8422c3dd6408659 /Lib/idlelib/help.txt | |
parent | 21d9987cb5bf49c80aee083b3d6b9e9811ca180c (diff) | |
download | cpython-cca912279af1c2eabb76a42e722ba1724d9d3e7a.zip cpython-cca912279af1c2eabb76a42e722ba1724d9d3e7a.tar.gz cpython-cca912279af1c2eabb76a42e722ba1724d9d3e7a.tar.bz2 |
Update to reflect the current status of the configuration system.
Extensions must still be configured manually and there is currently one
set of extension key bindings for all platforms.
Bring NEWS.txt up to date.
Update CREDITS.txt and idlever.py for release.
M NEWS.txt
M config-extensions.def
M extend.txt
M help.txt
M idlever.py
Diffstat (limited to 'Lib/idlelib/help.txt')
-rw-r--r-- | Lib/idlelib/help.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Lib/idlelib/help.txt b/Lib/idlelib/help.txt index 8bf15a1..96cedb8 100644 --- a/Lib/idlelib/help.txt +++ b/Lib/idlelib/help.txt @@ -153,15 +153,16 @@ Automatic indentation: Python Shell window: - ^C interrupts executing command - ^D sends end-of-file; closes window if typed at >>> prompt + Control-c interrupts executing command + Control-d sends end-of-file; closes window if typed at >>> prompt Command history: Alt-p retrieves previous command matching what you have typed Alt-n retrieves next - Return while on any previous command retrieves that command - Alt-/ (Expand word) is also useful here + (These are Control-p, Control-n on the Mac) + Return while cursor is on a previous command retrieves that command + Expand word is also useful to reduce typing Syntax colors: |