Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / sam-t2 / devtools / amd64 / lib / python2.4 / idlelib / config-keys.def
CommitLineData
920dae64
AT
1# IDLE reads several config files to determine user preferences. This
2# file is the default config file for idle key binding settings.
3# Where multiple keys are specified for an action: if they are separated
4# by a space (eg. action=<key1> <key2>) then the keys are alternatives, if
5# 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.
9
10[IDLE Classic Windows]
11copy=<Control-Key-c> <Control-Key-C>
12cut=<Control-Key-x> <Control-Key-X>
13paste=<Control-Key-v> <Control-Key-V>
14beginning-of-line= <Key-Home>
15center-insert=<Control-Key-l> <Control-Key-L>
16close-all-windows=<Control-Key-q>
17close-window=<Alt-Key-F4> <Meta-Key-F4>
18do-nothing=<Control-Key-F12>
19end-of-file=<Control-Key-d> <Control-Key-D>
20python-docs=<Key-F1>
21python-context-help=<Shift-Key-F1>
22history-next=<Alt-Key-n> <Meta-Key-n>
23history-previous=<Alt-Key-p> <Meta-Key-p>
24interrupt-execution=<Control-Key-c> <Control-Key-C>
25view-restart=<Key-F6>
26restart-shell=<Control-Key-F6>
27open-class-browser=<Alt-Key-c> <Meta-Key-c> <Alt-Key-C>
28open-module=<Alt-Key-m> <Meta-Key-m> <Alt-Key-M>
29open-new-window=<Control-Key-n> <Control-Key-N>
30open-window-from-file=<Control-Key-o> <Control-Key-O>
31plain-newline-and-indent=<Control-Key-j> <Control-Key-J>
32print-window=<Control-Key-p> <Control-Key-P>
33redo=<Control-Shift-Key-Z>
34remove-selection=<Key-Escape>
35save-copy-of-window-as-file=<Alt-Shift-Key-S>
36save-window-as-file=<Control-Shift-Key-S>
37save-window=<Control-Key-s>
38select-all=<Control-Key-a>
39toggle-auto-coloring=<Control-Key-slash>
40undo=<Control-Key-z> <Control-Key-Z>
41find=<Control-Key-f> <Control-Key-F>
42find-again=<Control-Key-g> <Key-F3>
43find-in-files=<Alt-Key-F3> <Meta-Key-F3>
44find-selection=<Control-Key-F3>
45replace=<Control-Key-h> <Control-Key-H>
46goto-line=<Alt-Key-g> <Meta-Key-g>
47smart-backspace=<Key-BackSpace>
48newline-and-indent=<Key-Return> <Key-KP_Enter>
49smart-indent=<Key-Tab>
50indent-region=<Control-Key-bracketright>
51dedent-region=<Control-Key-bracketleft>
52comment-region=<Alt-Key-3> <Meta-Key-3>
53uncomment-region=<Alt-Key-4> <Meta-Key-4>
54tabify-region=<Alt-Key-5> <Meta-Key-5>
55untabify-region=<Alt-Key-6> <Meta-Key-6>
56toggle-tabs=<Alt-Key-t> <Meta-Key-t> <Alt-Key-T>
57change-indentwidth=<Alt-Key-u> <Meta-Key-u> <Alt-Key-U>
58
59[IDLE Classic Unix]
60copy=<Alt-Key-w> <Meta-Key-w>
61cut=<Control-Key-w>
62paste=<Control-Key-y>
63beginning-of-line=<Control-Key-a> <Key-Home>
64center-insert=<Control-Key-l>
65close-all-windows=<Control-Key-x><Control-Key-c>
66close-window=<Control-Key-x><Control-Key-0>
67do-nothing=<Control-Key-x>
68end-of-file=<Control-Key-d>
69history-next=<Alt-Key-n> <Meta-Key-n>
70history-previous=<Alt-Key-p> <Meta-Key-p>
71interrupt-execution=<Control-Key-c>
72view-restart=<Key-F6>
73restart-shell=<Control-Key-F6>
74open-class-browser=<Control-Key-x><Control-Key-b>
75open-module=<Control-Key-x><Control-Key-m>
76open-new-window=<Control-Key-x><Control-Key-n>
77open-window-from-file=<Control-Key-x><Control-Key-f>
78plain-newline-and-indent=<Control-Key-j>
79print-window=<Control-x><Control-Key-p>
80python-docs=<Control-Key-h>
81python-context-help=<Control-Shift-Key-H>
82redo=<Alt-Key-z> <Meta-Key-z>
83remove-selection=<Key-Escape>
84save-copy-of-window-as-file=<Control-Key-x><Control-Key-y>
85save-window-as-file=<Control-Key-x><Control-Key-w>
86save-window=<Control-Key-x><Control-Key-s>
87select-all=<Alt-Key-a> <Meta-Key-a>
88toggle-auto-coloring=<Control-Key-slash>
89undo=<Control-Key-z>
90find=<Control-Key-u><Control-Key-u><Control-Key-s>
91find-again=<Control-Key-u><Control-Key-s>
92find-in-files=<Alt-Key-s> <Meta-Key-s>
93find-selection=<Control-Key-s>
94replace=<Control-Key-r>
95goto-line=<Alt-Key-g> <Meta-Key-g>
96smart-backspace=<Key-BackSpace>
97newline-and-indent=<Key-Return> <Key-KP_Enter>
98smart-indent=<Key-Tab>
99indent-region=<Control-Key-bracketright>
100dedent-region=<Control-Key-bracketleft>
101comment-region=<Alt-Key-3>
102uncomment-region=<Alt-Key-4>
103tabify-region=<Alt-Key-5>
104untabify-region=<Alt-Key-6>
105toggle-tabs=<Alt-Key-t>
106change-indentwidth=<Alt-Key-u>
107
108[IDLE Classic Mac]
109copy=<Command-Key-c>
110cut=<Command-Key-x>
111paste=<Command-Key-v>
112beginning-of-line= <Key-Home>
113center-insert=<Control-Key-l>
114close-all-windows=<Command-Key-q>
115close-window=<Command-Key-w>
116do-nothing=<Control-Key-F12>
117end-of-file=<Control-Key-d>
118python-docs=<Key-F1>
119python-context-help=<Shift-Key-F1>
120history-next=<Control-Key-n>
121history-previous=<Control-Key-p>
122interrupt-execution=<Control-Key-c>
123view-restart=<Key-F6>
124restart-shell=<Control-Key-F6>
125open-class-browser=<Command-Key-b>
126open-module=<Command-Key-m>
127open-new-window=<Command-Key-n>
128open-window-from-file=<Command-Key-o>
129plain-newline-and-indent=<Control-Key-j>
130print-window=<Command-Key-p>
131redo=<Shift-Command-Key-Z>
132remove-selection=<Key-Escape>
133save-window-as-file=<Shift-Command-Key-S>
134save-window=<Command-Key-s>
135save-copy-of-window-as-file=<Option-Command-Key-s>
136select-all=<Command-Key-a>
137toggle-auto-coloring=<Control-Key-slash>
138undo=<Command-Key-z>
139find=<Command-Key-f>
140find-again=<Command-Key-g> <Key-F3>
141find-in-files=<Command-Key-F3>
142find-selection=<Shift-Command-Key-F3>
143replace=<Command-Key-r>
144goto-line=<Command-Key-j>
145smart-backspace=<Key-BackSpace>
146newline-and-indent=<Key-Return> <Key-KP_Enter>
147smart-indent=<Key-Tab>
148indent-region=<Command-Key-bracketright>
149dedent-region=<Command-Key-bracketleft>
150comment-region=<Control-Key-3>
151uncomment-region=<Control-Key-4>
152tabify-region=<Control-Key-5>
153untabify-region=<Control-Key-6>
154toggle-tabs=<Control-Key-t>
155change-indentwidth=<Control-Key-u>