diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2002-09-14 03:18:43 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2002-09-14 03:18:43 (GMT) |
commit | 9ef8f428a3edd99d76319d5f2c54258da876ea97 (patch) | |
tree | 1568f569bf1f02df6023eef1a6bede784fb77ea3 /Lib | |
parent | a9f8cbc3bd4f88ea6b835c606d065ac305300123 (diff) | |
download | cpython-9ef8f428a3edd99d76319d5f2c54258da876ea97.zip cpython-9ef8f428a3edd99d76319d5f2c54258da876ea97.tar.gz cpython-9ef8f428a3edd99d76319d5f2c54258da876ea97.tar.bz2 |
MERGE DS_RPC_BRANCH into MAIN:
config-keys.def
AutoIndent merged 21Jul
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/idlelib/config-keys.def | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Lib/idlelib/config-keys.def b/Lib/idlelib/config-keys.def index 180d70e..ff9da21 100644 --- a/Lib/idlelib/config-keys.def +++ b/Lib/idlelib/config-keys.def @@ -41,6 +41,17 @@ find-in-files=<Alt-Key-F3> find-selection=<Control-Key-F3> replace=<Control-Key-h> goto-line=<Alt-Key-g> +smart-backspace=<Key-BackSpace> +newline-and-indent=<Key-Return> <Key-KP_Enter> +smart-indent=<Key-Tab> +indent-region=<Control-Key-bracketright> +dedent-region=<Control-Key-bracketleft> +comment-region=<Alt-Key-3> +uncomment-region=<Alt-Key-4> +tabify-region=<Alt-Key-5> +untabify-region=<Alt-Key-6> +toggle-tabs=<Alt-Key-t> +change-indentwidth=<Alt-Key-u> [IDLE Classic Unix] copy=<Alt-Key-w> <Meta-Key-w> @@ -77,3 +88,14 @@ find-in-files=<Alt-Key-s> <Meta-Key-s> find-selection=<Control-Key-s> replace=<Control-Key-r> goto-line=<Alt-Key-g> <Meta-Key-g> +smart-backspace=<Key-BackSpace> +newline-and-indent=<Key-Return> <Key-KP_Enter> +smart-indent=<Key-Tab> +indent-region=<Control-Key-bracketright> +dedent-region=<Control-Key-bracketleft> +comment-region=<Alt-Key-3> +uncomment-region=<Alt-Key-4> +tabify-region=<Alt-Key-5> +untabify-region=<Alt-Key-6> +toggle-tabs=<Alt-Key-t> +change-indentwidth=<Alt-Key-u> |