blob: 180d70e4251b0367482935866e2bef02b7e9dba6 [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>
Steven M. Gava7981ce52002-06-11 04:45:34 +000029print-window=<Control-Key-p>
Steven M. Gavae28ee752002-02-11 03:45:22 +000030redo=<Control-Shift-Key-z>
31remove-selection=<Key-Escape>
32save-copy-of-window-as-file=<Alt-Shift-Key-s>
Steven M. Gava0c5bc8c2002-03-27 02:25:44 +000033save-window-as-file=<Control-Shift-Key-s>
Steven M. Gavae28ee752002-02-11 03:45:22 +000034save-window=<Control-Key-s>
Steven M. Gava7981ce52002-06-11 04:45:34 +000035select-all=<Control-Key-a>
Steven M. Gavae28ee752002-02-11 03:45:22 +000036toggle-auto-coloring=<Control-Key-slash>
37undo=<Control-Key-z>
38find=<Control-Key-f>
39find-again=<Control-Key-g> <Key-F3>
40find-in-files=<Alt-Key-F3>
41find-selection=<Control-Key-F3>
42replace=<Control-Key-h>
43goto-line=<Alt-Key-g>
Steven M. Gavac11ccf32001-09-24 09:43:17 +000044
Steven M. Gavac5976402002-01-04 03:06:08 +000045[IDLE Classic Unix]
Steven M. Gavae28ee752002-02-11 03:45:22 +000046copy=<Alt-Key-w> <Meta-Key-w>
47cut=<Control-Key-w>
48paste=<Control-Key-y>
49beginning-of-line=<Control-Key-a> <Key-Home>
50center-insert=<Control-Key-l>
51close-all-windows=<Control-Key-x><Control-Key-c>
52close-window=<Control-Key-x><Control-Key-0>
53do-nothing=<Control-Key-x>
54end-of-file=<Control-Key-d>
55history-next=<Alt-Key-n> <Meta-Key-n>
56history-previous=<Alt-Key-p> <Meta-Key-p>
57interrupt-execution=<Control-Key-c>
58open-class-browser=<Control-Key-x><Control-Key-b>
59open-module=<Control-Key-x><Control-Key-m>
60open-new-window=<Control-Key-x><Control-Key-n>
61open-window-from-file=<Control-Key-x><Control-Key-f>
62plain-newline-and-indent=<Control-Key-j>
Steven M. Gava7981ce52002-06-11 04:45:34 +000063print-window=<Control-x><Control-Key-p>
Steven M. Gavae28ee752002-02-11 03:45:22 +000064python-docs=<Control-Key-h>
65python-context-help=<Control-Shift-Key-h>
66redo=<Alt-Key-z> <Meta-Key-z>
67remove-selection=<Key-Escape>
68save-copy-of-window-as-file=<Control-Key-x><Control-Key-y>
69save-window-as-file=<Control-Key-x><Control-Key-w>
70save-window=<Control-Key-x><Control-Key-s>
71select-all=<Alt-Key-a> <Meta-Key-a>
72toggle-auto-coloring=<Control-Key-slash>
73undo=<Control-Key-z>
74find=<Control-Key-u><Control-Key-u><Control-Key-s>
75find-again=<Control-Key-u><Control-Key-s>
76find-in-files=<Alt-Key-s> <Meta-Key-s>
77find-selection=<Control-Key-s>
78replace=<Control-Key-r>
79goto-line=<Alt-Key-g> <Meta-Key-g>