blob: 5d3839d548963bcaf50425537a218ad13c283486 [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. Gava17d01542001-12-03 00:37:28 +00009Copy=<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. Gavac5976402002-01-04 03:06:08 +000036find=<Control-f>
37find-again=<Control-g> <F3>
38find-in-files=<Alt-F3>
39find-selection=<Control-F3>
40replace=<Control-h>
41goto-line=<Alt-g>
Steven M. Gavac11ccf32001-09-24 09:43:17 +000042
Steven M. Gavac5976402002-01-04 03:06:08 +000043[IDLE Classic Unix]
Steven M. Gava17d01542001-12-03 00:37:28 +000044Copy=<Alt-w> <Meta-w>
45Cut=<Control-w>
46Paste=<Control-y>
47beginning-of-line=<Control-a> <Home>
48center-insert=<Control-l>
49close-all-windows=<Control-x><Control-c>
50close-window=<Control-x><Control-0> <Control-x><Key-0>
51do-nothing=<Control-x>
52dump-undo-state=<Control-backslash>
53end-of-file=<Control-d>
54history-next=<Alt-n> <Meta-n>
55history-previous=<Alt-p> <Meta-p>
56interrupt-execution=<Control-c>
57open-class-browser=<Control-x><Control-b>
58open-module=<Control-x><Control-m>
59open-new-window=<Control-x><Control-n>
60open-window-from-file=<Control-x><Control-f>
61plain-newline-and-indent=<Control-j>
62python-docs=<Control-h>
63python-context-help=<Control-Shift-h>
64redo=<Alt-z> <Meta-z>
65save-copy-of-window-as-file=<Control-x><w>
66save-window-as-file=<Control-x><Control-w>
67save-window=<Control-x><Control-s>
68select-all=<Alt-a> <Meta-a>
69toggle-auto-coloring=<Control-slash>
70undo=<Control-z>
Steven M. Gavac5976402002-01-04 03:06:08 +000071find=<Control-u><Control-u><Control-s>
72find-again=<Control-u><Control-s>
73find-in-files=<Alt-s> <Meta-s>
74find-selection=<Control-s>
75replace=<Control-r>
76goto-line=<Alt-g> <Meta-g>