blob: 77d7ee17caf3ec8f7937c370b0eb4e0e41dd58e0 [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. Gavac5976402002-01-04 03:06:08 +00008[IDLE Classic Windows]
Steven M. Gavaa498af22002-02-01 01:33:36 +00009copy=<Control-c> <Control-C>
10cut=<Control-x> <Control-X>
11paste=<Control-v> <Control-V>
Steven M. Gava17d01542001-12-03 00:37:28 +000012beginning-of-line=<Control-a> <Home>
13center-insert=<Control-l>
14close-all-windows=<Control-q>
15close-window=<Alt-F4>
Steven M. Gava17d01542001-12-03 00:37:28 +000016end-of-file=<Control-d>
17python-docs=<F1>
18python-context-help=<Shift-F1>
19history-next=<Alt-n>
20history-previous=<Alt-p>
21interrupt-execution=<Control-c>
22open-class-browser=<Alt-c>
23open-module=<Alt-m>
24open-new-window=<Control-n>
25open-window-from-file=<Control-o>
26plain-newline-and-indent=<Control-j>
27redo=<Control-Shift-z>
28remove-selection=<Escape>
29save-copy-of-window-as-file=<Alt-Shift-s>
30save-window-as-file=<Alt-s>
31save-window=<Control-s>
32select-all=<Alt-a>
33toggle-auto-coloring=<Control-slash>
34undo=<Control-z>
Steven M. Gavac5976402002-01-04 03:06:08 +000035find=<Control-f>
36find-again=<Control-g> <F3>
37find-in-files=<Alt-F3>
38find-selection=<Control-F3>
39replace=<Control-h>
40goto-line=<Alt-g>
Steven M. Gavac11ccf32001-09-24 09:43:17 +000041
Steven M. Gavac5976402002-01-04 03:06:08 +000042[IDLE Classic Unix]
Steven M. Gavaa498af22002-02-01 01:33:36 +000043copy=<Alt-w> <Meta-w>
44cut=<Control-w>
45paste=<Control-y>
Steven M. Gava17d01542001-12-03 00:37:28 +000046beginning-of-line=<Control-a> <Home>
47center-insert=<Control-l>
48close-all-windows=<Control-x><Control-c>
49close-window=<Control-x><Control-0> <Control-x><Key-0>
50do-nothing=<Control-x>
Steven M. Gava17d01542001-12-03 00:37:28 +000051end-of-file=<Control-d>
52history-next=<Alt-n> <Meta-n>
53history-previous=<Alt-p> <Meta-p>
54interrupt-execution=<Control-c>
55open-class-browser=<Control-x><Control-b>
56open-module=<Control-x><Control-m>
57open-new-window=<Control-x><Control-n>
58open-window-from-file=<Control-x><Control-f>
59plain-newline-and-indent=<Control-j>
60python-docs=<Control-h>
61python-context-help=<Control-Shift-h>
62redo=<Alt-z> <Meta-z>
63save-copy-of-window-as-file=<Control-x><w>
64save-window-as-file=<Control-x><Control-w>
65save-window=<Control-x><Control-s>
66select-all=<Alt-a> <Meta-a>
67toggle-auto-coloring=<Control-slash>
68undo=<Control-z>
Steven M. Gavac5976402002-01-04 03:06:08 +000069find=<Control-u><Control-u><Control-s>
70find-again=<Control-u><Control-s>
71find-in-files=<Alt-s> <Meta-s>
72find-selection=<Control-s>
73replace=<Control-r>
74goto-line=<Alt-g> <Meta-g>