# 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= [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= [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=