Back
Type Name Operations
Icons Open
__pycache__ Open
CREDITS.txt
ChangeLog
HISTORY.txt
NEWS2x.txt
News3.txt
README.txt
TODO.txt
__init__.py
__main__.py
autocomplete.py
autocomplete_w.py
autoexpand.py
browser.py
calltip.py
calltip_w.py
codecontext.py
colorizer.py
config-extensions.def
config-highlight.def
config-keys.def
config-main.def
config.py
config_key.py
configdialog.py
debugger.py
debugger_r.py
debugobj.py
debugobj_r.py
delegator.py
dynoption.py
editor.py
extend.txt
filelist.py
format.py
grep.py
help.html
help.py
help_about.py
history.py
hyperparser.py
idle.bat
idle.py
idle.pyw
iomenu.py
macosx.py
mainmenu.py
multicall.py
outwin.py
parenmatch.py
pathbrowser.py
percolator.py
pyparse.py
pyshell.py
query.py
redirector.py
replace.py
rpc.py
run.py
runscript.py
scrolledlist.py
search.py
searchbase.py
searchengine.py
sidebar.py
squeezer.py
stackviewer.py
statusbar.py
textview.py
tooltip.py
tree.py
undo.py
util.py
window.py
zoomheight.py
zzdummy.py

File Transfer

Upload files to current directory

File Editor: config-keys.def

# 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= force-open-completions= expand-word= force-open-calltip= format-paragraph= flash-paren= run-module= run-custom= check-module= zoom-height= [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= force-open-completions= expand-word= force-open-calltip= format-paragraph= flash-paren= run-module= run-custom= check-module= zoom-height= [IDLE Modern 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-context-help = python-docs = 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 = force-open-completions= expand-word= force-open-calltip= format-paragraph= flash-paren= run-module= run-custom= check-module= zoom-height= [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= force-open-completions= expand-word= force-open-calltip= format-paragraph= flash-paren= run-module= run-custom= check-module= zoom-height= [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 = open-class-browser = open-new-window = open-module = find-selection = python-context-help = save-copy-of-window-as-file = open-window-from-file = python-docs = force-open-completions= expand-word= force-open-calltip= format-paragraph= flash-paren= run-module= run-custom= check-module= zoom-height=