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. |
| 3 | |
| 4 | [IDLE Classic - windows] |
| 5 | Copy= '<Control-c> <Control-C>' |
| 6 | Cut= '<Control-x> <Control-X>' |
| 7 | Paste= '<Control-v> <Control-V>' |
| 8 | beginning-of-line= '<Control-a> <Home>' |
| 9 | center-insert= '<Control-l>' |
| 10 | close-all-windows= '<Control-q>' |
| 11 | close-window= '<Alt-F4>' |
| 12 | dump-undo-state= '<Control-backslash>' |
| 13 | end-of-file= '<Control-d>' |
| 14 | python-docs= '<F1>' |
| 15 | history-next= '<Alt-n>' |
| 16 | history-previous= '<Alt-p>' |
| 17 | interrupt-execution= '<Control-c>' |
| 18 | open-class-browser= '<Alt-c>' |
| 19 | open-module= '<Alt-m>' |
| 20 | open-new-window= '<Control-n>' |
| 21 | open-window-from-file= '<Control-o>' |
| 22 | plain-newline-and-indent= '<Control-j>' |
| 23 | redo= '<Control-y>' |
| 24 | remove-selection= '<Escape>' |
| 25 | save-copy-of-window-as-file= '<Alt-Shift-s>' |
| 26 | save-window-as-file= '<Alt-s>' |
| 27 | save-window= '<Control-s>' |
| 28 | select-all= '<Alt-a>' |
| 29 | toggle-auto-coloring= '<Control-slash>' |
| 30 | undo= '<Control-z>' |
| 31 | |
| 32 | [IDLE Classic - posix] |
| 33 | Copy= '<Alt-w> <Meta-w>' |
| 34 | Cut= '<Control-w>' |
| 35 | Paste= '<Control-y>' |
| 36 | beginning-of-line= '<Control-a> <Home>' |
| 37 | center-insert= '<Control-l>' |
| 38 | close-all-windows= '<Control-x><Control-c>' |
| 39 | close-window= '<Control-x><Control-0> <Control-x><Key-0>' |
| 40 | do-nothing= '<Control-x>' |
| 41 | dump-undo-state= '<Control-backslash>' |
| 42 | end-of-file= '<Control-d>' |
| 43 | help= '<F1>' |
| 44 | history-next= '<Alt-n> <Meta-n>' |
| 45 | history-previous= '<Alt-p> <Meta-p>' |
| 46 | interrupt-execution= '<Control-c>' |
| 47 | open-class-browser= '<Control-x><Control-b>' |
| 48 | open-module= '<Control-x><Control-m>' |
| 49 | open-new-window= '<Control-x><Control-n>' |
| 50 | open-window-from-file= '<Control-x><Control-f>' |
| 51 | plain-newline-and-indent= '<Control-j>' |
| 52 | redo= '<Alt-z> <Meta-z>' |
| 53 | save-copy-of-window-as-file= '<Control-x><w>' |
| 54 | save-window-as-file= '<Control-x><Control-w>' |
| 55 | save-window= '<Control-x><Control-s>' |
| 56 | select-all= '<Alt-a> <Meta-a>' |
| 57 | toggle-auto-coloring= '<Control-slash>' |
| 58 | undo= '<Control-z>' |