lib-python.2.7.idlelib.config-keys.def Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jython-standalone Show documentation
Show all versions of jython-standalone Show documentation
Jython is an implementation of the high-level, dynamic, object-oriented
language Python written in 100% Pure Java, and seamlessly integrated with
the Java platform. It thus allows you to run Python on any Java platform.
# IDLE reads several config files to determine user preferences. This
# file is the default config file for idle key binding settings.
# Where multiple keys are specified for an action: if they are separated
# by a space (eg. action= ) then the keys are alternatives, if
# there is no space (eg. action=) 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.
[IDLE Classic Windows]
copy=
cut=
paste=
beginning-of-line=
center-insert=
close-all-windows=
close-window=
do-nothing=
end-of-file=
python-docs=
python-context-help=
history-next=
history-previous=
interrupt-execution=
view-restart=
restart-shell=
open-class-browser=
open-module=
open-new-window=
open-window-from-file=
plain-newline-and-indent=
print-window=
redo=
remove-selection=
save-copy-of-window-as-file=
save-window-as-file=
save-window=
select-all=
toggle-auto-coloring=
undo=
find=
find-again=
find-in-files=
find-selection=
replace=
goto-line=
smart-backspace=
newline-and-indent=
smart-indent=
indent-region=
dedent-region=
comment-region=
uncomment-region=
tabify-region=
untabify-region=
toggle-tabs=
change-indentwidth=
del-word-left=
del-word-right=
[IDLE Classic Unix]
copy=
cut=
paste=
beginning-of-line=
center-insert=
close-all-windows=
close-window=
do-nothing=
end-of-file=
history-next=
history-previous=
interrupt-execution=
view-restart=
restart-shell=
open-class-browser=
open-module=
open-new-window=
open-window-from-file=
plain-newline-and-indent=
print-window=
python-docs=
python-context-help=
redo=
remove-selection=
save-copy-of-window-as-file=
save-window-as-file=
save-window=
select-all=
toggle-auto-coloring=
undo=
find=
find-again=
find-in-files=
find-selection=
replace=
goto-line=
smart-backspace=
newline-and-indent=
smart-indent=
indent-region=
dedent-region=
comment-region=
uncomment-region=
tabify-region=
untabify-region=
toggle-tabs=
change-indentwidth=
del-word-left=
del-word-right=
[IDLE Classic Mac]
copy=
cut=
paste=
beginning-of-line=
center-insert=
close-all-windows=
close-window=
do-nothing=
end-of-file=
python-docs=
python-context-help=
history-next=
history-previous=
interrupt-execution=
view-restart=
restart-shell=
open-class-browser=
open-module=
open-new-window=
open-window-from-file=
plain-newline-and-indent=
print-window=
redo=
remove-selection=
save-window-as-file=
save-window=
save-copy-of-window-as-file=
select-all=
toggle-auto-coloring=
undo=
find=
find-again=
find-in-files=
find-selection=
replace=
goto-line=
smart-backspace=
newline-and-indent=
smart-indent=
indent-region=
dedent-region=
comment-region=
uncomment-region=
tabify-region=
untabify-region=
toggle-tabs=
change-indentwidth=
del-word-left=
del-word-right=
[IDLE Classic OSX]
toggle-tabs =
interrupt-execution =
untabify-region =
remove-selection =
print-window =
replace =
goto-line =
plain-newline-and-indent =
history-previous =
beginning-of-line =
end-of-line =
comment-region =
redo =
close-window =
restart-shell =
save-window-as-file =
close-all-windows =
view-restart =
tabify-region =
find-again =
find =
toggle-auto-coloring =
select-all =
smart-backspace =
change-indentwidth =
do-nothing =
smart-indent =
center-insert =
history-next =
del-word-right =
undo =
save-window =
uncomment-region =
cut =
find-in-files =
dedent-region =
copy =
paste =
indent-region =
del-word-left =
newline-and-indent =
end-of-file =