Re-commit Ping's patch to the cgi and cgitb documentation, using the
[python/dscho.git] / Lib / idlelib / config-keys.def
blobfeec31c538d1ddb553d4e2c4037dc0eb2f91f1c6
1 # IDLE reads several config files to determine user preferences. This
2 # file is the default config file for idle key binding settings.
3 # Where multiple keys are specified for an action: if they are separated
4 # by a space (eg. action=<key1> <key2>) then the keys are altenatives, if
5 # there is no space (eg. action=<key1>key2>) then the keys comprise a
6 # single 'emacs style' multi-keystoke binding.
8 [IDLE CUA-ish]
9 Copy=<Control-c> <Control-C>
10 Cut=<Control-x> <Control-X>
11 Paste=<Control-v> <Control-V>
12 beginning-of-line=<Control-a> <Home>
13 center-insert=<Control-l>
14 close-all-windows=<Control-q>
15 close-window=<Alt-F4>
16 dump-undo-state=<Control-backslash>
17 end-of-file=<Control-d>
18 python-docs=<F1>
19 python-context-help=<Shift-F1>
20 history-next=<Alt-n>
21 history-previous=<Alt-p>
22 interrupt-execution=<Control-c>
23 open-class-browser=<Alt-c>
24 open-module=<Alt-m>
25 open-new-window=<Control-n>
26 open-window-from-file=<Control-o>
27 plain-newline-and-indent=<Control-j>
28 redo=<Control-Shift-z>
29 remove-selection=<Escape>
30 save-copy-of-window-as-file=<Alt-Shift-s>
31 save-window-as-file=<Alt-s>
32 save-window=<Control-s>
33 select-all=<Alt-a>
34 toggle-auto-coloring=<Control-slash>
35 undo=<Control-z>
37 [IDLE Emacs-ish]
38 Copy=<Alt-w> <Meta-w>
39 Cut=<Control-w>
40 Paste=<Control-y>
41 beginning-of-line=<Control-a> <Home>
42 center-insert=<Control-l>
43 close-all-windows=<Control-x><Control-c>
44 close-window=<Control-x><Control-0> <Control-x><Key-0>
45 do-nothing=<Control-x>
46 dump-undo-state=<Control-backslash>
47 end-of-file=<Control-d>
48 history-next=<Alt-n> <Meta-n>
49 history-previous=<Alt-p> <Meta-p>
50 interrupt-execution=<Control-c>
51 open-class-browser=<Control-x><Control-b>
52 open-module=<Control-x><Control-m>
53 open-new-window=<Control-x><Control-n>
54 open-window-from-file=<Control-x><Control-f>
55 plain-newline-and-indent=<Control-j>
56 python-docs=<Control-h>
57 python-context-help=<Control-Shift-h>
58 redo=<Alt-z> <Meta-z>
59 save-copy-of-window-as-file=<Control-x><w>
60 save-window-as-file=<Control-x><Control-w>
61 save-window=<Control-x><Control-s>
62 select-all=<Alt-a> <Meta-a>
63 toggle-auto-coloring=<Control-slash>
64 undo=<Control-z>