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 |
| 5 | # there is no space (eg. action=<key1>key2>) then the keys comprise a |
| 6 | # single 'emacs style' multi-keystoke binding. |
Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 7 | |
Steven M. Gava | c597640 | 2002-01-04 03:06:08 +0000 | [diff] [blame] | 8 | [IDLE Classic Windows] |
Steven M. Gava | a498af2 | 2002-02-01 01:33:36 +0000 | [diff] [blame] | 9 | copy=<Control-c> <Control-C> |
| 10 | cut=<Control-x> <Control-X> |
| 11 | paste=<Control-v> <Control-V> |
Steven M. Gava | 052937f | 2002-02-11 02:20:53 +0000 | [diff] [blame] | 12 | beginning-of-line= <Home> |
Steven M. Gava | 17d0154 | 2001-12-03 00:37:28 +0000 | [diff] [blame] | 13 | center-insert=<Control-l> |
| 14 | close-all-windows=<Control-q> |
| 15 | close-window=<Alt-F4> |
Steven M. Gava | 17d0154 | 2001-12-03 00:37:28 +0000 | [diff] [blame] | 16 | end-of-file=<Control-d> |
| 17 | python-docs=<F1> |
| 18 | python-context-help=<Shift-F1> |
| 19 | history-next=<Alt-n> |
| 20 | history-previous=<Alt-p> |
| 21 | interrupt-execution=<Control-c> |
| 22 | open-class-browser=<Alt-c> |
| 23 | open-module=<Alt-m> |
| 24 | open-new-window=<Control-n> |
| 25 | open-window-from-file=<Control-o> |
| 26 | plain-newline-and-indent=<Control-j> |
| 27 | redo=<Control-Shift-z> |
| 28 | remove-selection=<Escape> |
| 29 | save-copy-of-window-as-file=<Alt-Shift-s> |
| 30 | save-window-as-file=<Alt-s> |
| 31 | save-window=<Control-s> |
| 32 | select-all=<Alt-a> |
| 33 | toggle-auto-coloring=<Control-slash> |
| 34 | undo=<Control-z> |
Steven M. Gava | c597640 | 2002-01-04 03:06:08 +0000 | [diff] [blame] | 35 | find=<Control-f> |
| 36 | find-again=<Control-g> <F3> |
| 37 | find-in-files=<Alt-F3> |
| 38 | find-selection=<Control-F3> |
| 39 | replace=<Control-h> |
| 40 | goto-line=<Alt-g> |
Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 41 | |
Steven M. Gava | c597640 | 2002-01-04 03:06:08 +0000 | [diff] [blame] | 42 | [IDLE Classic Unix] |
Steven M. Gava | a498af2 | 2002-02-01 01:33:36 +0000 | [diff] [blame] | 43 | copy=<Alt-w> <Meta-w> |
| 44 | cut=<Control-w> |
| 45 | paste=<Control-y> |
Steven M. Gava | 17d0154 | 2001-12-03 00:37:28 +0000 | [diff] [blame] | 46 | beginning-of-line=<Control-a> <Home> |
| 47 | center-insert=<Control-l> |
| 48 | close-all-windows=<Control-x><Control-c> |
| 49 | close-window=<Control-x><Control-0> <Control-x><Key-0> |
| 50 | do-nothing=<Control-x> |
Steven M. Gava | 17d0154 | 2001-12-03 00:37:28 +0000 | [diff] [blame] | 51 | end-of-file=<Control-d> |
| 52 | history-next=<Alt-n> <Meta-n> |
| 53 | history-previous=<Alt-p> <Meta-p> |
| 54 | interrupt-execution=<Control-c> |
| 55 | open-class-browser=<Control-x><Control-b> |
| 56 | open-module=<Control-x><Control-m> |
| 57 | open-new-window=<Control-x><Control-n> |
| 58 | open-window-from-file=<Control-x><Control-f> |
| 59 | plain-newline-and-indent=<Control-j> |
| 60 | python-docs=<Control-h> |
| 61 | python-context-help=<Control-Shift-h> |
| 62 | redo=<Alt-z> <Meta-z> |
Steven M. Gava | 052937f | 2002-02-11 02:20:53 +0000 | [diff] [blame] | 63 | remove-selection=<Escape> |
Steven M. Gava | 17d0154 | 2001-12-03 00:37:28 +0000 | [diff] [blame] | 64 | save-copy-of-window-as-file=<Control-x><w> |
| 65 | save-window-as-file=<Control-x><Control-w> |
| 66 | save-window=<Control-x><Control-s> |
| 67 | select-all=<Alt-a> <Meta-a> |
| 68 | toggle-auto-coloring=<Control-slash> |
| 69 | undo=<Control-z> |
Steven M. Gava | c597640 | 2002-01-04 03:06:08 +0000 | [diff] [blame] | 70 | find=<Control-u><Control-u><Control-s> |
| 71 | find-again=<Control-u><Control-s> |
| 72 | find-in-files=<Alt-s> <Meta-s> |
| 73 | find-selection=<Control-s> |
| 74 | replace=<Control-r> |
| 75 | goto-line=<Alt-g> <Meta-g> |