2001-09-24 06:43:17 -03:00
|
|
|
# IDLE reads several config files to determine user preferences. This
|
|
|
|
# file is the default config file for idle key binding settings.
|
2001-12-02 20:37:28 -04: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-10 23:45:22 -04: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 06:43:17 -03:00
|
|
|
|
2002-01-03 23:06:08 -04:00
|
|
|
[IDLE Classic Windows]
|
2002-02-10 23:45:22 -04:00
|
|
|
copy=<Control-Key-c>
|
|
|
|
cut=<Control-Key-x>
|
2002-02-17 21:43:11 -04:00
|
|
|
paste=<Control-Key-m>
|
2002-02-10 23:45:22 -04:00
|
|
|
beginning-of-line= <Key-Home>
|
|
|
|
center-insert=<Control-Key-l>
|
|
|
|
close-all-windows=<Control-Key-q>
|
|
|
|
close-window=<Alt-Key-F4>
|
|
|
|
end-of-file=<Control-Key-d>
|
|
|
|
python-docs=<Key-F1>
|
|
|
|
python-context-help=<Shift-Key-F1>
|
|
|
|
history-next=<Alt-Key-n>
|
|
|
|
history-previous=<Alt-Key-p>
|
|
|
|
interrupt-execution=<Control-Key-c>
|
|
|
|
open-class-browser=<Alt-Key-c>
|
|
|
|
open-module=<Alt-Key-m>
|
|
|
|
open-new-window=<Control-Key-n>
|
|
|
|
open-window-from-file=<Control-Key-o>
|
|
|
|
plain-newline-and-indent=<Control-Key-j>
|
|
|
|
redo=<Control-Shift-Key-z>
|
|
|
|
remove-selection=<Key-Escape>
|
|
|
|
save-copy-of-window-as-file=<Alt-Shift-Key-s>
|
2002-03-26 22:25:44 -04:00
|
|
|
save-window-as-file=<Control-Shift-Key-s>
|
2002-02-10 23:45:22 -04:00
|
|
|
save-window=<Control-Key-s>
|
|
|
|
select-all=<Alt-Key-a>
|
|
|
|
toggle-auto-coloring=<Control-Key-slash>
|
|
|
|
undo=<Control-Key-z>
|
|
|
|
find=<Control-Key-f>
|
|
|
|
find-again=<Control-Key-g> <Key-F3>
|
|
|
|
find-in-files=<Alt-Key-F3>
|
|
|
|
find-selection=<Control-Key-F3>
|
|
|
|
replace=<Control-Key-h>
|
|
|
|
goto-line=<Alt-Key-g>
|
2001-09-24 06:43:17 -03:00
|
|
|
|
2002-01-03 23:06:08 -04:00
|
|
|
[IDLE Classic Unix]
|
2002-02-10 23:45:22 -04: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>
|
|
|
|
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>
|
|
|
|
python-docs=<Control-Key-h>
|
|
|
|
python-context-help=<Control-Shift-Key-h>
|
|
|
|
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>
|