2003-05-18 02:21:55 +00:00
|
|
|
# IDLE reads several config files to determine user preferences. This
|
|
|
|
# file is the default config file for idle key binding settings.
|
2001-12-03 00:37:28 +00:00
|
|
|
# Where multiple keys are specified for an action: if they are separated
|
|
|
|
# by a space (eg. action=<key1> <key2>) then the keys are altenatives, if
|
2002-02-11 03:45:22 +00:00
|
|
|
# there is no space (eg. action=<key1><key2>) then the keys comprise a
|
|
|
|
# single 'emacs style' multi-keystoke binding. The tk event specifier 'Key'
|
|
|
|
# is used in all cases, for consistency in auto key conflict checking in the
|
|
|
|
# configuration gui.
|
2001-09-24 09:43:17 +00:00
|
|
|
|
2002-01-04 03:06:08 +00:00
|
|
|
[IDLE Classic Windows]
|
2002-02-11 03:45:22 +00:00
|
|
|
copy=<Control-Key-c>
|
|
|
|
cut=<Control-Key-x>
|
2003-01-04 01:43:53 +00:00
|
|
|
paste=<Control-Key-v>
|
2002-02-11 03:45:22 +00:00
|
|
|
beginning-of-line= <Key-Home>
|
|
|
|
center-insert=<Control-Key-l>
|
|
|
|
close-all-windows=<Control-Key-q>
|
2003-01-16 21:40:21 +00:00
|
|
|
close-window=<Alt-Key-F4> <Meta-Key-F4>
|
2002-09-26 22:13:22 +00:00
|
|
|
do-nothing=<Control-Key-F12>
|
2002-02-11 03:45:22 +00:00
|
|
|
end-of-file=<Control-Key-d>
|
|
|
|
python-docs=<Key-F1>
|
2003-05-18 02:21:55 +00:00
|
|
|
python-context-help=<Shift-Key-F1>
|
2003-01-16 21:40:21 +00:00
|
|
|
history-next=<Alt-Key-n> <Meta-Key-n>
|
|
|
|
history-previous=<Alt-Key-p> <Meta-Key-p>
|
2002-02-11 03:45:22 +00:00
|
|
|
interrupt-execution=<Control-Key-c>
|
2003-01-04 01:43:53 +00:00
|
|
|
view-restart=<Key-F6>
|
2003-01-22 00:23:23 +00:00
|
|
|
restart-shell=<Control-Key-F6>
|
2003-01-16 21:40:21 +00:00
|
|
|
open-class-browser=<Alt-Key-c> <Meta-Key-c>
|
|
|
|
open-module=<Alt-Key-m> <Meta-Key-m>
|
2002-02-11 03:45:22 +00:00
|
|
|
open-new-window=<Control-Key-n>
|
|
|
|
open-window-from-file=<Control-Key-o>
|
|
|
|
plain-newline-and-indent=<Control-Key-j>
|
2002-06-11 04:45:34 +00:00
|
|
|
print-window=<Control-Key-p>
|
2003-11-24 05:26:16 +00:00
|
|
|
redo=<Control-Shift-Key-Z>
|
2002-02-11 03:45:22 +00:00
|
|
|
remove-selection=<Key-Escape>
|
2003-11-24 05:26:16 +00:00
|
|
|
save-copy-of-window-as-file=<Alt-Shift-Key-S>
|
|
|
|
save-window-as-file=<Control-Shift-Key-S>
|
2002-02-11 03:45:22 +00:00
|
|
|
save-window=<Control-Key-s>
|
2002-06-11 04:45:34 +00:00
|
|
|
select-all=<Control-Key-a>
|
2002-02-11 03:45:22 +00:00
|
|
|
toggle-auto-coloring=<Control-Key-slash>
|
|
|
|
undo=<Control-Key-z>
|
|
|
|
find=<Control-Key-f>
|
|
|
|
find-again=<Control-Key-g> <Key-F3>
|
2003-01-16 21:40:21 +00:00
|
|
|
find-in-files=<Alt-Key-F3> <Meta-Key-F3>
|
2002-02-11 03:45:22 +00:00
|
|
|
find-selection=<Control-Key-F3>
|
|
|
|
replace=<Control-Key-h>
|
2003-01-16 21:40:21 +00:00
|
|
|
goto-line=<Alt-Key-g> <Meta-Key-g>
|
2002-09-14 03:18:43 +00:00
|
|
|
smart-backspace=<Key-BackSpace>
|
|
|
|
newline-and-indent=<Key-Return> <Key-KP_Enter>
|
|
|
|
smart-indent=<Key-Tab>
|
|
|
|
indent-region=<Control-Key-bracketright>
|
|
|
|
dedent-region=<Control-Key-bracketleft>
|
2003-01-16 21:40:21 +00:00
|
|
|
comment-region=<Alt-Key-3> <Meta-Key-3>
|
|
|
|
uncomment-region=<Alt-Key-4> <Meta-Key-4>
|
|
|
|
tabify-region=<Alt-Key-5> <Meta-Key-5>
|
|
|
|
untabify-region=<Alt-Key-6> <Meta-Key-6>
|
|
|
|
toggle-tabs=<Alt-Key-t> <Meta-Key-t>
|
|
|
|
change-indentwidth=<Alt-Key-u> <Meta-Key-u>
|
2001-09-24 09:43:17 +00:00
|
|
|
|
2002-01-04 03:06:08 +00:00
|
|
|
[IDLE Classic Unix]
|
2002-02-11 03:45:22 +00:00
|
|
|
copy=<Alt-Key-w> <Meta-Key-w>
|
|
|
|
cut=<Control-Key-w>
|
|
|
|
paste=<Control-Key-y>
|
|
|
|
beginning-of-line=<Control-Key-a> <Key-Home>
|
|
|
|
center-insert=<Control-Key-l>
|
|
|
|
close-all-windows=<Control-Key-x><Control-Key-c>
|
|
|
|
close-window=<Control-Key-x><Control-Key-0>
|
|
|
|
do-nothing=<Control-Key-x>
|
|
|
|
end-of-file=<Control-Key-d>
|
|
|
|
history-next=<Alt-Key-n> <Meta-Key-n>
|
|
|
|
history-previous=<Alt-Key-p> <Meta-Key-p>
|
|
|
|
interrupt-execution=<Control-Key-c>
|
2003-01-04 01:43:53 +00:00
|
|
|
view-restart=<Key-F6>
|
2003-01-22 00:23:23 +00:00
|
|
|
restart-shell=<Control-Key-F6>
|
2002-02-11 03:45:22 +00:00
|
|
|
open-class-browser=<Control-Key-x><Control-Key-b>
|
|
|
|
open-module=<Control-Key-x><Control-Key-m>
|
|
|
|
open-new-window=<Control-Key-x><Control-Key-n>
|
|
|
|
open-window-from-file=<Control-Key-x><Control-Key-f>
|
|
|
|
plain-newline-and-indent=<Control-Key-j>
|
2002-06-11 04:45:34 +00:00
|
|
|
print-window=<Control-x><Control-Key-p>
|
2003-05-18 02:21:55 +00:00
|
|
|
python-docs=<Control-Key-h>
|
2003-11-24 05:26:16 +00:00
|
|
|
python-context-help=<Control-Shift-Key-H>
|
2002-02-11 03:45:22 +00:00
|
|
|
redo=<Alt-Key-z> <Meta-Key-z>
|
|
|
|
remove-selection=<Key-Escape>
|
|
|
|
save-copy-of-window-as-file=<Control-Key-x><Control-Key-y>
|
|
|
|
save-window-as-file=<Control-Key-x><Control-Key-w>
|
|
|
|
save-window=<Control-Key-x><Control-Key-s>
|
|
|
|
select-all=<Alt-Key-a> <Meta-Key-a>
|
|
|
|
toggle-auto-coloring=<Control-Key-slash>
|
|
|
|
undo=<Control-Key-z>
|
|
|
|
find=<Control-Key-u><Control-Key-u><Control-Key-s>
|
|
|
|
find-again=<Control-Key-u><Control-Key-s>
|
|
|
|
find-in-files=<Alt-Key-s> <Meta-Key-s>
|
|
|
|
find-selection=<Control-Key-s>
|
|
|
|
replace=<Control-Key-r>
|
|
|
|
goto-line=<Alt-Key-g> <Meta-Key-g>
|
2002-09-14 03:18:43 +00:00
|
|
|
smart-backspace=<Key-BackSpace>
|
|
|
|
newline-and-indent=<Key-Return> <Key-KP_Enter>
|
|
|
|
smart-indent=<Key-Tab>
|
|
|
|
indent-region=<Control-Key-bracketright>
|
|
|
|
dedent-region=<Control-Key-bracketleft>
|
|
|
|
comment-region=<Alt-Key-3>
|
|
|
|
uncomment-region=<Alt-Key-4>
|
|
|
|
tabify-region=<Alt-Key-5>
|
|
|
|
untabify-region=<Alt-Key-6>
|
|
|
|
toggle-tabs=<Alt-Key-t>
|
|
|
|
change-indentwidth=<Alt-Key-u>
|
2002-09-23 01:11:57 +00:00
|
|
|
|
2002-09-23 00:57:10 +00:00
|
|
|
[IDLE Classic Mac]
|
|
|
|
copy=<Command-Key-c>
|
|
|
|
cut=<Command-Key-x>
|
|
|
|
paste=<Command-Key-v>
|
|
|
|
beginning-of-line= <Key-Home>
|
|
|
|
center-insert=<Control-Key-l>
|
|
|
|
close-all-windows=<Command-Key-q>
|
|
|
|
close-window=<Command-Key-w>
|
2002-09-26 22:13:22 +00:00
|
|
|
do-nothing=<Control-Key-F12>
|
2002-09-23 00:57:10 +00:00
|
|
|
end-of-file=<Control-Key-d>
|
|
|
|
python-docs=<Key-F1>
|
2003-05-18 02:21:55 +00:00
|
|
|
python-context-help=<Shift-Key-F1>
|
2002-09-29 00:10:15 +00:00
|
|
|
history-next=<Control-Key-n>
|
|
|
|
history-previous=<Control-Key-p>
|
2002-09-23 00:57:10 +00:00
|
|
|
interrupt-execution=<Control-Key-c>
|
2003-01-04 01:43:53 +00:00
|
|
|
view-restart=<Key-F6>
|
2003-01-22 00:23:23 +00:00
|
|
|
restart-shell=<Control-Key-F6>
|
2002-09-23 00:57:10 +00:00
|
|
|
open-class-browser=<Command-Key-b>
|
|
|
|
open-module=<Command-Key-m>
|
|
|
|
open-new-window=<Command-Key-n>
|
|
|
|
open-window-from-file=<Command-Key-o>
|
|
|
|
plain-newline-and-indent=<Control-Key-j>
|
|
|
|
print-window=<Command-Key-p>
|
2003-11-24 05:26:16 +00:00
|
|
|
redo=<Shift-Command-Key-Z>
|
2002-09-23 00:57:10 +00:00
|
|
|
remove-selection=<Key-Escape>
|
2003-11-24 05:26:16 +00:00
|
|
|
save-window-as-file=<Shift-Command-Key-S>
|
2002-09-23 00:57:10 +00:00
|
|
|
save-window=<Command-Key-s>
|
|
|
|
save-copy-of-window-as-file=<Option-Command-Key-s>
|
|
|
|
select-all=<Command-Key-a>
|
|
|
|
toggle-auto-coloring=<Control-Key-slash>
|
|
|
|
undo=<Command-Key-z>
|
|
|
|
find=<Command-Key-f>
|
|
|
|
find-again=<Command-Key-g> <Key-F3>
|
|
|
|
find-in-files=<Command-Key-F3>
|
|
|
|
find-selection=<Shift-Command-Key-F3>
|
|
|
|
replace=<Command-Key-r>
|
|
|
|
goto-line=<Command-Key-j>
|
|
|
|
smart-backspace=<Key-BackSpace>
|
|
|
|
newline-and-indent=<Key-Return> <Key-KP_Enter>
|
|
|
|
smart-indent=<Key-Tab>
|
|
|
|
indent-region=<Command-Key-bracketright>
|
|
|
|
dedent-region=<Command-Key-bracketleft>
|
|
|
|
comment-region=<Control-Key-3>
|
|
|
|
uncomment-region=<Control-Key-4>
|
|
|
|
tabify-region=<Control-Key-5>
|
|
|
|
untabify-region=<Control-Key-6>
|
|
|
|
toggle-tabs=<Control-Key-t>
|
|
|
|
change-indentwidth=<Control-Key-u>
|