jpayne@69: # IDLE reads several config files to determine user preferences. This jpayne@69: # file is the default config file for idle key binding settings. jpayne@69: # Where multiple keys are specified for an action: if they are separated jpayne@69: # by a space (eg. action= ) then the keys are alternatives, if jpayne@69: # there is no space (eg. action=) then the keys comprise a jpayne@69: # single 'emacs style' multi-keystoke binding. The tk event specifier 'Key' jpayne@69: # is used in all cases, for consistency in auto key conflict checking in the jpayne@69: # configuration gui. jpayne@69: jpayne@69: [IDLE Classic Windows] jpayne@69: copy= jpayne@69: cut= jpayne@69: paste= jpayne@69: beginning-of-line= jpayne@69: center-insert= jpayne@69: close-all-windows= jpayne@69: close-window= jpayne@69: do-nothing= jpayne@69: end-of-file= jpayne@69: python-docs= jpayne@69: python-context-help= jpayne@69: history-next= jpayne@69: history-previous= jpayne@69: interrupt-execution= jpayne@69: view-restart= jpayne@69: restart-shell= jpayne@69: open-class-browser= jpayne@69: open-module= jpayne@69: open-new-window= jpayne@69: open-window-from-file= jpayne@69: plain-newline-and-indent= jpayne@69: print-window= jpayne@69: redo= jpayne@69: remove-selection= jpayne@69: save-copy-of-window-as-file= jpayne@69: save-window-as-file= jpayne@69: save-window= jpayne@69: select-all= jpayne@69: toggle-auto-coloring= jpayne@69: undo= jpayne@69: find= jpayne@69: find-again= jpayne@69: find-in-files= jpayne@69: find-selection= jpayne@69: replace= jpayne@69: goto-line= jpayne@69: smart-backspace= jpayne@69: newline-and-indent= jpayne@69: smart-indent= jpayne@69: indent-region= jpayne@69: dedent-region= jpayne@69: comment-region= jpayne@69: uncomment-region= jpayne@69: tabify-region= jpayne@69: untabify-region= jpayne@69: toggle-tabs= jpayne@69: change-indentwidth= jpayne@69: del-word-left= jpayne@69: del-word-right= jpayne@69: force-open-completions= jpayne@69: expand-word= jpayne@69: force-open-calltip= jpayne@69: format-paragraph= jpayne@69: flash-paren= jpayne@69: run-module= jpayne@69: run-custom= jpayne@69: check-module= jpayne@69: zoom-height= jpayne@69: jpayne@69: [IDLE Classic Unix] jpayne@69: copy= jpayne@69: cut= jpayne@69: paste= jpayne@69: beginning-of-line= jpayne@69: center-insert= jpayne@69: close-all-windows= jpayne@69: close-window= jpayne@69: do-nothing= jpayne@69: end-of-file= jpayne@69: history-next= jpayne@69: history-previous= jpayne@69: interrupt-execution= jpayne@69: view-restart= jpayne@69: restart-shell= jpayne@69: open-class-browser= jpayne@69: open-module= jpayne@69: open-new-window= jpayne@69: open-window-from-file= jpayne@69: plain-newline-and-indent= jpayne@69: print-window= jpayne@69: python-docs= jpayne@69: python-context-help= jpayne@69: redo= jpayne@69: remove-selection= jpayne@69: save-copy-of-window-as-file= jpayne@69: save-window-as-file= jpayne@69: save-window= jpayne@69: select-all= jpayne@69: toggle-auto-coloring= jpayne@69: undo= jpayne@69: find= jpayne@69: find-again= jpayne@69: find-in-files= jpayne@69: find-selection= jpayne@69: replace= jpayne@69: goto-line= jpayne@69: smart-backspace= jpayne@69: newline-and-indent= jpayne@69: smart-indent= jpayne@69: indent-region= jpayne@69: dedent-region= jpayne@69: comment-region= jpayne@69: uncomment-region= jpayne@69: tabify-region= jpayne@69: untabify-region= jpayne@69: toggle-tabs= jpayne@69: change-indentwidth= jpayne@69: del-word-left= jpayne@69: del-word-right= jpayne@69: force-open-completions= jpayne@69: expand-word= jpayne@69: force-open-calltip= jpayne@69: format-paragraph= jpayne@69: flash-paren= jpayne@69: run-module= jpayne@69: run-custom= jpayne@69: check-module= jpayne@69: zoom-height= jpayne@69: jpayne@69: [IDLE Modern Unix] jpayne@69: copy = jpayne@69: cut = jpayne@69: paste = jpayne@69: beginning-of-line = jpayne@69: center-insert = jpayne@69: close-all-windows = jpayne@69: close-window = jpayne@69: do-nothing = jpayne@69: end-of-file = jpayne@69: history-next = jpayne@69: history-previous = jpayne@69: interrupt-execution = jpayne@69: view-restart = jpayne@69: restart-shell = jpayne@69: open-class-browser = jpayne@69: open-module = jpayne@69: open-new-window = jpayne@69: open-window-from-file = jpayne@69: plain-newline-and-indent = jpayne@69: print-window = jpayne@69: python-context-help = jpayne@69: python-docs = jpayne@69: redo = jpayne@69: remove-selection = jpayne@69: save-copy-of-window-as-file = jpayne@69: save-window-as-file = jpayne@69: save-window = jpayne@69: select-all = jpayne@69: toggle-auto-coloring = jpayne@69: undo = jpayne@69: find = jpayne@69: find-again = jpayne@69: find-in-files = jpayne@69: find-selection = jpayne@69: replace = jpayne@69: goto-line = jpayne@69: smart-backspace = jpayne@69: newline-and-indent = jpayne@69: smart-indent = jpayne@69: indent-region = jpayne@69: dedent-region = jpayne@69: comment-region = jpayne@69: uncomment-region = jpayne@69: tabify-region = jpayne@69: untabify-region = jpayne@69: toggle-tabs = jpayne@69: change-indentwidth = jpayne@69: del-word-left = jpayne@69: del-word-right = jpayne@69: force-open-completions= jpayne@69: expand-word= jpayne@69: force-open-calltip= jpayne@69: format-paragraph= jpayne@69: flash-paren= jpayne@69: run-module= jpayne@69: run-custom= jpayne@69: check-module= jpayne@69: zoom-height= jpayne@69: jpayne@69: [IDLE Classic Mac] jpayne@69: copy= jpayne@69: cut= jpayne@69: paste= jpayne@69: beginning-of-line= jpayne@69: center-insert= jpayne@69: close-all-windows= jpayne@69: close-window= jpayne@69: do-nothing= jpayne@69: end-of-file= jpayne@69: python-docs= jpayne@69: python-context-help= jpayne@69: history-next= jpayne@69: history-previous= jpayne@69: interrupt-execution= jpayne@69: view-restart= jpayne@69: restart-shell= jpayne@69: open-class-browser= jpayne@69: open-module= jpayne@69: open-new-window= jpayne@69: open-window-from-file= jpayne@69: plain-newline-and-indent= jpayne@69: print-window= jpayne@69: redo= jpayne@69: remove-selection= jpayne@69: save-window-as-file= jpayne@69: save-window= jpayne@69: save-copy-of-window-as-file= jpayne@69: select-all= jpayne@69: toggle-auto-coloring= jpayne@69: undo= jpayne@69: find= jpayne@69: find-again= jpayne@69: find-in-files= jpayne@69: find-selection= jpayne@69: replace= jpayne@69: goto-line= jpayne@69: smart-backspace= jpayne@69: newline-and-indent= jpayne@69: smart-indent= jpayne@69: indent-region= jpayne@69: dedent-region= jpayne@69: comment-region= jpayne@69: uncomment-region= jpayne@69: tabify-region= jpayne@69: untabify-region= jpayne@69: toggle-tabs= jpayne@69: change-indentwidth= jpayne@69: del-word-left= jpayne@69: del-word-right= jpayne@69: force-open-completions= jpayne@69: expand-word= jpayne@69: force-open-calltip= jpayne@69: format-paragraph= jpayne@69: flash-paren= jpayne@69: run-module= jpayne@69: run-custom= jpayne@69: check-module= jpayne@69: zoom-height= jpayne@69: jpayne@69: [IDLE Classic OSX] jpayne@69: toggle-tabs = jpayne@69: interrupt-execution = jpayne@69: untabify-region = jpayne@69: remove-selection = jpayne@69: print-window = jpayne@69: replace = jpayne@69: goto-line = jpayne@69: plain-newline-and-indent = jpayne@69: history-previous = jpayne@69: beginning-of-line = jpayne@69: end-of-line = jpayne@69: comment-region = jpayne@69: redo = jpayne@69: close-window = jpayne@69: restart-shell = jpayne@69: save-window-as-file = jpayne@69: close-all-windows = jpayne@69: view-restart = jpayne@69: tabify-region = jpayne@69: find-again = jpayne@69: find = jpayne@69: toggle-auto-coloring = jpayne@69: select-all = jpayne@69: smart-backspace = jpayne@69: change-indentwidth = jpayne@69: do-nothing = jpayne@69: smart-indent = jpayne@69: center-insert = jpayne@69: history-next = jpayne@69: del-word-right = jpayne@69: undo = jpayne@69: save-window = jpayne@69: uncomment-region = jpayne@69: cut = jpayne@69: find-in-files = jpayne@69: dedent-region = jpayne@69: copy = jpayne@69: paste = jpayne@69: indent-region = jpayne@69: del-word-left = jpayne@69: newline-and-indent = jpayne@69: end-of-file = jpayne@69: open-class-browser = jpayne@69: open-new-window = jpayne@69: open-module = jpayne@69: find-selection = jpayne@69: python-context-help = jpayne@69: save-copy-of-window-as-file = jpayne@69: open-window-from-file = jpayne@69: python-docs = jpayne@69: force-open-completions= jpayne@69: expand-word= jpayne@69: force-open-calltip= jpayne@69: format-paragraph= jpayne@69: flash-paren= jpayne@69: run-module= jpayne@69: run-custom= jpayne@69: check-module= jpayne@69: zoom-height=