Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 1 | # IDLE reads several config files to determine user preferences. This |
| 2 | # file is the default config file for idle key binding settings. |
Steven M. Gava | 17d0154 | 2001-12-03 00:37:28 +0000 | [diff] [blame] | 3 | # Where multiple keys are specified for an action: if they are separated |
| 4 | # by a space (eg. action=<key1> <key2>) then the keys are altenatives, if |
Steven M. Gava | e28ee75 | 2002-02-11 03:45:22 +0000 | [diff] [blame] | 5 | # there is no space (eg. action=<key1><key2>) then the keys comprise a |
| 6 | # single 'emacs style' multi-keystoke binding. The tk event specifier 'Key' |
| 7 | # is used in all cases, for consistency in auto key conflict checking in the |
| 8 | # configuration gui. |
Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 9 | |
Steven M. Gava | c597640 | 2002-01-04 03:06:08 +0000 | [diff] [blame] | 10 | [IDLE Classic Windows] |
Steven M. Gava | e28ee75 | 2002-02-11 03:45:22 +0000 | [diff] [blame] | 11 | copy=<Control-Key-c> |
| 12 | cut=<Control-Key-x> |
Steven M. Gava | 4974575 | 2002-02-18 01:43:11 +0000 | [diff] [blame] | 13 | paste=<Control-Key-m> |
Steven M. Gava | e28ee75 | 2002-02-11 03:45:22 +0000 | [diff] [blame] | 14 | beginning-of-line= <Key-Home> |
| 15 | center-insert=<Control-Key-l> |
| 16 | close-all-windows=<Control-Key-q> |
| 17 | close-window=<Alt-Key-F4> |
| 18 | end-of-file=<Control-Key-d> |
| 19 | python-docs=<Key-F1> |
| 20 | python-context-help=<Shift-Key-F1> |
| 21 | history-next=<Alt-Key-n> |
| 22 | history-previous=<Alt-Key-p> |
| 23 | interrupt-execution=<Control-Key-c> |
| 24 | open-class-browser=<Alt-Key-c> |
| 25 | open-module=<Alt-Key-m> |
| 26 | open-new-window=<Control-Key-n> |
| 27 | open-window-from-file=<Control-Key-o> |
| 28 | plain-newline-and-indent=<Control-Key-j> |
| 29 | redo=<Control-Shift-Key-z> |
| 30 | remove-selection=<Key-Escape> |
| 31 | save-copy-of-window-as-file=<Alt-Shift-Key-s> |
Steven M. Gava | 0c5bc8c | 2002-03-27 02:25:44 +0000 | [diff] [blame] | 32 | save-window-as-file=<Control-Shift-Key-s> |
Steven M. Gava | e28ee75 | 2002-02-11 03:45:22 +0000 | [diff] [blame] | 33 | save-window=<Control-Key-s> |
| 34 | select-all=<Alt-Key-a> |
| 35 | toggle-auto-coloring=<Control-Key-slash> |
| 36 | undo=<Control-Key-z> |
| 37 | find=<Control-Key-f> |
| 38 | find-again=<Control-Key-g> <Key-F3> |
| 39 | find-in-files=<Alt-Key-F3> |
| 40 | find-selection=<Control-Key-F3> |
| 41 | replace=<Control-Key-h> |
| 42 | goto-line=<Alt-Key-g> |
Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 43 | |
Steven M. Gava | c597640 | 2002-01-04 03:06:08 +0000 | [diff] [blame] | 44 | [IDLE Classic Unix] |
Steven M. Gava | e28ee75 | 2002-02-11 03:45:22 +0000 | [diff] [blame] | 45 | copy=<Alt-Key-w> <Meta-Key-w> |
| 46 | cut=<Control-Key-w> |
| 47 | paste=<Control-Key-y> |
| 48 | beginning-of-line=<Control-Key-a> <Key-Home> |
| 49 | center-insert=<Control-Key-l> |
| 50 | close-all-windows=<Control-Key-x><Control-Key-c> |
| 51 | close-window=<Control-Key-x><Control-Key-0> |
| 52 | do-nothing=<Control-Key-x> |
| 53 | end-of-file=<Control-Key-d> |
| 54 | history-next=<Alt-Key-n> <Meta-Key-n> |
| 55 | history-previous=<Alt-Key-p> <Meta-Key-p> |
| 56 | interrupt-execution=<Control-Key-c> |
| 57 | open-class-browser=<Control-Key-x><Control-Key-b> |
| 58 | open-module=<Control-Key-x><Control-Key-m> |
| 59 | open-new-window=<Control-Key-x><Control-Key-n> |
| 60 | open-window-from-file=<Control-Key-x><Control-Key-f> |
| 61 | plain-newline-and-indent=<Control-Key-j> |
| 62 | python-docs=<Control-Key-h> |
| 63 | python-context-help=<Control-Shift-Key-h> |
| 64 | redo=<Alt-Key-z> <Meta-Key-z> |
| 65 | remove-selection=<Key-Escape> |
| 66 | save-copy-of-window-as-file=<Control-Key-x><Control-Key-y> |
| 67 | save-window-as-file=<Control-Key-x><Control-Key-w> |
| 68 | save-window=<Control-Key-x><Control-Key-s> |
| 69 | select-all=<Alt-Key-a> <Meta-Key-a> |
| 70 | toggle-auto-coloring=<Control-Key-slash> |
| 71 | undo=<Control-Key-z> |
| 72 | find=<Control-Key-u><Control-Key-u><Control-Key-s> |
| 73 | find-again=<Control-Key-u><Control-Key-s> |
| 74 | find-in-files=<Alt-Key-s> <Meta-Key-s> |
| 75 | find-selection=<Control-Key-s> |
| 76 | replace=<Control-Key-r> |
| 77 | goto-line=<Alt-Key-g> <Meta-Key-g> |