blob: feec31c538d1ddb553d4e2c4037dc0eb2f91f1c6 [file] [log] [blame]
Steven M. Gavac11ccf32001-09-24 09:43:17 +00001# IDLE reads several config files to determine user preferences. This
2# file is the default config file for idle key binding settings.
Steven M. Gava17d01542001-12-03 00:37:28 +00003# 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.
Steven M. Gavac11ccf32001-09-24 09:43:17 +00007
Steven M. Gava17d01542001-12-03 00:37:28 +00008[IDLE CUA-ish]
9Copy=<Control-c> <Control-C>
10Cut=<Control-x> <Control-X>
11Paste=<Control-v> <Control-V>
12beginning-of-line=<Control-a> <Home>
13center-insert=<Control-l>
14close-all-windows=<Control-q>
15close-window=<Alt-F4>
16dump-undo-state=<Control-backslash>
17end-of-file=<Control-d>
18python-docs=<F1>
19python-context-help=<Shift-F1>
20history-next=<Alt-n>
21history-previous=<Alt-p>
22interrupt-execution=<Control-c>
23open-class-browser=<Alt-c>
24open-module=<Alt-m>
25open-new-window=<Control-n>
26open-window-from-file=<Control-o>
27plain-newline-and-indent=<Control-j>
28redo=<Control-Shift-z>
29remove-selection=<Escape>
30save-copy-of-window-as-file=<Alt-Shift-s>
31save-window-as-file=<Alt-s>
32save-window=<Control-s>
33select-all=<Alt-a>
34toggle-auto-coloring=<Control-slash>
35undo=<Control-z>
Steven M. Gavac11ccf32001-09-24 09:43:17 +000036
Steven M. Gava17d01542001-12-03 00:37:28 +000037[IDLE Emacs-ish]
38Copy=<Alt-w> <Meta-w>
39Cut=<Control-w>
40Paste=<Control-y>
41beginning-of-line=<Control-a> <Home>
42center-insert=<Control-l>
43close-all-windows=<Control-x><Control-c>
44close-window=<Control-x><Control-0> <Control-x><Key-0>
45do-nothing=<Control-x>
46dump-undo-state=<Control-backslash>
47end-of-file=<Control-d>
48history-next=<Alt-n> <Meta-n>
49history-previous=<Alt-p> <Meta-p>
50interrupt-execution=<Control-c>
51open-class-browser=<Control-x><Control-b>
52open-module=<Control-x><Control-m>
53open-new-window=<Control-x><Control-n>
54open-window-from-file=<Control-x><Control-f>
55plain-newline-and-indent=<Control-j>
56python-docs=<Control-h>
57python-context-help=<Control-Shift-h>
58redo=<Alt-z> <Meta-z>
59save-copy-of-window-as-file=<Control-x><w>
60save-window-as-file=<Control-x><Control-w>
61save-window=<Control-x><Control-s>
62select-all=<Alt-a> <Meta-a>
63toggle-auto-coloring=<Control-slash>
64undo=<Control-z>