# 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 altenatives, if # there is no space (eg. action=key2>) then the keys comprise a # single 'emacs style' multi-keystoke binding. [IDLE CUA-ish] Copy= Cut= Paste= beginning-of-line= center-insert= close-all-windows= close-window= dump-undo-state= end-of-file= python-docs= python-context-help= history-next= history-previous= interrupt-execution= open-class-browser= open-module= open-new-window= open-window-from-file= plain-newline-and-indent= redo= remove-selection= save-copy-of-window-as-file= save-window-as-file= save-window= select-all= toggle-auto-coloring= undo= [IDLE Emacs-ish] Copy= Cut= Paste= beginning-of-line= center-insert= close-all-windows= close-window= do-nothing= dump-undo-state= end-of-file= history-next= history-previous= interrupt-execution= open-class-browser= open-module= open-new-window= open-window-from-file= plain-newline-and-indent= python-docs= python-context-help= redo= save-copy-of-window-as-file= save-window-as-file= save-window= select-all= toggle-auto-coloring= undo=