summaryrefslogtreecommitdiff
path: root/Lib/idlelib/help.txt
diff options
context:
space:
mode:
authorKurt B. Kaiser <kbk@shore.net>2003-07-16 03:10:43 +0000
committerKurt B. Kaiser <kbk@shore.net>2003-07-16 03:10:43 +0000
commitf7cf20ffaa5d27ebf6689be657d88949980178bf (patch)
tree357262a59d78591c97707fccbc6d0740543d577b /Lib/idlelib/help.txt
parent2df66f9171b232fa37b2080724f9028e976ed4a8 (diff)
downloadcpython-f7cf20ffaa5d27ebf6689be657d88949980178bf.tar.gz
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.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/Lib/idlelib/help.txt b/Lib/idlelib/help.txt
index 8bf15a1cec..96cedb8012 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: