blob: 8b3882704c836d76c03a9aa7dabbc049af2c6031 [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
Steven M. Gavae28ee752002-02-11 03:45:22 +00005# there is no space (eg. action=<key1><key2>) then the keys comprise a
6# single 'emacs style' multi-keystoke binding. The tk event specifier 'Key'
7# is used in all cases, for consistency in auto key conflict checking in the
8# configuration gui.
Steven M. Gavac11ccf32001-09-24 09:43:17 +00009
Steven M. Gavac5976402002-01-04 03:06:08 +000010[IDLE Classic Windows]
Steven M. Gavae28ee752002-02-11 03:45:22 +000011copy=<Control-Key-c>
12cut=<Control-Key-x>
Steven M. Gava49745752002-02-18 01:43:11 +000013paste=<Control-Key-m>
Steven M. Gavae28ee752002-02-11 03:45:22 +000014beginning-of-line= <Key-Home>
15center-insert=<Control-Key-l>
16close-all-windows=<Control-Key-q>
17close-window=<Alt-Key-F4>
18end-of-file=<Control-Key-d>
19python-docs=<Key-F1>
20python-context-help=<Shift-Key-F1>
21history-next=<Alt-Key-n>
22history-previous=<Alt-Key-p>
23interrupt-execution=<Control-Key-c>
24open-class-browser=<Alt-Key-c>
25open-module=<Alt-Key-m>
26open-new-window=<Control-Key-n>
27open-window-from-file=<Control-Key-o>
28plain-newline-and-indent=<Control-Key-j>
29redo=<Control-Shift-Key-z>
30remove-selection=<Key-Escape>
31save-copy-of-window-as-file=<Alt-Shift-Key-s>
Steven M. Gava0c5bc8c2002-03-27 02:25:44 +000032save-window-as-file=<Control-Shift-Key-s>
Steven M. Gavae28ee752002-02-11 03:45:22 +000033save-window=<Control-Key-s>
34select-all=<Alt-Key-a>
35toggle-auto-coloring=<Control-Key-slash>
36undo=<Control-Key-z>
37find=<Control-Key-f>
38find-again=<Control-Key-g> <Key-F3>
39find-in-files=<Alt-Key-F3>
40find-selection=<Control-Key-F3>
41replace=<Control-Key-h>
42goto-line=<Alt-Key-g>
Steven M. Gavac11ccf32001-09-24 09:43:17 +000043
Steven M. Gavac5976402002-01-04 03:06:08 +000044[IDLE Classic Unix]
Steven M. Gavae28ee752002-02-11 03:45:22 +000045copy=<Alt-Key-w> <Meta-Key-w>
46cut=<Control-Key-w>
47paste=<Control-Key-y>
48beginning-of-line=<Control-Key-a> <Key-Home>
49center-insert=<Control-Key-l>
50close-all-windows=<Control-Key-x><Control-Key-c>
51close-window=<Control-Key-x><Control-Key-0>
52do-nothing=<Control-Key-x>
53end-of-file=<Control-Key-d>
54history-next=<Alt-Key-n> <Meta-Key-n>
55history-previous=<Alt-Key-p> <Meta-Key-p>
56interrupt-execution=<Control-Key-c>
57open-class-browser=<Control-Key-x><Control-Key-b>
58open-module=<Control-Key-x><Control-Key-m>
59open-new-window=<Control-Key-x><Control-Key-n>
60open-window-from-file=<Control-Key-x><Control-Key-f>
61plain-newline-and-indent=<Control-Key-j>
62python-docs=<Control-Key-h>
63python-context-help=<Control-Shift-Key-h>
64redo=<Alt-Key-z> <Meta-Key-z>
65remove-selection=<Key-Escape>
66save-copy-of-window-as-file=<Control-Key-x><Control-Key-y>
67save-window-as-file=<Control-Key-x><Control-Key-w>
68save-window=<Control-Key-x><Control-Key-s>
69select-all=<Alt-Key-a> <Meta-Key-a>
70toggle-auto-coloring=<Control-Key-slash>
71undo=<Control-Key-z>
72find=<Control-Key-u><Control-Key-u><Control-Key-s>
73find-again=<Control-Key-u><Control-Key-s>
74find-in-files=<Alt-Key-s> <Meta-Key-s>
75find-selection=<Control-Key-s>
76replace=<Control-Key-r>
77goto-line=<Alt-Key-g> <Meta-Key-g>